| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -4/+4 |
| 2023-03-28 | Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obk | bors | -35/+85 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -35/+85 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -10/+94 |
| 2023-03-27 | Bless UI tests. | Mara Bos | -4/+4 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -7/+68 |
| 2023-03-21 | Detect uninhabited types early in const eval. | Oli Scherer | -28/+26 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -11/+21 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -3/+3 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -22/+4 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -20/+14 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -6/+6 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -20/+14 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -22/+4 |
| 2023-03-09 | Test `let _ =` for const_mut_refs. | Camille GILLOT | -1/+13 |
| 2023-03-08 | Recurse into statement before applying its effect. | Camille GILLOT | -6/+6 |
| 2023-03-05 | Use `nuw` when calculating slice lengths from `Range`s | Scott McMurray | -0/+27 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -3/+3 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -0/+16 |
| 2023-02-21 | Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-02-21 | Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726 | Dylan DPC | -16/+4 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -1/+1 |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -6/+6 |
| 2023-02-18 | lint: don't suggest assume_init for uninhabited types | y21 | -16/+4 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -0/+26 |
| 2023-02-16 | Move tests | Caio | -0/+26 |
| 2023-02-15 | Rollup merge of #107972 - saethlin:fix-test-ub, r=michaelwoerister | Matthias Krüger | -1/+4 |
| 2023-02-15 | Fix unintentional UB in ui tests | Ben Kimock | -1/+4 |
| 2023-02-12 | Suggest the correct array length on mismatch | clubby789 | -2/+21 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+2 |
| 2023-02-02 | Bless tests. | Camille GILLOT | -12/+0 |
| 2023-01-31 | add and bless tests | Deadbeef | -0/+16 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -5/+5 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -11/+224 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-01-24 | Move const-eval/stable-metric ui tests | Bryan Garza | -0/+204 |
| 2023-01-23 | Bless and update consts tests | Bryan Garza | -11/+20 |
| 2023-01-18 | Rollup merge of #106917 - compiler-errors:const-closure-foreign, r=tmiasko | Michael Goulet | -0/+16 |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -8/+8 |
| 2023-01-17 | Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcm | Dylan DPC | -1/+14 |
| 2023-01-17 | Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank | Matthias Krüger | -0/+24 |
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -1/+14 |
| 2023-01-16 | Encode const mir for closures if they're const | Michael Goulet | -0/+16 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -0/+1 |
| 2023-01-14 | suggest fix for attempted integer identifier in patterns | Ezra Shaw | -0/+24 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -2/+19 |
| 2023-01-12 | Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=... | nils | -0/+42 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -18/+33 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -2/+19 |
| 2023-01-11 | Migrate pattern matching | mejrs | -18/+33 |