| Age | Commit message (Expand) | Author | Lines |
| 2023-03-27 | Rollup merge of #109641 - compiler-errors:dont-elaborate-non-obl, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -2/+2 |
| 2023-03-26 | Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgr | bors | -8/+5 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -9/+60 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -8/+5 |
| 2023-03-25 | Explain how we get to skip checking for cleanup blocks in the visitor | Ben Kimock | -0/+2 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+35 |
| 2023-03-23 | Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJung | Dylan DPC | -2/+3 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+30 |
| 2023-03-22 | Auto merge of #109087 - cjgillot:sparse-bb-clear, r=davidtwco | bors | -22/+61 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -1/+2 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -23/+14 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -2/+3 |
| 2023-03-19 | Prefer if cfg!. | Camille GILLOT | -12/+14 |
| 2023-03-19 | Only clear locals that are known to be written to. | Camille GILLOT | -16/+53 |
| 2023-03-18 | Enable inlining of diverging functions | Ben Kimock | -7/+0 |
| 2023-03-18 | Remove duplicate switch targets | Ben Kimock | -1/+15 |
| 2023-03-18 | Remove duplicate unreachable blocks | Ben Kimock | -1/+43 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+30 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -10/+22 |
| 2023-03-16 | Auto merge of #107270 - cjgillot:remove-zst, r=oli-obk | bors | -29/+107 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -0/+29 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -13/+18 |
| 2023-03-14 | ICE when checking LocalInfo on runtime MIR. | Camille GILLOT | -3/+9 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -2/+2 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -5/+11 |
| 2023-03-13 | Generalize operation. | Camille GILLOT | -14/+27 |
| 2023-03-13 | Rename method. | Camille GILLOT | -7/+7 |
| 2023-03-13 | Replace ZST operands and debuginfo by constants. | Camille GILLOT | -28/+93 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -21/+25 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -277/+195 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -6/+6 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -21/+25 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -1/+1 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -0/+24 |
| 2023-03-11 | Use ensure_with_value in a few more places. | Camille GILLOT | -1/+1 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -5/+5 |
| 2023-03-10 | Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb | Matthias Krüger | -20/+20 |
| 2023-03-09 | Bug on PlaceMention in dest-prop. | Camille GILLOT | -2/+3 |
| 2023-03-09 | Pacify tidy. | Camille GILLOT | -2/+2 |
| 2023-03-09 | Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics. | Camille GILLOT | -1/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -1/+12 |
| 2023-03-09 | no more do while | lcnr | -20/+20 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -159/+16 |
| 2023-03-09 | Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obk | bors | -16/+40 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -159/+16 |
| 2023-03-08 | Remove useless parameter to operand_from_scalar. | Camille GILLOT | -14/+5 |
| 2023-03-08 | Make comment more explicit. | Camille GILLOT | -2/+4 |
| 2023-03-08 | Separate checking rvalue from evaluation. | Camille GILLOT | -113/+104 |
| 2023-03-08 | Recurse into statement before applying its effect. | Camille GILLOT | -4/+8 |