| Age | Commit message (Expand) | Author | Lines |
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -69/+98 |
| 2021-10-07 | use structured fields in some existing warnings | Eliza Weisman | -6/+5 |
| 2021-10-07 | make them structured while i'm here | Eliza Weisman | -2/+2 |
| 2021-10-07 | demote `rustc_peek` traces look not user-facing | Eliza Weisman | -2/+2 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -12/+20 |
| 2021-10-07 | Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomez | bors | -193/+730 |
| 2021-10-07 | Update compiler/rustc_driver/src/lib.rs | Eliza Weisman | -1/+1 |
| 2021-10-07 | rustc_driver: Enable the `WARN` log level by default | Eliza Weisman | -8/+11 |
| 2021-10-07 | Remove unused clippy bootstrap env vars | Cameron Steffen | -8/+1 |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -13/+189 |
| 2021-10-07 | Rollup merge of #89615 - willcrichton:fix-get-body-with-borrowck-facts, r=oli... | Guillaume Gomez | -1/+1 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -10/+247 |
| 2021-10-07 | Rollup merge of #89585 - nbdd0121:issue-89574, r=estebank | Guillaume Gomez | -31/+64 |
| 2021-10-07 | Rollup merge of #89559 - krasimirgg:llvm-14-fatal_error_handler_t, r=nagisa | Guillaume Gomez | -0/+4 |
| 2021-10-07 | Rollup merge of #89477 - Nicholas-Baron:compute_diff_rs, r=Mark-Simulacrum | Guillaume Gomez | -142/+170 |
| 2021-10-07 | Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakis | Guillaume Gomez | -1/+168 |
| 2021-10-07 | Rollup merge of #89298 - gcohara:issue89193, r=workingjubilee | Guillaume Gomez | -8/+76 |
| 2021-10-07 | Auto merge of #89534 - camsteffen:diag-name, r=oli-obk | bors | -146/+142 |
| 2021-10-07 | Add tests for panic and [debug_]assert in Rust 2021. | Mara Bos | -0/+125 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -4/+23 |
| 2021-10-07 | Auto merge of #86525 - shamatar:array_len_opt, r=oli-obk | bors | -9/+979 |
| 2021-10-07 | Remove untracked vtable-const-allocation cache from tcx | Michael Woerister | -15/+29 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -2940/+4259 |
| 2021-10-07 | Auto merge of #7783 - flip1995:rustup, r=flip1995 | bors | -254/+256 |
| 2021-10-07 | Bump nightly version -> 2021-10-07 | flip1995 | -1/+1 |
| 2021-10-07 | Allow invalid-paths for regex paths | flip1995 | -0/+6 |
| 2021-10-07 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -2957/+4280 |
| 2021-10-07 | Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoerister | bors | -0/+2 |
| 2021-10-07 | Auto merge of #7780 - mikerite:update_lints_mod_revert, r=llogiq | bors | -17/+10 |
| 2021-10-07 | Revert `update_lints` module list generating code | Michael Wright | -17/+10 |
| 2021-10-07 | Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakis | bors | -38/+4 |
| 2021-10-06 | Query the fingerprint style during key reconstruction | Mark Rousskov | -48/+74 |
| 2021-10-06 | Add InferCtxt::with_opaque_type_inference to get_body_with_borrowck_facts | Will Crichton | -1/+1 |
| 2021-10-06 | Regenerate tables for Unicode 14.0.0 | Josh Stone | -553/+653 |
| 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 | Auto merge of #89608 - Manishearth:rollup-m7kd76f, r=Manishearth | bors | -249/+984 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -9/+120 |
| 2021-10-06 | Rollup merge of #89591 - infinity0:master, r=Amanieu | Manish Goregaokar | -0/+1 |
| 2021-10-06 | Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnr | Manish Goregaokar | -0/+29 |
| 2021-10-06 | Rollup merge of #89531 - devnexen:stack_overflow_bsd_libc_upd, r=dtolnay | Manish Goregaokar | -3/+3 |
| 2021-10-06 | Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726 | Manish Goregaokar | -14/+80 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -122/+264 |
| 2021-10-06 | Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwco | Manish Goregaokar | -39/+209 |
| 2021-10-06 | Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726 | Manish Goregaokar | -3/+7 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -16/+18 |
| 2021-10-06 | Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip... | Manish Goregaokar | -16/+21 |
| 2021-10-06 | Rollup merge of #89050 - DeveloperC286:drain_fields_to_private, r=joshtriplett | Manish Goregaokar | -17/+26 |
| 2021-10-06 | Rollup merge of #88523 - kpreid:category, r=yaahc | Manish Goregaokar | -4/+22 |
| 2021-10-06 | Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytm | Manish Goregaokar | -15/+304 |