| Age | Commit message (Expand) | Author | Lines |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -1/+0 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -0/+1 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -0/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -0/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -1/+0 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -1/+0 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -1/+0 |
| 2021-10-03 | Fully remove rustc_middle::ich. | Camille GILLOT | -1/+0 |
| 2021-10-02 | Remove various unused feature gates | bjorn3 | -2/+0 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -0/+1 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -1/+1 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -0/+2 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -0/+1 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -0/+2 |
| 2021-08-18 | Remove box syntax from rustc_middle | est31 | -1/+0 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -0/+1 |
| 2021-08-05 | use zeroed allocation instead of eagerly initializing the memory | The8472 | -0/+2 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -0/+1 |
| 2021-07-14 | use NonZeroU64 for AllocId to restore old type sizes | Ralf Jung | -0/+1 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -0/+1 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -1/+0 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-22 | Move THIR structure definitions to `rustc_middle` | LeSeulArtichaut | -0/+1 |
| 2021-05-02 | Use new thread-local const-init | Mark Rousskov | -0/+1 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -1/+0 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -1/+0 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -1/+0 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -1/+1 |
| 2021-02-19 | Split DepKindStruct in two. | Camille GILLOT | -0/+1 |
| 2020-12-19 | docs: Fix outdated crate reference | pierwill | -1/+1 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -0/+1 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -0/+1 |
| 2020-10-30 | TypeVisitor: use `std::ops::ControlFlow` instead of `bool` | LeSeulArtichaut | -0/+1 |
| 2020-10-28 | Dogfood {exclusive,half-open} ranges in compiler (nfc) | Jubilee Young | -0/+2 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-20 | Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor | Ralf Jung | -0/+1 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -0/+1 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -5/+0 |