| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-21 | Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk | bors | -294/+549 |
| 2024-03-20 | collector: move functions around so that the 'root collection' section really... | Ralf Jung | -259/+264 |
| 2024-03-20 | mentioned_items: record all callee and coerced closure types, whether they ar... | Ralf Jung | -30/+63 |
| 2024-03-20 | mentioned items: also handle closure-to-fn-ptr coercions | Ralf Jung | -0/+6 |
| 2024-03-20 | mentioned items: also handle vtables | Ralf Jung | -30/+45 |
| 2024-03-20 | avoid processing mentioned items that are also still used | Ralf Jung | -3/+27 |
| 2024-03-20 | collector: recursively traverse 'mentioned' items to evaluate their constants | Ralf Jung | -103/+275 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -5/+0 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -1/+1 |
| 2024-03-17 | collector: move ensure_sufficient_stack out of the loop | Ralf Jung | -4/+8 |
| 2024-03-16 | Handle calls to upstream monomorphizations in compiler_builtins | Ben Kimock | -1/+1 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -2/+5 |
| 2024-03-14 | Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelix | Matthias Krüger | -3/+6 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -2/+6 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-10 | add comments explaining where post-mono const eval errors abort compilation | Ralf Jung | -3/+6 |
| 2024-03-10 | use Instance::expect_resolve() instead of unwraping Instance::resolve() | Ralf Jung | -4/+2 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -1/+2 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -2/+2 |
| 2024-03-04 | Remove some depgraph edges on the HIR by invoking the intrinsic query instead... | Oli Scherer | -1/+1 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+5 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -1/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -5/+10 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -7/+6 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -5/+10 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -7/+6 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -4/+4 |