| Age | Commit message (Expand) | Author | Lines |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -4/+79 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -3/+19 |
| 2023-09-23 | Auto merge of #116071 - estebank:issue-115905, r=compiler-errors | bors | -9/+76 |
| 2023-09-22 | diagnostics: simpler 83556 handling by bailing out | Michael Howell | -8/+3 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -61/+131 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -5/+52 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+28 |
| 2023-09-22 | Point at cause of expectation of `break` value when possible | Esteban Küber | -9/+76 |
| 2023-09-22 | Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgr | bors | -50/+139 |
| 2023-09-22 | Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkin | Matthias Krüger | -1/+6 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -11/+11 |
| 2023-09-22 | Rollup merge of #116056 - ouz-a:wide_ice, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2023-09-22 | Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naber | Matthias Krüger | -4/+6 |
| 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 | -38/+19 |
| 2023-09-22 | Open the FileEncoder file for reading and writing | Ben Kimock | -1/+6 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -0/+31 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -25/+45 |
| 2023-09-22 | make unsized cast illegal | ouz-a | -2/+3 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -12/+12 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -11/+11 |
| 2023-09-22 | match array for constantindex and subslice | ouz-a | -8/+9 |
| 2023-09-22 | Capture scrutinee of if let guards correctly | Matthew Jasper | -4/+6 |
| 2023-09-22 | Auto merge of #115690 - ShE3py:Z-treat-err-as-bug, r=petrochenkov | bors | -14/+19 |
| 2023-09-22 | Allow `-Z treat-err-as-bug=0` | Lieselotte | -14/+19 |
| 2023-09-22 | Rollup merge of #116049 - RalfJung:future-incompat, r=Nilstrieb | Matthias Krüger | -30/+77 |
| 2023-09-22 | Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJung | Matthias Krüger | -0/+5 |
| 2023-09-22 | Rollup merge of #116039 - estebank:nested-tait, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2023-09-22 | Add tracing instrumentation, just like queries automatically add it | Oli Scherer | -0/+1 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -26/+94 |
| 2023-09-22 | better bug message | ouz-a | -3/+7 |
| 2023-09-22 | remove inner match | ouz-a | -6/+4 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -8/+31 |
| 2023-09-22 | make the reason: field mandatory for @future_incompatible lints | Ralf Jung | -19/+51 |
| 2023-09-22 | give FutureIncompatibilityReason variants more explicit names | Ralf Jung | -19/+34 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -3/+43 |
| 2023-09-22 | Add note to is_known_rigid | Michael Goulet | -0/+5 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -518/+508 |
| 2023-09-21 | diagnostics: avoid mismatch between variance index and hir generic | Michael Howell | -3/+24 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -268/+229 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -29/+185 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -12/+12 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -4/+63 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+137 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -29/+48 |
| 2023-09-21 | Account for nested `impl Trait` in TAIT | Esteban Küber | -2/+7 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -180/+130 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -4/+63 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -518/+508 |
| 2023-09-21 | Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obk | bors | -188/+202 |