| Age | Commit message (Expand) | Author | Lines |
| 2023-11-29 | Fix tidy | Esteban Küber | -2/+15 |
| 2023-11-29 | Fix test and move to more appropriate directory | Esteban Küber | -37/+63 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -24/+79 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -8/+25 |
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -13/+9 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -51/+22 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -1/+1 |
| 2023-11-29 | When parsing patterns, bubble all errors except reserved idents that aren't l... | Esteban Küber | -6/+208 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -273/+14 |
| 2023-11-29 | Tweak message on ADT with private fields building | Esteban Küber | -6/+6 |
| 2023-11-29 | Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot | Matthias Krüger | -0/+21 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -47/+129 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -10/+23 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+221 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -51/+32 |
| 2023-11-29 | Rollup merge of #118429 - cuviper:its-arguments, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-11-29 | Rollup merge of #118413 - chenyukang:yukang-fix-118145-unwrap-for-shorthand, ... | Matthias Krüger | -0/+303 |
| 2023-11-29 | Rollup merge of #118342 - compiler-errors:macro-generic-bang, r=estebank | Matthias Krüger | -0/+13 |
| 2023-11-29 | Rollup merge of #118422 - tmiasko:mix, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-11-29 | Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillot | Matthias Krüger | -51/+8 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+221 |
| 2023-11-28 | Fix a typo in a `format_args!` note | Josh Stone | -2/+2 |
| 2023-11-29 | Auto merge of #114841 - bvanjoi:fix-114814, r=cuviper | bors | -0/+77 |
| 2023-11-29 | More fix on mismatched type suggestion for shorthand fields | yukang | -0/+234 |
| 2023-11-28 | Rename and add another test | Alona Enraght-Moony | -0/+21 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -2/+2 |
| 2023-11-28 | Add PartialEq<&B> for &A | Michael Goulet | -44/+12 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -1/+1 |
| 2023-11-28 | Fix coroutine validation for mixed panic strategy | Tomasz Miąsko | -0/+24 |
| 2023-11-28 | thir-unsafeck: print list of missing target features when calling a function ... | Eduardo Sánchez Muñoz | -13/+65 |
| 2023-11-28 | Fix spans for bad await in inline const | Michael Goulet | -47/+8 |
| 2023-11-28 | Eagerly return ExprKind::Err on yield/await in wrong coroutine context | Michael Goulet | -4/+0 |
| 2023-11-28 | Suggest `let` or `==` on typo'd let-chain | Esteban Küber | -10/+23 |
| 2023-11-28 | fix the issue of suggest unwrap/expect for shorthand field | yukang | -0/+69 |
| 2023-11-28 | def collector: Set correct namespace in `DefPathData` for foreign types | Vadim Petrochenkov | -1/+1 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -2/+2 |
| 2023-11-28 | Name explicit registers in conflict register errors for inline assembly | George Wort | -16/+16 |
| 2023-11-28 | Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgr | bors | -8/+35 |
| 2023-11-28 | Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compile... | Matthias Krüger | -8/+35 |
| 2023-11-28 | Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errors | bors | -30/+75 |
| 2023-11-27 | Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkin | Michael Goulet | -0/+13 |
| 2023-11-27 | Rollup merge of #117526 - estebank:issue-24157, r=b-naber | Michael Goulet | -0/+37 |
| 2023-11-27 | Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki | Michael Goulet | -0/+20 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -4/+0 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -1/+0 |
| 2023-11-27 | Print list of missing target features when calling a function with target fea... | Eduardo Sánchez Muñoz | -37/+67 |
| 2023-11-27 | rustc_span: Use correct edit distance start length for suggestions | Martin Nordholts | -0/+13 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -1/+24 |
| 2023-11-27 | Account for `!` arm in tail `match` expr | Esteban Küber | -0/+37 |
| 2023-11-27 | Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8Ki | Takayuki Maeda | -0/+36 |