| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -1/+1 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -5/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-07 | Use `landingpad filter` to encode aborting landing pad | Gary Guo | -1/+1 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -43/+13 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -2/+1 |
| 2023-04-06 | Fix MSVC build | Gary Guo | -1/+1 |
| 2023-04-06 | Address review feedback | Gary Guo | -2/+2 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -3/+3 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -81/+75 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -22/+33 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -21/+25 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+7 |
| 2023-03-24 | Refactor: Separate `LocalRef` variant for not-evaluated-yet operands | Scott McMurray | -6/+6 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+7 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -84/+1 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -84/+1 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -2/+2 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -2/+2 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -1/+5 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -9/+2 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -4/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -31/+11 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -3/+6 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -2/+2 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -3/+6 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -1/+1 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -5/+7 |
| 2023-02-18 | Make name more explicit. | Camille GILLOT | -2/+2 |
| 2023-02-18 | Remove outdated comment. | Camille GILLOT | -3/+0 |
| 2023-02-18 | Adapt interpreter. | Camille GILLOT | -10/+6 |
| 2023-02-18 | Do not codegen overflow check when not required. | Camille GILLOT | -2/+11 |
| 2023-02-18 | Emit the right types for vtable pointers when dropping dyn* | Michael Goulet | -80/+78 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -2/+8 |
| 2023-01-27 | Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwco | bors | -41/+35 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -2/+2 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -2/+2 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -2/+2 |
| 2023-01-17 | Omit needless funclet partitioning | Tomasz Miąsko | -41/+35 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -5/+4 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -3/+3 |
| 2022-12-14 | Rollup merge of #105578 - erikdesjardins:addrspacecast, r=bjorn3 | Matthias Krüger | -4/+9 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -3/+3 |
| 2022-12-12 | Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisa | bors | -19/+8 |
| 2022-12-11 | fix transmutes between pointers in different address spaces | Erik Desjardins | -4/+9 |
| 2022-12-11 | bug! with a better error message for failing Instance::resolve | Michael Goulet | -4/+7 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -5/+3 |
| 2022-12-03 | Destruct landing_pad return value before passing it to cg_ssa | bjorn3 | -19/+8 |