| Age | Commit message (Expand) | Author | Lines |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -4/+43 |
| 2023-03-23 | Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJung | Dylan DPC | -7/+8 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+5 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -4/+3 |
| 2023-03-21 | Detect uninhabited types early in const eval. | Oli Scherer | -2/+2 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+5 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -6/+7 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -1/+5 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -8/+4 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -8/+4 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -4/+5 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -9/+0 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -3/+4 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -1/+1 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -17/+13 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -1/+1 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -1/+10 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -36/+3 |
| 2023-03-08 | Assume the frame has all the locals. | Camille GILLOT | -17/+13 |
| 2023-03-07 | remove leftover comment | Giacomo Pasini | -3/+0 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -33/+3 |
| 2023-03-06 | Rollup merge of #108803 - cjgillot:const-prop-normalize, r=oli-obk | Matthias Krüger | -9/+2 |
| 2023-03-06 | Rollup merge of #108790 - cjgillot:mono-cast, r=oli-obk | Matthias Krüger | -13/+22 |
| 2023-03-06 | Rollup merge of #108786 - saethlin:free-regions-check, r=oli-obk | Matthias Krüger | -0/+11 |
| 2023-03-06 | Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb | Matthias Krüger | -7/+22 |
| 2023-03-06 | Do not ICE when failing to normalize in ConstProp. | Camille GILLOT | -9/+2 |
| 2023-03-05 | Do not ICE when casting polymorphic values. | Camille GILLOT | -13/+22 |
| 2023-03-05 | Check for free regions in MIR validation | Ben Kimock | -0/+11 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -4/+2 |
| 2023-03-04 | Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errors | Dylan DPC | -1/+5 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2023-03-03 | Don't put integers into backticks during formatting | est31 | -2/+2 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -2/+2 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -21/+46 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -4/+2 |
| 2023-03-02 | Allow checking whether a type allows being uninitialized | Nilstrieb | -1/+5 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -62/+50 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -4/+2 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -9/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -62/+50 |
| 2023-02-27 | Auto merge of #108175 - cjgillot:validate-storage, r=tmiasko | bors | -2/+20 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -11/+11 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -4/+2 |
| 2023-02-25 | Explain that this is UB catching instead of malformed MIR. | Camille GILLOT | -0/+7 |
| 2023-02-25 | MIR-Validate StorageLive. | Camille GILLOT | -2/+13 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -10/+11 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -11/+11 |