| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -1/+4 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -0/+6 |
| 2024-04-04 | Teach MIR inliner query cycle avoidance about const_eval_select | Ben Kimock | -0/+18 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-24 | add tests for ICE in mir building with captured value of unresolved type, Non... | Matthias Krüger | -0/+52 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -3/+0 |
| 2024-03-09 | Allow lint where we don't care | Nadrieril | -0/+1 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -282/+282 |
| 2024-02-15 | Auto merge of #121133 - tmiasko:skip-coroutines, r=cjgillot | bors | -0/+14 |
| 2024-02-15 | Skip coroutines in jump threading to avoid query cycles | Tomasz Miąsko | -0/+14 |
| 2024-02-15 | Reinstate some delayed bugs. | Nicholas Nethercote | -0/+18 |
| 2024-02-11 | Check that the ABI of the instance we are inlining is correct | Michael Goulet | -0/+44 |
| 2024-02-09 | Don't ice in validation when error body is created | Michael Goulet | -0/+18 |
| 2024-02-08 | Taint borrowck results without running any borrowck if the MIR body was alrea... | Oli Scherer | -32/+4 |
| 2024-02-07 | Update tests | r0cky | -1/+13 |
| 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 |