| Age | Commit message (Expand) | Author | Lines |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -0/+1 |
| 2025-01-05 | Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-202... | bjorn3 | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -1/+1 |
| 2024-12-06 | Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-202... | bjorn3 | -2/+1 |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -1/+2 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -1/+5 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -3/+6 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -3/+6 |
| 2024-11-18 | remove pointless cold_path impl in interpreter | Ralf Jung | -0/+1 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -5/+4 |
| 2024-11-09 | Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202... | bjorn3 | -1/+1 |
| 2024-11-07 | remove 'platform-intrinsic' ABI leftovers | Ralf Jung | -2/+2 |
| 2024-11-02 | Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-202... | bjorn3 | -5/+6 |
| 2024-10-29 | cg_clif: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -5/+5 |
| 2024-10-19 | Fix tests | Michael Goulet | -4/+9 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -1/+4 |
| 2024-09-23 | Rustfmt | bjorn3 | -6/+3 |
| 2024-09-23 | Merge commit '6d35b4c9a04580366fd800692a5b5db79d766530' into sync_cg_clif-202... | bjorn3 | -27/+57 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -9/+6 |
| 2024-09-20 | Do not unnecessarily eval consts in codegen | Michael Goulet | -3/+2 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -27/+13 |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -0/+10 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -1/+2 |
| 2024-08-09 | Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-202... | bjorn3 | -144/+0 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -1/+2 |
| 2024-07-24 | Use Cow<'static, str> for InlineAsmTemplatePiece::String | GnomedDev | -20/+22 |
| 2024-07-13 | Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-202... | bjorn3 | -20/+2 |
| 2024-06-30 | Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-202... | bjorn3 | -1/+40 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -1/+1 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -13/+8 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -0/+1 |
| 2024-05-19 | cg_clif: support simd_ctpop | Jubilee Young | -0/+2 |
| 2024-05-13 | Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202... | bjorn3 | -0/+52 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -4/+4 |
| 2024-04-19 | Do intrinsic changes in `rustc_codegen_cranelift` | Maybe Waffle | -3/+7 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-03-28 | Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202... | bjorn3 | -0/+5 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -1/+1 |
| 2024-03-19 | Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im... | Oli Scherer | -7/+0 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -3/+5 |
| 2024-03-08 | Merge commit '54cbb6e7531f95e086d5c3dd0d5e73bfbe3545ba' into sync_cg_clif-202... | bjorn3 | -2/+186 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+11 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -2/+2 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -2/+2 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -6/+15 |
| 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 | -11/+5 |