| Age | Commit message (Expand) | Author | Lines |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -8/+8 |
| 2023-09-24 | Auto merge of #116112 - matthiaskrgr:rollup-s3cm2f7, r=matthiaskrgr | bors | -22/+103 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -8/+8 |
| 2023-09-24 | Rollup merge of #116106 - GuillaumeGomez:migrate-gui-test-color-42, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-09-24 | Rollup merge of #116086 - estebank:issue-115992, r=compiler-errors | Matthias Krüger | -11/+92 |
| 2023-09-24 | Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebank | Matthias Krüger | -3/+3 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -7/+7 |
| 2023-09-23 | Auto merge of #112711 - Emilgardis:lit_byte_char, r=dtolnay | bors | -0/+27 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+27 |
| 2023-09-23 | Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obk | bors | -5378/+514 |
| 2023-09-23 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -1/+1 |
| 2023-09-23 | Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrum | bors | -0/+17 |
| 2023-09-23 | Make test more robust to opts. | Camille GILLOT | -6/+4 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -24/+17 |
| 2023-09-23 | Bless mir-opt | Camille GILLOT | -61/+90 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -918/+486 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -4891/+439 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -0/+217 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -0/+12 |
| 2023-09-23 | Auto merge of #116071 - estebank:issue-115905, r=compiler-errors | bors | -1/+24 |
| 2023-09-22 | diagnostics: simpler 83556 handling by bailing out | Michael Howell | -12/+1 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -2/+2 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -0/+183 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+34 |
| 2023-09-23 | Add test | Esteban Küber | -0/+36 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -10/+10 |
| 2023-09-23 | When encountering method on `Self` that we can't suggest, mention it | Esteban Küber | -0/+3 |
| 2023-09-23 | More accurate suggestion for `self.` and `Self::` | Esteban Küber | -3/+45 |
| 2023-09-23 | Tweak expected message to explain what it's actually signifying | Michael Goulet | -3/+3 |
| 2023-09-23 | Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obk | bors | -11/+16 |
| 2023-09-22 | Point at cause of expectation of `break` value when possible | Esteban Küber | -1/+24 |
| 2023-09-22 | Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgr | bors | -15/+195 |
| 2023-09-22 | Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkin | Matthias Krüger | -0/+7 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -15/+15 |
| 2023-09-22 | Rollup merge of #116056 - ouz-a:wide_ice, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2023-09-22 | Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naber | Matthias Krüger | -0/+158 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -2/+2 |
| 2023-09-22 | Open the FileEncoder file for reading and writing | Ben Kimock | -0/+7 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -17/+29 |
| 2023-09-22 | Allow higher-ranked fn sigs in ValuePairs | Michael Goulet | -7/+7 |
| 2023-09-22 | Fix test on targets with crt-static default | Tomasz Miąsko | -11/+16 |
| 2023-09-22 | make unsized cast illegal | ouz-a | -0/+15 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -435/+435 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -15/+15 |
| 2023-09-22 | Capture scrutinee of if let guards correctly | Matthew Jasper | -0/+158 |
| 2023-09-22 | Rollup merge of #116049 - RalfJung:future-incompat, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-09-22 | Rollup merge of #116039 - estebank:nested-tait, r=compiler-errors | Matthias Krüger | -0/+56 |
| 2023-09-22 | Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obk | Matthias Krüger | -94/+96 |
| 2023-09-22 | Rollup merge of #116034 - chenyukang:yukang-98601-add-ui-testcase, r=estebank | Matthias Krüger | -0/+44 |
| 2023-09-22 | hide rustc line numbers in test | Ralf Jung | -2/+2 |