| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | On stable, probe-stack=call everywhere again, for now. | Felix S. Klock II | -31/+64 |
| 2021-03-15 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -15/+0 |
| 2021-03-10 | Substitute erased lifetimes on bad placeholder type | Esteban Küber | -0/+12 |
| 2021-03-10 | Fix popping singleton paths in when generating E0433 | Ömer Sinan Ağacan | -6/+5 |
| 2021-03-10 | rustdoc: treat edition 2021 as unstable | Eric Huss | -1/+1 |
| 2021-02-13 | parser: Fix panic in 'const impl' recovery | Ömer Sinan Ağacan | -2/+12 |
| 2021-02-06 | Auto merge of #81810 - m-ou-se:rollup-q3nborp, r=m-ou-se | bors | -60/+32 |
| 2021-02-06 | Rollup merge of #81795 - camsteffen:diagnostics-reduce, r=oli-obk | Mara Bos | -3/+2 |
| 2021-02-06 | Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk | Mara Bos | -1/+6 |
| 2021-02-06 | Rollup merge of #81664 - bjorn3:no_codegen_hir, r=lcnr | Mara Bos | -56/+24 |
| 2021-02-05 | Auto merge of #79253 - rcvalle:fix-rustc-sysroot-cas, r=nagisa | bors | -7/+45 |
| 2021-02-05 | Auto merge of #81215 - cjgillot:defkey-mir, r=oli-obk | bors | -215/+103 |
| 2021-02-05 | Small refactor with Iterator::reduce | Cameron Steffen | -3/+2 |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -295/+158 |
| 2021-02-05 | Auto merge of #81784 - m-ou-se:rollup-s23fow7, r=m-ou-se | bors | -187/+416 |
| 2021-02-05 | Run x.py fmt to fix tidy issues | Wesley Wiser | -22/+19 |
| 2021-02-05 | Rollup merge of #81771 - tgnottingham:time-passes-rss-delta, r=oli-obk | Mara Bos | -14/+11 |
| 2021-02-05 | Rollup merge of #81682 - JulianKnodt:bit_set_iter_benchmarks, r=oli-obk | Mara Bos | -0/+34 |
| 2021-02-05 | Rollup merge of #81676 - jyn514:crate-not-found, r=oli-obk | Mara Bos | -0/+21 |
| 2021-02-05 | Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkov | Mara Bos | -80/+136 |
| 2021-02-05 | Rollup merge of #80726 - lcnr:unsize-query, r=oli-obk | Mara Bos | -18/+60 |
| 2021-02-05 | Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j... | Mara Bos | -75/+154 |
| 2021-02-05 | Auto merge of #81736 - tgnottingham:tune-cgu-scheduling-for-memory, r=nagisa | bors | -7/+20 |
| 2021-02-05 | Indicate change in RSS from start to end of pass in time-passes output | Tyson Nottingham | -14/+11 |
| 2021-02-04 | Revert "Simplify unscheduling of drops after moves" | Felix S. Klock II | -13/+25 |
| 2021-02-04 | Revert "Use `record_operands_moved` more aggresively" | Felix S. Klock II | -15/+3 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -284/+150 |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -1/+6 |
| 2021-02-04 | remove subst_supertrait call | b-naber | -3/+1 |
| 2021-02-04 | use generic arguments of associated item in trait_ref method | b-naber | -1/+9 |
| 2021-02-04 | Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-Simulacrum | Mara Bos | -0/+3 |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -163/+205 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -30/+137 |
| 2021-02-04 | Encode less consts. | Camille GILLOT | -7/+16 |
| 2021-02-04 | substitutions in trait predicates | b-naber | -62/+104 |
| 2021-02-04 | lowering of generic args in AssocTyConstraint | b-naber | -9/+37 |
| 2021-02-04 | hir pretty printing | b-naber | -0/+1 |
| 2021-02-04 | add generic args to hir::TypeBinding | b-naber | -0/+2 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -2/+0 |
| 2021-02-04 | Rename Iterator::fold_first to reduce. | Mara Bos | -1/+1 |
| 2021-02-04 | Use is_local instead of as_local | bjorn3 | -2/+2 |
| 2021-02-03 | rustc_codegen_ssa: tune codegen scheduling to reduce memory usage | Tyson Nottingham | -7/+20 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -15/+48 |
| 2021-02-04 | relax adt unsizing requirements | Bastian Kauschke | -8/+17 |
| 2021-02-03 | Make panic/assert calls in rustc compatible with Rust 2021. | Mara Bos | -5/+5 |
| 2021-02-03 | Add lint for `panic!(123)` which is not accepted in Rust 2021. | Mara Bos | -158/+200 |
| 2021-02-03 | Handle `Span`s for byte and raw strings and add more detail | Esteban Küber | -80/+136 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+3 |
| 2021-02-03 | Auto merge of #81717 - Aaron1011:fix/closure-diag, r=estebank | bors | -2/+2 |
| 2021-02-03 | Auto merge of #81718 - m-ou-se:rollup-3ftbymt, r=m-ou-se | bors | -4/+7 |