| Age | Commit message (Expand) | Author | Lines |
| 2021-10-07 | Rollup merge of #88772 - orlp:result-map-or-else-docfix, r=yaahc | Jubilee | -3/+2 |
| 2021-10-07 | Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelw... | Jubilee | -12/+10 |
| 2021-10-07 | Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikic | Jubilee | -9/+120 |
| 2021-10-08 | Auto merge of #89646 - camelid:miri-up, r=RalfJung | bors | -7/+11 |
| 2021-10-07 | Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrum | bors | -12/+20 |
| 2021-10-07 | bootstrap: add error messages re shallow history | Taylor Yu | -0/+12 |
| 2021-10-07 | bootstrap: don't use `--merges` to find commits | Taylor Yu | -3/+3 |
| 2021-10-07 | revert stabilization of `core::task::ready!` | Ibraheem Ahmed | -2/+5 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -46/+146 |
| 2021-10-07 | Update Miri | Noah Lev | -7/+11 |
| 2021-10-07 | Fix inherent impl overlap check. | Camille GILLOT | -45/+65 |
| 2021-10-07 | some clippy::perf fixes | Matthias Krüger | -3/+3 |
| 2021-10-07 | Auto merge of #89617 - flip1995:clippyup, r=Manishearth | bors | -2940/+4259 |
| 2021-10-07 | add `Poll::ready` | Ibraheem Ahmed | -0/+92 |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -112/+213 |
| 2021-10-07 | lol i forgot the syntax for my own crate's macros | Eliza Weisman | -2/+2 |
| 2021-10-07 | comma-related changes | Eliza Weisman | -2/+2 |
| 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 |