| Age | Commit message (Expand) | Author | Lines |
| 2023-09-24 | Rollup merge of #116104 - cjgillot:calculate_debuginfo_offset, r=b-naber | Matthias Krüger | -33/+10 |
| 2023-09-24 | Rollup merge of #116086 - estebank:issue-115992, r=compiler-errors | Matthias Krüger | -35/+126 |
| 2023-09-24 | Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebank | Matthias Krüger | -6/+10 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -27/+48 |
| 2023-09-23 | Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obk | bors | -8438/+836 |
| 2023-09-23 | Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrum | bors | -0/+17 |
| 2023-09-23 | Reuse calculate_debuginfo_offset for fragments. | Camille GILLOT | -33/+10 |
| 2023-09-23 | Make test more robust to opts. | Camille GILLOT | -6/+4 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -333/+91 |
| 2023-09-23 | Remove useless wrapper. | Camille GILLOT | -5/+1 |
| 2023-09-23 | Remove dead error code. | Camille GILLOT | -47/+5 |
| 2023-09-23 | Bless clippy. | Camille GILLOT | -166/+87 |
| 2023-09-23 | Bless mir-opt | Camille GILLOT | -61/+90 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -918/+486 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -2513/+114 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -4891/+439 |
| 2023-09-23 | Fold lifetimes before substitution. | Camille GILLOT | -14/+14 |
| 2023-09-23 | Do not construct def_path_str for MustNotSuspend. | Camille GILLOT | -8/+29 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -4/+296 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -3/+31 |
| 2023-09-23 | Auto merge of #116071 - estebank:issue-115905, r=compiler-errors | bors | -10/+100 |
| 2023-09-22 | diagnostics: simpler 83556 handling by bailing out | Michael Howell | -20/+4 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -72/+143 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -5/+235 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+62 |
| 2023-09-23 | Auto merge of #116066 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-09-23 | Add test | Esteban Küber | -0/+36 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -15/+20 |
| 2023-09-23 | When encountering method on `Self` that we can't suggest, mention it | Esteban Küber | -30/+31 |
| 2023-09-23 | More accurate suggestion for `self.` and `Self::` | Esteban Küber | -8/+57 |
| 2023-09-23 | Tweak expected message to explain what it's actually signifying | Michael Goulet | -6/+10 |
| 2023-09-23 | Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obk | bors | -220/+191 |
| 2023-09-22 | Point at cause of expectation of `break` value when possible | Esteban Küber | -10/+100 |
| 2023-09-22 | Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgr | bors | -67/+334 |
| 2023-09-22 | Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkin | Matthias Krüger | -1/+13 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -26/+26 |
| 2023-09-22 | Rollup merge of #116061 - Nilstrieb:Nilstrieb-patch-1, r=TaKO8Ki | Matthias Krüger | -2/+0 |
| 2023-09-22 | Rollup merge of #116056 - ouz-a:wide_ice, r=compiler-errors | Matthias Krüger | -2/+18 |
| 2023-09-22 | Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naber | Matthias Krüger | -4/+164 |
| 2023-09-22 | Rollup merge of #115770 - ouz-a:match_elem_builder, r=lcnr | Matthias Krüger | -32/+113 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -48/+30 |
| 2023-09-22 | Open the FileEncoder file for reading and writing | Ben Kimock | -1/+13 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -17/+60 |
| 2023-09-22 | Allow higher-ranked fn sigs in ValuePairs | Michael Goulet | -27/+48 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -26/+46 |
| 2023-09-22 | Fix test on targets with crt-static default | Tomasz Miąsko | -11/+16 |
| 2023-09-23 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-22 | make unsized cast illegal | ouz-a | -2/+18 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -475/+475 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -26/+26 |