| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | use `fmt::from_fn` in more places, instead of using structs that impl formatt... | Yotam Ofek | -0/+1 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -0/+2 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -0/+1 |
| 2024-09-17 | Use associative type defaults in `{Layout,FnAbi}OfHelpers`. | Nicholas Nethercote | -0/+1 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -1/+0 |
| 2024-08-27 | compiler: Remove feature(new_uninit) | Jubilee Young | -1/+0 |
| 2024-08-26 | Use unsafe extern blocks throughout the compiler | Michael Goulet | -1/+1 |
| 2024-08-14 | use the new Box methods in the interpreter | Ralf Jung | -0/+1 |
| 2024-08-10 | Update std and compiler | Nadrieril | -1/+1 |
| 2024-06-05 | Rollup merge of #125505 - aDotInTheVoid:middle-idl, r=pnkfelix | Matthias Krüger | -5/+6 |
| 2024-05-24 | Add intra-doc-links to rustc_middle crate-level docs. | Alona Enraght-Moony | -5/+6 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -3/+0 |
| 2024-05-21 | Sort `rustc_middle` attributes. | Nicholas Nethercote | -19/+21 |
| 2024-05-21 | Remove unused features from `rustc_middle`. | Nicholas Nethercote | -3/+1 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -2/+0 |
| 2024-04-29 | Remove `extern crate smallvec` from a couple of crates. | Nicholas Nethercote | -2/+0 |
| 2024-04-29 | Remove `extern crate bitflags` from a couple of crates. | Nicholas Nethercote | -2/+0 |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from numerous crates. | Nicholas Nethercote | -2/+0 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -2/+0 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+1 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -0/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -2/+1 |
| 2024-03-19 | Make span_bug panic site useful again | Oli Scherer | -0/+1 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -0/+1 |
| 2024-02-13 | Prefer `min_exhaustive_patterns` in compiler | Nadrieril | -1/+2 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -1/+1 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -1/+3 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+1 |
| 2024-02-07 | MirPass: make name more const | klensy | -0/+1 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -1/+3 |
| 2024-01-25 | Remove unused features | clubby789 | -6/+0 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+1 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 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-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -1/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -4/+3 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -1/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+3 |
| 2023-10-18 | Remove `#![feature(result_option_inspect)]` from the compiler | Slanterns | -1/+0 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -0/+1 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |