| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | Add a regression test for #132353 | 许杰友 Jieyou Xu (Joe) | -0/+25 |
| 2024-09-25 | Validate unsize coercion in MIR validation | Michael Goulet | -0/+53 |
| 2024-09-24 | Add regression test for #130769 | 许杰友 Jieyou Xu (Joe) | -0/+18 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+2 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -12/+29 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -2/+1 |
| 2024-07-21 | Add test | tiif | -0/+58 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -4/+4 |
| 2024-07-05 | Add test. | Camille GILLOT | -0/+8 |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -0/+10 |
| 2024-06-29 | Move crash test. | Camille GILLOT | -0/+10 |
| 2024-06-28 | Rollup merge of #123714 - cjgillot:static-fnptr, r=wesleywiser | Matthias Krüger | -0/+32 |
| 2024-06-22 | compiler: Mention C-unwind in C-variadic error | Jubilee Young | -2/+2 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -3/+4 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -5/+8 |
| 2024-06-12 | Make `storage-live.rs` robust against rustc internal changes. | Nicholas Nethercote | -3/+4 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -23/+22 |
| 2024-05-25 | Stop SRoA'ing `DynMetadata` in MIR | Scott McMurray | -0/+19 |
| 2024-05-04 | Mark `foo` as explicitly inline. | Camille GILLOT | -0/+1 |
| 2024-05-04 | Document test. | Camille GILLOT | -0/+7 |
| 2024-05-04 | Add test for fn pointer duplication. | Camille GILLOT | -0/+24 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -1/+0 |
| 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 |