| Age | Commit message (Expand) | Author | Lines |
| 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 | Need to use hybrid param-env to make sure implication is not circular | Michael Goulet | -0/+42 |
| 2023-09-22 | Use placeholders to prevent using inferred RPITIT types to imply their own WF... | Michael Goulet | -0/+39 |
| 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 |
| 2023-09-22 | run abi/compatibility test against a whole bunch of targets | Ralf Jung | -10/+173 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -119/+133 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -0/+56 |
| 2023-09-21 | Add test to guard against VecDeque optimization regression | Arthur Lafrance | -0/+17 |
| 2023-09-21 | diagnostics: avoid mismatch between variance index and hir generic | Michael Howell | -0/+23 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -119/+181 |
| 2023-09-21 | Update search-result-impl-disambiguation.goml | Michael Howell | -2/+2 |
| 2023-09-21 | rustdoc: wait for section to open before trying to highlight | Michael Howell | -0/+2 |
| 2023-09-21 | rustdoc: update test cases for changes to the printing style | Michael Howell | -31/+42 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -1/+180 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -16/+149 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -435/+435 |
| 2023-09-21 | Add stack-protector test for Windows | Wesley Wiser | -1/+821 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -2/+4 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+133 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -16/+16 |
| 2023-09-21 | tests/ui: Split large_moves.rs and move to lint/large_assignments | Martin Nordholts | -96/+98 |
| 2023-09-21 | Account for nested `impl Trait` in TAIT | Esteban Küber | -0/+56 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -136/+128 |
| 2023-09-21 | tests/ui: Fix large_moves attribute cfg | Martin Nordholts | -1/+1 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -2/+4 |
| 2023-09-21 | add UI test for delimiter errors | yukang | -0/+44 |
| 2023-09-21 | Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez | Guillaume Gomez | -9/+0 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-09-21 | Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJung | Guillaume Gomez | -0/+36 |
| 2023-09-21 | Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=Nilstrieb | Guillaume Gomez | -39/+123 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -1/+16 |
| 2023-09-21 | Add regression test | Oli Scherer | -0/+21 |
| 2023-09-21 | coverage: Explicitly simplify coverage expressions in codegen | Zalathar | -136/+128 |