| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -6/+10 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -6/+10 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -9/+9 |
| 2025-01-18 | Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints | Michael Goulet | -1/+1 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -4/+4 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -2/+0 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -1/+1 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -1/+1 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -1/+1 |
| 2024-12-07 | Don't suggest restricting bound with unstable traits on stable | Esteban Küber | -1/+1 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -1/+1 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+2 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -1/+0 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -2/+2 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -2/+2 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -2/+2 |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -8/+10 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -2/+4 |
| 2024-11-12 | Validate and test `-Zmir-enable-passes` | clubby789 | -0/+47 |
| 2024-10-31 | Add a regression test for #132353 | 许杰友 Jieyou Xu (Joe) | -0/+25 |
| 2024-10-24 | stabilize if_let_rescope | Ding Xiang Fei | -1/+0 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -4/+0 |
| 2024-10-17 | Fix mismatched quotation mark | dufucun | -1/+1 |
| 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 |