| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Add `rustc_never_type_mode = "no_fallback"` | Maybe Waffle | -0/+1 |
| 2024-03-15 | Add `rustc_never_type_mode` crate-level attribute to allow experimenting | Maybe Waffle | -0/+4 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -0/+1 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+1 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -1/+1 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -1/+1 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -1/+1 |
| 2024-03-09 | fix legacy numeric constant diag items | Peter Jaszkowiak | -0/+10 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -0/+2 |
| 2024-03-09 | Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -0/+1 |
| 2024-03-09 | Auto merge of #122102 - Urgau:optimize-symbol-integer, r=cjgillot | bors | -2/+4 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -0/+2 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-03-06 | Optimize Symbol::integer by utilizing itoa in-place formatting | Urgau | -2/+4 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+1 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -2/+2 |
| 2024-03-05 | Rename `SubdiagnosticMessage` as `SubdiagMessage`. | Nicholas Nethercote | -1/+1 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -1/+1 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+1 |
| 2024-03-03 | Rollup merge of #121917 - GuillaumeGomez:pattern-complexity_limit.rs, r=Nadri... | Guillaume Gomez | -0/+1 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -0/+1 |
| 2024-03-01 | Add `f16` and `f128` LLVM intrinsics | Trevor Gross | -0/+46 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+2 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -0/+1 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+2 |
| 2024-02-28 | Rollup merge of #121686 - compiler-errors:rpitit-printing, r=lcnr | Guillaume Gomez | -0/+1 |
| 2024-02-27 | rename RPITIT from opaque to synthetic | Michael Goulet | -0/+1 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -1/+1 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+1 |
| 2024-02-27 | Auto merge of #121667 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | bors | -0/+78 |
| 2024-02-26 | syms for legacy numeric constants diag items | Peter Jaszkowiak | -0/+78 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -0/+1 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -0/+1 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+1 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -2/+0 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -0/+5 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -0/+5 |
| 2024-02-18 | Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillot | bors | -14/+59 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -2/+0 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -14/+59 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -0/+1 |
| 2024-02-12 | Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoerister | Matthias Krüger | -0/+2 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-12 | Add lahfsahf and prfchw target feature | Chris Denton | -0/+2 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -0/+1 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+1 |
| 2024-02-11 | Rollup merge of #120272 - long-long-float:suppress-suggestions-in-derive-macr... | Matthias Krüger | -0/+7 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -0/+1 |