| Age | Commit message (Expand) | Author | Lines |
| 2021-03-24 | correct comment | Count Count | -1/+1 |
| 2021-03-24 | use io::Error::new_const() everywhere | Count Count | -6/+6 |
| 2021-03-24 | fix | Count Count | -1/+1 |
| 2021-03-24 | Reject byte if it cannot start a valid UTF-8 sequence. | Count Count | -1/+2 |
| 2021-03-24 | fix c&p error | Count Count | -1/+1 |
| 2021-03-24 | Export utf8_char_width() publicly in core::std behind the "str_internals" fea... | Count Count | -12/+4 |
| 2021-03-24 | fix fmt | Count Count | -2/+2 |
| 2021-03-24 | fix incomplete UTF-8 writes in Windows console stdio | Count Count | -14/+102 |
| 2021-03-24 | Auto merge of #83432 - Dylan-DPC:rollup-4z5f6al, r=Dylan-DPC | bors | -295/+522 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -85/+61 |
| 2021-03-24 | Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomez | Dylan DPC | -4/+13 |
| 2021-03-24 | Rollup merge of #83399 - camelid:rustdoc-priv-link-from-crate, r=jyn514 | Dylan DPC | -3/+18 |
| 2021-03-24 | Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157 | Dylan DPC | -5/+24 |
| 2021-03-24 | Rollup merge of #83392 - ehuss:w-help-edition, r=varkor | Dylan DPC | -1/+6 |
| 2021-03-24 | Rollup merge of #83391 - hyd-dev:uwtable, r=alexcrichton | Dylan DPC | -2/+34 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -189/+272 |
| 2021-03-24 | Rollup merge of #83313 - cjgillot:assert, r=michaelwoerister | Dylan DPC | -1/+77 |
| 2021-03-24 | Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi... | Dylan DPC | -6/+18 |
| 2021-03-23 | Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514 | bors | -49/+57 |
| 2021-03-23 | Remove another unnecessary `Option` | Camelid | -13/+7 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -72/+54 |
| 2021-03-23 | Tweak docs | Camelid | -1/+3 |
| 2021-03-23 | Fix comment. | Camille GILLOT | -1/+2 |
| 2021-03-23 | Use &str instead of String | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Add test to enforce sidebar trait items order | Guillaume Gomez | -2/+14 |
| 2021-03-23 | Fix sidebar trait items sort | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk | bors | -176/+178 |
| 2021-03-23 | Slight visual improvements to warning boxes in the docs | r00ster91 | -4/+13 |
| 2021-03-23 | Auto merge of #83260 - durin42:llvm-update, r=nagisa | bors | -1/+25 |
| 2021-03-23 | Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se | bors | -11/+76 |
| 2021-03-22 | Don't push the crate name onto the `Cache.stack` | Camelid | -2/+0 |
| 2021-03-23 | Auto merge of #83398 - JohnTitor:rollup-om80krv, r=JohnTitor | bors | -129/+329 |
| 2021-03-22 | rustdoc: Record crate name instead of using `None` | Camelid | -1/+18 |
| 2021-03-23 | Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514 | Yuki Okushi | -0/+3 |
| 2021-03-23 | Rollup merge of #83385 - lnicola:rust-analyzer-2021-03-22, r=jonas-schievink | Yuki Okushi | -15/+15 |
| 2021-03-23 | Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett | Yuki Okushi | -21/+21 |
| 2021-03-23 | Rollup merge of #83356 - camelid:rustdoc-option-to-enum, r=GuillaumeGomez | Yuki Okushi | -8/+11 |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -74/+83 |
| 2021-03-23 | Rollup merge of #81917 - rust-lang:relnotes-1.51.0, r=Mark-Simulacrum | Yuki Okushi | -0/+171 |
| 2021-03-23 | Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Yuki Okushi | -11/+25 |
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -25/+55 |
| 2021-03-22 | Add GUI test to enforce tooltip position | Guillaume Gomez | -4/+23 |
| 2021-03-22 | Fix codeblock tooltip position | Guillaume Gomez | -1/+1 |
| 2021-03-23 | Allow not emitting `uwtable` on Android | hyd-dev | -2/+34 |
| 2021-03-22 | Err if the debugging options are not passed. | Camille GILLOT | -1/+68 |
| 2021-03-22 | Change `-W help` to display edition level. | Eric Huss | -1/+6 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -839/+416 |
| 2021-03-22 | missing newline at eof | Nelson J Morais | -1/+1 |
| 2021-03-22 | add key rustc_private for package metadata for rust-analyzer in librustdoc | Nelson J Morais | -0/+3 |
| 2021-03-22 | cleanup: add some comments per review feedback | Augie Fackler | -0/+6 |