| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -1/+6 |
| 2023-07-18 | Bless ui tests. | Camille GILLOT | -2/+2 |
| 2023-07-17 | Better diagnostics for dlltool errors. | James Farrell | -1/+6 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -1/+1 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -1/+1 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -3/+15 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -16/+120 |
| 2023-07-05 | Add regression test | León Orell Valerian Liehr | -0/+24 |
| 2023-07-05 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -16/+96 |
| 2023-07-04 | add test | Deadbeef | -0/+29 |