| Age | Commit message (Expand) | Author | Lines |
| 2023-10-31 | Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obk | Matthias Krüger | -3/+26 |
| 2023-10-31 | Rollup merge of #117416 - compiler-errors:tait-in-bad-body, r=oli-obk | Matthias Krüger | -0/+31 |
| 2023-10-31 | Rollup merge of #116712 - estebank:issue-116252, r=petrochenkov | Matthias Krüger | -0/+59 |
| 2023-10-31 | Do not ICE on constant evaluation failure in GVN. | Camille GILLOT | -3/+26 |
| 2023-10-31 | Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot | bors | -26/+30 |
| 2023-10-30 | Preserve deprecation attribute even if 'since' version is missing | David Tolnay | -3/+11 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -181/+206 |
| 2023-10-30 | Sort errors | Esteban Küber | -9/+9 |
| 2023-10-30 | Add test | Esteban Küber | -0/+25 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -181/+181 |
| 2023-10-31 | Test the multispan case in `tests.ui/bounds-lifetime.rs`. | Nicholas Nethercote | -3/+3 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -50/+167 |
| 2023-10-30 | Also consider TAIT to be uncomputable if the MIR body is tainted | Michael Goulet | -0/+31 |
| 2023-10-30 | Rollup merge of #117414 - compiler-errors:tait-forevert, r=oli-obk | Matthias Krüger | -0/+17 |
| 2023-10-30 | Rollup merge of #117411 - oli-obk:query_merge_immobile_game, r=compiler-error... | Matthias Krüger | -31/+31 |
| 2023-10-30 | Rollup merge of #117403 - oli-obk:the_gift_that_keeps_on_giving_116849, r=com... | Matthias Krüger | -4/+19 |
| 2023-10-30 | Rollup merge of #117398 - Nadrieril:fix-117378, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2023-10-30 | Rollup merge of #117396 - oli-obk:privacy_visitor_types, r=compiler-errors | Matthias Krüger | -0/+44 |
| 2023-10-30 | Rollup merge of #117389 - oli-obk:gen_fn, r=compiler-errors | Matthias Krüger | -3/+41 |
| 2023-10-30 | Don't super-fold types when we hit the recursion limit | Michael Goulet | -0/+17 |
| 2023-10-30 | Improve some diagnostics around `?Trait` bounds | Oli Scherer | -31/+31 |
| 2023-10-30 | Detect when trait is implemented for type and suggest importing it | Esteban Küber | -12/+9 |
| 2023-10-30 | Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=Nilstrieb | Guillaume Gomez | -1/+89 |
| 2023-10-30 | Rollup merge of #117390 - chenyukang:yukang-fix-117284-unused-macro, r=estebank | Guillaume Gomez | -0/+46 |
| 2023-10-30 | Rollup merge of #117370 - nicholasbishop:bishop-better-c-variadic-errors, r=o... | Guillaume Gomez | -41/+89 |
| 2023-10-30 | Rollup merge of #117132 - estebank:issue-80194, r=petrochenkov | Guillaume Gomez | -0/+67 |
| 2023-10-30 | Only run panic tests on targets that can unwind | Oli Scherer | -1/+2 |
| 2023-10-30 | Poison check_well_formed if method receivers are invalid to prevent typeck fr... | Oli Scherer | -4/+19 |
| 2023-10-30 | Explicitly reject const C-variadic functions | Nicholas Bishop | -20/+88 |
| 2023-10-30 | Correctly handle nested or-patterns in column-wise analyses | Nadrieril | -0/+6 |
| 2023-10-30 | Fix bad-c-variadic error being emitted multiple times | Nicholas Bishop | -37/+17 |
| 2023-10-30 | Don't treat closures/coroutines as part of the public API | Oli Scherer | -15/+7 |
| 2023-10-30 | Add regression test | Oli Scherer | -0/+52 |
| 2023-10-30 | Fix #117284, Fix unused variables lint issue for args in macro | yukang | -0/+46 |
| 2023-10-30 | Fix missing leading space in suggestion | Gurinder Singh | -1/+89 |
| 2023-10-30 | Add a custom panic message for resuming `gen` blocks after they panicked | Oli Scherer | -0/+37 |
| 2023-10-30 | Talk about `gen fn` in diagnostics about `gen fn` | Oli Scherer | -3/+3 |
| 2023-10-30 | Rollup merge of #117382 - gurry:114529-ice-const-eval, r=oli-obk | León Orell Valerian Liehr | -0/+49 |
| 2023-10-30 | Rollup merge of #117371 - compiler-errors:unique-params, r=oli-obk | León Orell Valerian Liehr | -0/+28 |
| 2023-10-30 | Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com... | León Orell Valerian Liehr | -0/+73 |
| 2023-10-30 | Fail typeck for illegal break-with-value | Gurinder Singh | -0/+49 |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -11/+7 |
| 2023-10-29 | Fill in syntactically valid deprecation version in tests | David Tolnay | -12/+12 |
| 2023-10-30 | When encountering unclosed delimiters during parsing, check for diff markers | Esteban Küber | -0/+59 |
| 2023-10-30 | Account for `ref` and `mut` in the wrong place for pattern ident renaming | Esteban Küber | -0/+94 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -0/+67 |
| 2023-10-29 | Ignore RPIT duplicated lifetimes in opaque_types_defined_by | Michael Goulet | -0/+28 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -0/+210 |
| 2023-10-29 | Auto merge of #116889 - MU001999:master, r=petrochenkov | bors | -0/+24 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -30/+1 |