| Age | Commit message (Expand) | Author | Lines |
| 2023-05-23 | add tests for const `NonNull::as_ref` | Lukas Markeffsky | -0/+30 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -2/+2 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -199/+15 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -0/+5 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+5 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -25/+22 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+12 |
| 2023-05-04 | Rollup merge of #110859 - compiler-errors:no-negative-drop-impls, r=oli-obk | Matthias Krüger | -22/+2 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -81/+0 |
| 2023-05-01 | Rip it out | Nilstrieb | -1/+1 |
| 2023-04-28 | move some const-prop tests to appropriate folder | Ralf Jung | -81/+0 |
| 2023-04-27 | bless tests | The 8472 | -4/+4 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -22/+2 |
| 2023-04-25 | Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Yuki Okushi | -0/+38 |
| 2023-04-22 | add known-bug test for unsound issue 49206 | whtahy | -0/+38 |
| 2023-04-22 | Encode lifetime param spans too | Michael Goulet | -30/+0 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -0/+2 |
| 2023-04-19 | Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot | bors | -0/+4 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -0/+4 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -130/+254 |
| 2023-04-17 | Encode def span for ConstParam | Michael Goulet | -0/+30 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -130/+254 |
| 2023-04-15 | Only enable ConstProp at mir-opt-level >= 2. | Camille GILLOT | -32/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -9/+18 |
| 2023-04-08 | bless ui tests | Deadbeef | -5/+34 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -147/+37 |
| 2023-04-05 | Bless tests | Thom Chiovoloni | -2/+2 |
| 2023-04-03 | Reinstate confusion note. | Camille GILLOT | -20/+23 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -170/+57 |
| 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 |