| Age | Commit message (Expand) | Author | Lines |
| 2024-01-13 | Don't consider delayed bugs for `-Ztreat-err-as-bug`. | Nicholas Nethercote | -3/+7 |
| 2024-01-05 | Rollup merge of #119577 - tmiasko:lint, r=oli-obk | Michael Goulet | -0/+42 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -6/+6 |
| 2024-01-04 | Migrate memory overlap check from validator to lint | Tomasz Miąsko | -0/+42 |
| 2024-01-04 | Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -6/+6 |
| 2023-12-28 | Don't validate / lint MIR before each pass | Tomasz Miąsko | -1/+1 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -3/+3 |
| 2023-12-21 | Stricter check for a use of locals without storage | Tomasz Miąsko | -0/+30 |
| 2023-12-21 | Lint missing StorageDead when returning from functions | Tomasz Miąsko | -0/+19 |
| 2023-12-21 | Add pass to identify undefined or erroneous behaviour | Tomasz Miąsko | -1/+1 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+2 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -2/+2 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -0/+2 |
| 2023-11-25 | Auto merge of #118075 - tmiasko:validate-critical-call-edges, r=cjgillot | bors | -0/+31 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -7/+7 |
| 2023-11-22 | Validate there are no critical call edges in optimized MIR | Tomasz Miąsko | -0/+31 |
| 2023-11-15 | Auto merge of #117359 - tmiasko:call-def, r=cjgillot | bors | -0/+30 |
| 2023-11-14 | Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiser | Matthias Krüger | -0/+25 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -0/+30 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -0/+55 |
| 2023-11-07 | Build pre-coroutine-transform coroutine body | Michael Goulet | -0/+25 |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -6/+87 |
| 2023-10-27 | Lint overlapping ranges as a separate pass | Nadrieril | -0/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-09-13 | Address review comments | Matthew Jasper | -0/+2 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -22/+2 |
| 2023-08-27 | Fix inlining with -Zalways-encode-mir | Tomasz Miąsko | -0/+19 |
| 2023-08-17 | Add test. | Camille GILLOT | -0/+57 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -0/+1 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -7/+4 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -7/+4 |
| 2023-06-16 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+22 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2023-06-04 | Show note for type ascription interpreted as a constant pattern, not a new va... | 许杰友 Jieyou Xu (Joe) | -0/+40 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -4/+6 |
| 2023-05-27 | Add a test for misaligned pointer derefs inside addr_of! | Ben Kimock | -0/+15 |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 |
| 2023-04-13 | Rollup merge of #110283 - saethlin:check-panics-before-alignment, r=bjorn3 | Matthias Krüger | -0/+17 |
| 2023-04-13 | Only emit alignment checks if we have a panic_impl | Ben Kimock | -0/+17 |
| 2023-04-09 | Fix transmute intrinsic mir validation ICE | Jakob Degen | -0/+17 |
| 2023-04-04 | Move a const-prop-lint specific hack from mir interpret to const-prop-lint an... | Oli Scherer | -0/+51 |
| 2023-04-02 | Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwco | bors | -0/+16 |
| 2023-03-30 | Disable the ui panic test on wasm32-bare | Ben Kimock | -0/+1 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+11 |
| 2023-03-17 | Drop subslices of arrays | clubby789 | -0/+16 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -10/+0 |
| 2023-03-05 | Add test. | Camille GILLOT | -0/+15 |
| 2023-02-25 | MIR-Validate StorageLive. | Camille GILLOT | -0/+43 |