| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-06 | opt-level >= 4 | Alexander | -3/+3 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Use get_diagnostic_name | Cameron Steffen | -113/+73 |
| 2021-10-06 | Do not ICE if some foreign expansions were not encoded. | Camille GILLOT | -2/+0 |
| 2021-10-06 | Do not re-hash foreign spans. | Camille GILLOT | -11/+16 |
| 2021-10-06 | Access Session while decoding expn_id. | Camille GILLOT | -6/+24 |
| 2021-10-06 | Fix stabilization version for `bindings_after_at` | Noah Lev | -1/+1 |
| 2021-10-06 | fix import | Alexander | -1/+1 |
| 2021-10-06 | reset and cleanup | Alexander | -0/+289 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -2/+2 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -2/+28 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -34/+59 |
| 2021-10-06 | Auto merge of #89323 - estebank:derive-binop, r=petrochenkov | bors | -69/+209 |
| 2021-10-06 | Emit item no type error even if type inference fails | Gary Guo | -21/+23 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -69/+209 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -17/+37 |
| 2021-10-05 | Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkov | Manish Goregaokar | -1/+3 |
| 2021-10-05 | Rollup merge of #89532 - ecstatic-morse:maybe-live-locals-enum, r=oli-obk,tmi... | Manish Goregaokar | -0/+31 |
| 2021-10-05 | Rollup merge of #89523 - Aaron1011:derive-future-compat, r=wesleywiser | Manish Goregaokar | -0/+1 |
| 2021-10-05 | Rollup merge of #89442 - GuillaumeGomez:duplicated-doc-alias, r=estebank | Manish Goregaokar | -7/+38 |
| 2021-10-05 | Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwU | Manish Goregaokar | -43/+94 |