| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Add tests | Nadrieril | -0/+96 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -22/+22 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -22/+22 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -15/+15 |
| 2023-11-02 | add test for #113375 | Matthias Krüger | -0/+18 |
| 2023-11-02 | add test for #113381 | Matthias Krüger | -0/+26 |
| 2023-11-01 | Stabilize C string literals | John Millikin | -40/+0 |
| 2023-10-30 | Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com... | León Orell Valerian Liehr | -0/+3 |
| 2023-10-28 | make pointer_structural_match warn-by-default | Ralf Jung | -10/+113 |
| 2023-10-28 | also lint against fn ptr and raw ptr nested inside the const | Ralf Jung | -3/+19 |
| 2023-10-28 | patterns: reject raw pointers that are not just integers | Ralf Jung | -2/+2 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -10/+9 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -0/+3 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -0/+185 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -10/+9 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -1/+1 |
| 2023-10-22 | Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillot | Matthias Krüger | -0/+7 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+7 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+1 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -88/+135 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -14/+14 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -7/+7 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -32/+563 |
| 2023-10-15 | Duplicate `~const` bounds with a non-const one in effects desugaring | Deadbeef | -32/+563 |
| 2023-10-14 | Lint `non_exhaustive_omitted_patterns` per column | Nadrieril | -127/+68 |
| 2023-10-14 | Add and prepare tests | Nadrieril | -48/+154 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -9/+7 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -6/+6 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -1/+15 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+10 |
| 2023-09-30 | Validate `~const` trait bounds on associated fns. | Raekye | -12/+105 |
| 2023-09-22 | Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgr | bors | -6/+6 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -15/+1 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -6/+6 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -54/+47 |
| 2023-09-20 | Validate crate name in CLI option --extern | León Orell Valerian Liehr | -15/+1 |
| 2023-09-20 | bless the known-bug tests | Deadbeef | -74/+59 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -113/+121 |
| 2023-09-19 | Add more if let guard tests | Matthew Jasper | -0/+247 |
| 2023-09-15 | Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-dead | bors | -1/+8 |
| 2023-09-14 | Fallback effects even if types also fall back | Michael Goulet | -1/+8 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -1694/+1881 |
| 2023-09-13 | Address review comments | Matthew Jasper | -0/+343 |
| 2023-09-11 | Reduce double errors for invalid let expressions | Matthew Jasper | -121/+1241 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -1794/+476 |
| 2023-09-11 | Don't create drop scopes after item statements | Matthew Jasper | -0/+42 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -0/+9 |
| 2023-09-03 | Auto merge of #115270 - sebastiantoh:issue-105479, r=Nadrieril | bors | -2/+3 |
| 2023-09-03 | Improve clarity of diagnostic message on non-exhaustive matches | Sebastian Toh | -1/+1 |