| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-09 | Check with overlaps_or_adjacent | long-long-float | -0/+7 |
| 2024-02-07 | Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obk | Guillaume Boisseau | -4/+3 |
| 2024-02-07 | Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`. | Nicholas Nethercote | -1/+1 |
| 2024-02-07 | Tighten up `ErrorGuaranteed` handling. | Nicholas Nethercote | -3/+2 |
| 2024-02-07 | Update tests | r0cky | -47/+2 |
| 2024-02-06 | Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk | bors | -0/+5 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -0/+1 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+4 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -0/+4 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -1/+0 |
| 2024-01-29 | Rollup merge of #120453 - mattheww:2024-01_normalize_newlines, r=oli-obk | Dylan DPC | -1/+1 |
| 2024-01-28 | normalize_newlines(): fix incorrect comment | Matthew Woodcraft | -1/+1 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -1/+0 |
| 2024-01-27 | Add `NonZero` symbol. | Markus Reiter | -11/+1 |
| 2024-01-26 | Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errors | Matthias Krüger | -0/+1 |