| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -4/+4 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -1/+1 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -4/+4 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -3/+3 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -1/+1 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6/+6 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -2/+5 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_monomorphize`. | Nicholas Nethercote | -6/+10 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -1/+0 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -2/+2 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -2/+2 |
| 2024-08-19 | Don't generate functions with the `rustc_intrinsic_must_be_overridden` attribute | DianQK | -1/+3 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -2/+2 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+6 |
| 2024-07-15 | Use the hook on tcx instead of the local function | Mohammad Omidvar | -23/+17 |
| 2024-07-15 | Introduce and provide a hook for `should_codegen_locally` | Mohammad Omidvar | -2/+13 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -1/+2 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -1/+2 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -4/+4 |
| 2024-07-02 | Fix spans | Michael Goulet | -17/+7 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -66/+3 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -4/+16 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -4/+4 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -17/+17 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -1/+1 |
| 2024-06-14 | Add TyCtxt::is_lang_item | Michael Goulet | -1/+1 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -1/+1 |
| 2024-06-03 | Stabilize order of MonoItems in CGUs and disallow query_instability lint for ... | Michael Woerister | -14/+20 |
| 2024-05-24 | Don't eagerly monomorphize drop for types that are impossible to instantiate | Michael Goulet | -0/+9 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_monomorphize`. | Nicholas Nethercote | -0/+1 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -1/+1 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -2/+2 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+1 |
| 2024-04-14 | move the LargeAssignments lint logic into its own file | Ralf Jung | -140/+6 |
| 2024-04-07 | Only collect mono items from reachable blocks | Ben Kimock | -9/+11 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -10/+11 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -19/+19 |
| 2024-03-22 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -4/+2 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -1/+1 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -4/+2 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -10/+11 |
| 2024-03-21 | rename items -> free_items | Ralf Jung | -1/+1 |