| Age | Commit message (Expand) | Author | Lines |
| 2024-04-28 | Cranelift: Revert raw-dylib for Windows futex APIs | Chris Denton | -0/+37 |
| 2024-03-16 | Merge commit '4cf4ffc6ba514f171b3f52d1c731063e4fc45be3' into sync_cg_clif-202... | bjorn3 | -30/+83 |
| 2024-03-14 | Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelix | Matthias Krüger | -1/+1 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+1 |
| 2024-03-10 | add comments explaining where post-mono const eval errors abort compilation | Ralf Jung | -1/+1 |
| 2024-03-10 | use Instance::expect_resolve() instead of unwraping Instance::resolve() | Ralf Jung | -6/+2 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -1/+1 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+1 |
| 2024-03-08 | Merge commit '54cbb6e7531f95e086d5c3dd0d5e73bfbe3545ba' into sync_cg_clif-202... | bjorn3 | -121/+308 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -3/+19 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -6/+5 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+11 |
| 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/+4 |
| 2024-02-27 | Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe... | bors | -1/+1 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -2/+2 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -5/+2 |
| 2024-02-26 | remove useless lifetime of ArchiveBuilder | 823984418 | -1/+1 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -2/+2 |
| 2024-02-25 | Cranelift: Don't use raw-dylib in std | Chris Denton | -0/+47 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -5/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+2 |
| 2024-02-24 | Implement asm goto in MIR and MIR lowering | Gary Guo | -1/+5 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -2/+14 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -2/+2 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -6/+15 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -6/+15 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -2/+2 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -2/+2 |
| 2024-02-17 | Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3 | Matthias Krüger | -3/+3 |
| 2024-02-17 | Make `CodegenBackend::join_codegen` infallible. | Nicholas Nethercote | -3/+3 |
| 2024-02-12 | Give const_deallocate a default body | Oli Scherer | -5/+0 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -14/+6 |
| 2024-02-12 | Add intrinsic body fallback to cranelift and use it | Oli Scherer | -35/+32 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -0/+2 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -0/+2 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+9 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -0/+2 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -2/+58 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -5/+1 |
| 2024-01-30 | Update ahash dependency to 0.8.7 | Amanieu d'Antras | -2/+58 |
| 2024-01-26 | Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202... | bjorn3 | -323/+434 |
| 2024-01-25 | Rebase slice_group_by stabilization PR | David Tolnay | -1/+1 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -3/+0 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+6 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -3/+0 |
| 2024-01-23 | Further Implement `is_val_statically_known` | Nicholas Thompson | -0/+6 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -1/+0 |
| 2024-01-19 | Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b... | Matthias Krüger | -4/+4 |