| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Also check for feature gates in "src/test/rustdoc" | Guillaume Gomez | -0/+1 |
| 2021-10-21 | Bump cargo | Mark Rousskov | -0/+0 |
| 2021-10-15 | Fix clippy with changed macro statement spans | Cameron Steffen | -130/+126 |
| 2021-10-13 | Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank | bors | -1/+1 |
| 2021-10-13 | Update clippy ui output | Oli Scherer | -1/+1 |
| 2021-10-13 | Auto merge of #89587 - camelid:all-candidates, r=petrochenkov | bors | -3/+3 |
| 2021-10-13 | Auto merge of #89802 - ehuss:update-cargo, r=ehuss | bors | -0/+2 |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -1/+1 |
| 2021-10-12 | Test crate loading error stderr | Noah Lev | -2/+2 |
| 2021-10-12 | Update winapi shared features. | Eric Huss | -0/+2 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -150/+150 |
| 2021-10-11 | Update cargo | Eric Huss | -0/+0 |
| 2021-10-11 | Add #[must_use] to From::from and Into::into | John Kugelman | -150/+150 |
| 2021-10-11 | Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -314/+15 |
| 2021-10-11 | Deprecate mem_discriminant_non_enum | flip1995 | -314/+15 |
| 2021-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+17 |
| 2021-10-09 | Allow the E0482 to be tested | sireliah | -1/+1 |
| 2021-10-09 | Simplified 3 ifs found by clippy. | Nicholas-Baron | -12/+10 |
| 2021-10-09 | Simplified two printlns picked out by clippy | Nicholas-Baron | -2/+2 |
| 2021-10-09 | Move check_debugger_output to the debugger module | Nicholas-Baron | -64/+69 |
| 2021-10-09 | Move DebuggerCommands to its own file | Nicholas-Baron | -48/+71 |
| 2021-10-09 | Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplett | Guillaume Gomez | -11/+21 |
| 2021-10-08 | Move read2_abbreviated function into read2.rs | Nicholas-Baron | -70/+73 |
| 2021-10-08 | Auto merge of #89659 - workingjubilee:rollup-0vggc69, r=workingjubilee | bors | -0/+138 |
| 2021-10-07 | Rollup merge of #89288 - rusticstuff:lld_wrapper, r=Mark-Simulacrum | Jubilee | -0/+136 |
| 2021-10-07 | Rollup merge of #89082 - smoelius:master, r=kennytm | Jubilee | -0/+2 |
| 2021-10-08 | Auto merge of #89646 - camelid:miri-up, r=RalfJung | bors | -7/+11 |
| 2021-10-07 | Update Miri | Noah Lev | -7/+11 |
| 2021-10-07 | Auto merge of #89617 - flip1995:clippyup, r=Manishearth | bors | -2940/+4259 |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -0/+136 |
| 2021-10-07 | Rollup merge of #89477 - Nicholas-Baron:compute_diff_rs, r=Mark-Simulacrum | Guillaume Gomez | -142/+170 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -2940/+4259 |
| 2021-10-06 | Let unicode-table-generator fail gracefully for bitsets | Josh Stone | -4/+6 |
| 2021-10-06 | Redo #81358 in unicode-table-generator | Josh Stone | -7/+15 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -9/+10 |
| 2021-10-06 | Revert the rustc_error_codes changes. | Mukund Lakshman | -3/+3 |
| 2021-10-04 | Rollup merge of #89535 - notriddle:notriddle/error-index-generator-js, r=Mark... | Manish Goregaokar | -34/+19 |
| 2021-10-04 | Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeG... | Manish Goregaokar | -1/+1 |
| 2021-10-04 | Rollup merge of #89536 - RalfJung:miri, r=RalfJung | Jubilee | -9/+7 |
| 2021-10-04 | heading_level: u32 -> heading_offset: HeadingOffset | Mukund Lakshman | -2/+2 |
| 2021-10-04 | No need to default offset since we always override it. | Mukund Lakshman | -1/+1 |
| 2021-10-04 | Change `Markdown(...)` to `Markdown { ... }` | Mukund Lakshman | -9/+9 |
| 2021-10-04 | update Miri | Ralf Jung | -9/+7 |
| 2021-10-04 | fix busted JavaScript in error index generator | Michael Howell | -34/+19 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -3/+4 |
| 2021-10-04 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+18 |
| 2021-10-03 | Make write_rustdoc_diff a more generic function | Nicholas-Baron | -8/+21 |
| 2021-10-03 | Extract a portion of diff writing code to separate function | Nicholas-Baron | -38/+50 |
| 2021-10-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -14/+11 |