| Age | Commit message (Expand) | Author | Lines |
| 2023-10-26 | Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errors | Matthias Krüger | -0/+70 |
| 2023-10-26 | Rollup merge of #117143 - estebank:issue-117080, r=wesleywiser | Matthias Krüger | -0/+30 |
| 2023-10-26 | Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obk | bors | -0/+185 |
| 2023-10-26 | Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnr | bors | -0/+24 |
| 2023-10-26 | Quietly fail if an error has already occurred | Oli Scherer | -0/+70 |
| 2023-10-26 | Properly restore snapshot when failing to recover parsing ternary | clubby789 | -5/+18 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -17/+92 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -0/+185 |
| 2023-10-26 | Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot | bors | -19/+6 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+78 |
| 2023-10-26 | Remove unused feature from a miri test | Maybe Waffle | -4/+3 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -31/+25 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -6/+115 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -44/+87 |
| 2023-10-25 | Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi... | Matthias Krüger | -0/+152 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-10-25 | Never consider raw pointer casts to be trival | Nilstrieb | -0/+24 |
| 2023-10-25 | Return multiple object-safety violation errors | Maybe Waffle | -2/+5 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -81/+693 |
| 2023-10-25 | Avoid unbounded O(n^2) when parsing nested type args | Esteban Küber | -0/+30 |
| 2023-10-25 | Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebank | Matthias Krüger | -75/+638 |
| 2023-10-25 | Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukang | Matthias Krüger | -0/+47 |
| 2023-10-25 | Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -7/+7 |
| 2023-10-25 | Rollup merge of #117160 - cuishuang:master, r=lqd | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obk | Matthias Krüger | -321/+1597 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -9/+84 |
| 2023-10-25 | Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -75/+638 |
| 2023-10-25 | Fix problematic comment | cui fliter | -1/+1 |
| 2023-10-25 | Make THIR unused_unsafe lint consistent with MIR | Matthew Jasper | -321/+1597 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -17/+17 |
| 2023-10-25 | Do not suggest 'Trait<Assoc=arg>' when in trait impl | Gurinder Singh | -0/+152 |
| 2023-10-25 | Fix unwrap suggestion for async fn | Michael Goulet | -0/+47 |
| 2023-10-25 | coverage: UI test for unstable value `-C instrument-coverage=branch` | Zalathar | -6/+8 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -23/+135 |
| 2023-10-24 | Update stability attribute sanity UI test to delete superfluous errors | David Tolnay | -19/+6 |
| 2023-10-24 | mv tests | Esteban Küber | -0/+0 |
| 2023-10-24 | Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgr | bors | -79/+281 |
| 2023-10-24 | Rollup merge of #117127 - compiler-errors:incomplete, r=lqd | Matthias Krüger | -74/+29 |
| 2023-10-24 | Rollup merge of #116943 - heiher:target-features, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2023-10-24 | Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naber | Matthias Krüger | -0/+245 |
| 2023-10-24 | Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiser | Matthias Krüger | -4/+4 |
| 2023-10-24 | Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr | bors | -0/+95 |
| 2023-10-24 | Merge impl_wf_inference into coherence checking | Michael Goulet | -9/+84 |
| 2023-10-25 | suggest unwrap/expect for let binding type mismatch | yukang | -0/+245 |
| 2023-10-24 | Add diverging match guard test. | Camille GILLOT | -2/+12 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -453/+183 |
| 2023-10-24 | Remove incomplete features from RPITIT/AFIT tests | Michael Goulet | -74/+29 |