| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -15/+14 |
| 2023-04-29 | Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202... | bjorn3 | -9/+5 |
| 2023-04-25 | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | -1/+1 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -3/+3 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -10/+0 |
| 2023-03-15 | Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202... | bjorn3 | -83/+81 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+4 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -49/+31 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -3/+7 |
| 2023-02-18 | Stop implementing _with_overflow intrinsics in codegen backends. | Camille GILLOT | -14/+0 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -3/+10 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -3/+10 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -2/+2 |
| 2023-02-09 | Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-202... | bjorn3 | -19/+12 |
| 2023-01-27 | Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3 | bors | -15/+122 |
| 2023-01-24 | Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-202... | bjorn3 | -15/+122 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -2/+5 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -2/+4 |
| 2022-12-14 | Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202... | bjorn3 | -248/+450 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -2/+4 |
| 2022-12-11 | Use rint instead of roundeven | Jules Bertholet | -0/+2 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+2 |
| 2022-10-23 | Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202... | bjorn3 | -39/+158 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -8/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -8/+1 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -3/+0 |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -1/+4 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+7 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -1/+4 |
| 2022-08-24 | Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202... | bjorn3 | -25/+58 |
| 2022-08-21 | fix cg cranelift | Waffle Maybe | -0/+2 |
| 2022-08-21 | use shorter `ptr_mask` impl in cg cranelift | Waffle Maybe | -3/+1 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+7 |
| 2022-07-26 | Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-202... | bjorn3 | -461/+705 |
| 2022-07-25 | Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202... | bjorn3 | -2/+20 |
| 2022-07-20 | Implement vtable_size and vtable_align intrinsics for cg_clif | bjorn3 | -0/+10 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -13/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -2/+13 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -28/+34 |
| 2022-05-15 | Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202... | bjorn3 | -31/+31 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -3/+10 |
| 2022-04-22 | Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-202... | bjorn3 | -34/+19 |
| 2022-03-20 | Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202... | bjorn3 | -37/+56 |