| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2023-09-22 | Remove TaKO8Ki from reviewers | Nilstrieb | -2/+0 |
| 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/+164 |
| 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 | Auto merge of #116054 - matthiaskrgr:rollup-3pusno6, r=matthiaskrgr | bors | -136/+374 |
| 2023-09-22 | Rollup merge of #116049 - RalfJung:future-incompat, r=Nilstrieb | Matthias Krüger | -32/+79 |
| 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/+63 |
| 2023-09-22 | Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviper | Matthias Krüger | -6/+19 |
| 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 | Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-se | Matthias Krüger | -2/+68 |
| 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 | -28/+96 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -29/+99 |
| 2023-09-22 | hide rustc line numbers in test | Ralf Jung | -2/+2 |
| 2023-09-22 | better bug message | ouz-a | -3/+7 |
| 2023-09-22 | remove inner match | ouz-a | -6/+4 |