| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-01 | Auto merge of #111752 - dingxiangfei2009:lower-or-pattern, r=cjgillot | bors | -36/+2 |
| 2023-08-30 | Test and note unsafe ctor to fn ptr coercion | Michael Goulet | -2/+0 |
| 2023-08-30 | lower bare boolean expression with if-construct | Ding Xiang Fei | -14/+2 |
| 2023-08-30 | lower ExprKind::Use, LogicalOp::Or and UnOp::Not | Ding Xiang Fei | -24/+2 |
| 2023-08-28 | Add note when matching on nested non-exhaustive enums | Sebastian Toh | -2/+3 |
| 2023-08-26 | Remove unnecessary `select_obligations_where_possible` and redundant errors | Esteban Küber | -12/+1 |
| 2023-08-26 | On let binding type point to type parameter that introduced unmet bound | Esteban Küber | -1/+12 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -4/+4 |
| 2023-08-24 | Add more tests for if_let_guard | Matthew Jasper | -0/+298 |
| 2023-08-15 | Rollup merge of #114827 - compiler-errors:next-solver-dyn-safe-candidates, r=... | Guillaume Gomez | -0/+2 |
| 2023-08-15 | Only consider object candidates for object-safe dyn types | Michael Goulet | -0/+2 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -143/+81 |
| 2023-08-07 | Fix ICE | Deadbeef | -24/+2 |
| 2023-08-06 | bless tests | Deadbeef | -217/+144 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -1/+1 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -64/+286 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -8/+7 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -451/+207 |
| 2023-07-23 | add proc macro test | Deadbeef | -0/+30 |
| 2023-07-23 | reimplement C string literals | Deadbeef | -88/+12 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -0/+18 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -2/+2 |