| Age | Commit message (Expand) | Author | Lines |
| 2023-05-16 | Rollup merge of #111610 - bvanjoi:fix-99597, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2023-05-16 | Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkin | Matthias Krüger | -0/+47 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -0/+35 |
| 2023-05-16 | Use error term if missing associated item in new solver | Michael Goulet | -1/+15 |
| 2023-05-16 | Auto merge of #105750 - oli-obk:valtrees, r=lcnr | bors | -40/+53 |
| 2023-05-16 | Rollup merge of #111614 - aDotInTheVoid:nonsense, r=cjgillot | Nilstrieb | -0/+30 |
| 2023-05-16 | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk | Nilstrieb | -220/+15 |
| 2023-05-16 | Rollup merge of #111449 - compiler-errors:recover-impl-generics-correctly, r=... | Nilstrieb | -0/+14 |
| 2023-05-16 | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | -25/+65 |
| 2023-05-16 | fix(diagnostic): wrap parens for ref impl trait param | bohan | -0/+30 |
| 2023-05-15 | Add more interesting nonsense to weird-exprs.rs | Alona Enraght-Moony | -0/+30 |
| 2023-05-15 | Recover `impl<T ?Sized>` correctly | Michael Goulet | -0/+14 |
| 2023-05-15 | Tweaks and a test | Michael Goulet | -0/+45 |
| 2023-05-15 | Always fall back to PartialEq when a constant in a pattern is not recursively... | Oli Scherer | -40/+53 |
| 2023-05-15 | Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -220/+15 |
| 2023-05-14 | Erase ReError properly | Michael Goulet | -0/+47 |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -38/+11 |
| 2023-05-14 | Add ui test to reproduce non-Send panic temporary | David Tolnay | -0/+46 |
| 2023-05-14 | Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errors | Matthias Krüger | -0/+64 |
| 2023-05-14 | Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillot | Matthias Krüger | -6/+20 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -0/+53 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -38/+48 |
| 2023-05-13 | Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillot | bors | -0/+30 |
| 2023-05-13 | Handle error body when in generator layout | clubby789 | -0/+35 |
| 2023-05-13 | fmt | yukang | -2/+1 |
| 2023-05-13 | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillot | bors | -2/+5 |
| 2023-05-13 | Fix ice caused by shorthand fields in NoFieldsForFnCall | yukang | -0/+22 |
| 2023-05-13 | improve error for `impl<..> impl Trait for Type` | y21 | -0/+64 |
| 2023-05-13 | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkov | Dylan DPC | -0/+18 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -171/+92 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+56 |
| 2023-05-13 | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile... | Dylan DPC | -12/+204 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -0/+18 |
| 2023-05-13 | Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnr | bors | -0/+22 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -64/+829 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -9/+164 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -4/+41 |
| 2023-05-12 | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgr | bors | -1/+19 |
| 2023-05-12 | Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjay | Matthias Krüger | -1/+19 |
| 2023-05-12 | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errors | bors | -0/+180 |
| 2023-05-12 | Don't ICE in layout computation for placeholder types | Michael Goulet | -1/+19 |
| 2023-05-11 | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errors | Michael Goulet | -0/+16 |
| 2023-05-11 | Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obk | Michael Goulet | -0/+1 |
| 2023-05-11 | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnr | Michael Goulet | -0/+163 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -171/+92 |
| 2023-05-11 | Better diagnostics for `env!` where variable contains escape | clubby789 | -6/+20 |
| 2023-05-11 | Bless tests for portable-simd sync | Jubilee Young | -1/+1 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+56 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -0/+16 |