| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Account for debuginfo on _0 without naming it. | Camille GILLOT | -6/+2 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -2/+1 |
| 2023-03-11 | Rollup merge of #108739 - 823984418:patch-1, r=cjgillot | Matthias Krüger | -0/+4 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-08 | Add a comment about drop(start_bx) | 823984418 | -0/+2 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -5/+0 |
| 2023-03-04 | Prevent the `start_bx` basic block in codegen from having two `Builder`s at t... | 823984418 | -0/+2 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -11/+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 | -3/+3 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -3/+6 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -3/+3 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -39/+7 |
| 2023-02-18 | Stop implementing _with_overflow intrinsics in codegen backends. | Camille GILLOT | -25/+0 |
| 2023-02-18 | Remove special case in rvalue codegen. | Camille GILLOT | -12/+0 |
| 2023-02-18 | Make name more explicit. | Camille GILLOT | -2/+2 |
| 2023-02-18 | Comment codegen optimization. | Camille GILLOT | -0/+3 |
| 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-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -2/+1 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -2/+8 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -2/+8 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -3/+4 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -4/+3 |
| 2023-02-02 | Codegen SetDiscriminant after field assignment. | Camille GILLOT | -15/+11 |
| 2023-02-02 | Interpret aggregates. | Camille GILLOT | -0/+5 |
| 2023-01-29 | Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr | bors | -11/+22 |
| 2023-01-29 | Rollup merge of #107097 - tmiasko:ssa, r=cjgillot | Matthias Krüger | -11/+22 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+1 |
| 2023-01-27 | Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwco | bors | -43/+40 |
| 2023-01-27 | Fix def-use dominance check | Tomasz Miąsko | -11/+22 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -9/+12 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -2/+2 |
| 2023-01-23 | Thread a ParamEnv down to might_permit_raw_init | Ben Kimock | -2/+2 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+1 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -9/+12 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-17 | Omit needless funclet partitioning | Tomasz Miąsko | -43/+40 |
| 2023-01-10 | Add comment to cleanup_kinds | Tomasz Miąsko | -0/+3 |
| 2022-12-27 | ADD - create and emit Bug support for Diagnostics | Jhonny Bill Mena | -1/+5 |
| 2022-12-27 | [WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructure | Jhonny Bill Mena | -52/+12 |
| 2022-12-27 | UPDATE - migrate constant.rs to new diagnostics infrastructure | Jhonny Bill Mena | -2/+3 |
| 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-18 | Auto merge of #105446 - erikdesjardins:vt-size, r=nikic | bors | -3/+9 |
| 2022-12-14 | Rollup merge of #105578 - erikdesjardins:addrspacecast, r=bjorn3 | Matthias Krüger | -4/+9 |