| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -48/+74 |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -78/+129 |
| 2021-10-09 | Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obk | Matthias Krüger | -16/+18 |
| 2021-10-09 | Rollup merge of #89605 - camelid:fix-version, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-08 | Auto merge of #89683 - GuillaumeGomez:rollup-q2mjd9m, r=GuillaumeGomez | bors | -56/+65 |
| 2021-10-08 | Rollup merge of #89672 - klensy:unwrap-or-macro, r=jackh726 | Guillaume Gomez | -17/+8 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -29/+22 |
| 2021-10-08 | Rollup merge of #86506 - b-naber:gen_trait_impl_inconsistent, r=jackh726 | Guillaume Gomez | -10/+35 |
| 2021-10-08 | Auto merge of #89666 - rusticstuff:disable_new_llvm_pass_manager_on_s390x_tak... | bors | -4/+13 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -29/+22 |
| 2021-10-08 | remove unwrap_or! macro | klensy | -17/+8 |
| 2021-10-08 | Auto merge of #89644 - matthiaskrgr:clippy_perf_okt, r=jyn514 | bors | -3/+3 |
| 2021-10-08 | Default to disabling the new pass manager for the s390x targets. | Hans Kratz | -4/+13 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -17/+37 |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -82/+84 |
| 2021-10-08 | dont normalize return type during candidate assembly in method probing | b-naber | -10/+35 |
| 2021-10-07 | Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank | Jubilee | -4/+22 |
| 2021-10-07 | Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkov | Jubilee | -19/+40 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -17/+60 |
| 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/+75 |
| 2021-10-07 | some clippy::perf fixes | Matthias Krüger | -3/+3 |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -78/+129 |
| 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 | -68/+83 |
| 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 | Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomez | bors | -31/+186 |
| 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 | 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 | -0/+7 |
| 2021-10-07 | Rollup merge of #89585 - nbdd0121:issue-89574, r=estebank | Guillaume Gomez | -21/+23 |
| 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 #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakis | Guillaume Gomez | -1/+126 |
| 2021-10-07 | Rollup merge of #89298 - gcohara:issue89193, r=workingjubilee | Guillaume Gomez | -8/+25 |
| 2021-10-07 | Auto merge of #89534 - camsteffen:diag-name, r=oli-obk | bors | -146/+131 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -4/+22 |
| 2021-10-07 | Auto merge of #86525 - shamatar:array_len_opt, r=oli-obk | bors | -0/+289 |
| 2021-10-07 | Remove untracked vtable-const-allocation cache from tcx | Michael Woerister | -15/+2 |
| 2021-10-07 | Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoerister | bors | -0/+2 |
| 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 | Enable AutoFDO. | Michael Benfield | -9/+75 |
| 2021-10-06 | Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726 | Manish Goregaokar | -8/+36 |
| 2021-10-06 | Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwco | Manish Goregaokar | -0/+21 |
| 2021-10-06 | Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726 | Manish Goregaokar | -2/+5 |