| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -3/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -0/+5 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -0/+1 |
| 2022-10-28 | Remove #![allow(rustc::potential_query_instability)] from rustc_infer | CastilloDel | -1/+0 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-18 | Print out the proper crate path | mejrs | -1/+0 |
| 2022-09-18 | Address feedback | mejrs | -0/+2 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-08-24 | Remove commented lines | IQuant | -2/+0 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -1/+1 |
| 2022-08-23 | Migrate OpaqueHiddenType, E0282, E0283, E0284, E0698 | Nikita Tomashevich | -0/+3 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -0/+1 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+1 |
| 2022-03-02 | 8 - Make more use of `let_chains` | Caio | -4/+5 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -1/+0 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -0/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2021-12-19 | Rollup merge of #91878 - LegionMammal978:less-inband-infer, r=Aaron1011 | Matthias Krüger | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_infer` | LegionMammal978 | -1/+0 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -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-08-18 | Remove box syntax from rustc_infer | est31 | -1/+0 |
| 2021-08-13 | Point to where clause for GATs | jackh726 | -0/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |