| Age | Commit message (Expand) | Author | Lines |
| 2024-01-27 | Rollup merge of #119957 - Young-Flash:fix, r=fmease | Matthias Krüger | -0/+118 |
| 2024-01-27 | Rollup merge of #118182 - estebank:issue-118164, r=davidtwco | Matthias Krüger | -0/+36 |
| 2024-01-27 | Auto merge of #118636 - h1467792822:dev, r=michaelwoerister | bors | -4/+84 |
| 2024-01-26 | Properly recover from trailing attr in body | Esteban Küber | -0/+36 |
| 2024-01-26 | Rollup merge of #120382 - fee1-dead-contrib:classify-closure-argument, r=Nadr... | Matthias Krüger | -2/+2 |
| 2024-01-26 | Rollup merge of #120378 - lcnr:normalize-ast, r=compiler-errors | Matthias Krüger | -35/+51 |
| 2024-01-26 | Rollup merge of #120311 - mina86:h, r=cuviper | Matthias Krüger | -0/+2 |
| 2024-01-26 | Rollup merge of #120277 - compiler-errors:normalize-before-validating, r=oli-obk | Matthias Krüger | -0/+31 |
| 2024-01-26 | Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnay | Matthias Krüger | -6/+6 |
| 2024-01-26 | Rollup merge of #119342 - sjwang05:issue-112254, r=wesleywiser | Matthias Krüger | -0/+89 |
| 2024-01-26 | Normalize field types before checking validity | Michael Goulet | -0/+31 |
| 2024-01-26 | Classify closure arguments in refutable pattern in argument error | Deadbeef | -2/+2 |
| 2024-01-26 | Auto merge of #120375 - matthiaskrgr:rollup-ueakvms, r=matthiaskrgr | bors | -15/+44 |
| 2024-01-26 | remove unnecessary test | lcnr | -22/+0 |
| 2024-01-26 | move alias-relate tests | lcnr | -1/+1 |
| 2024-01-26 | next-solver: normalize in `LoweredTy::from_raw` | lcnr | -12/+50 |
| 2024-01-26 | Rollup merge of #120360 - compiler-errors:afit-sized-lol, r=lcnr | Matthias Krüger | -0/+18 |
| 2024-01-26 | Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-dead | Matthias Krüger | -11/+12 |
| 2024-01-26 | Rollup merge of #117420 - Jules-Bertholet:internal-unstable-stmt-expr-attribu... | Matthias Krüger | -4/+14 |
| 2024-01-26 | Auto merge of #120367 - RalfJung:project_downcast_uninhabited, r=oli-obk | bors | -0/+102 |
| 2024-01-26 | add test for GVN issue; cleanup in dataflow_const_prop | Ralf Jung | -0/+92 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -0/+10 |
| 2024-01-26 | Rollup merge of #120322 - compiler-errors:higher-ranked-async-closures, r=oli... | Matthias Krüger | -0/+29 |
| 2024-01-26 | Rollup merge of #120124 - nikic:fix-assembly-test, r=davidtwco | Matthias Krüger | -64/+82 |
| 2024-01-26 | Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errors | Matthias Krüger | -139/+773 |
| 2024-01-26 | MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op... | h1467792822 | -4/+84 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -457/+226 |
| 2024-01-25 | Rollup merge of #120330 - compiler-errors:no-coroutine-info-in-coroutine-drop... | Matthias Krüger | -42/+0 |
| 2024-01-25 | Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkov | Matthias Krüger | -56/+0 |
| 2024-01-25 | bless | Michal Nazarewicz | -0/+2 |
| 2024-01-25 | Split assembly tests for ELF and MachO | Nikita Popov | -64/+82 |
| 2024-01-25 | Rollup merge of #120315 - estebank:issue-102629-2, r=wesleywiser | Matthias Krüger | -0/+68 |
| 2024-01-25 | Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasper | Matthias Krüger | -73/+333 |
| 2024-01-25 | Rollup merge of #119389 - estebank:issue-116925, r=TaKO8Ki | Matthias Krüger | -0/+279 |
| 2024-01-25 | Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obk | Matthias Krüger | -1/+24 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+118 |
| 2024-01-25 | Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFIT | Michael Goulet | -0/+18 |
| 2024-01-25 | Remove coroutine info when building coroutine drop body | Michael Goulet | -42/+0 |
| 2024-01-25 | Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot | bors | -3/+12 |
| 2024-01-25 | Avoid useless checking in `from_token_lit`. | Nicholas Nethercote | -11/+12 |
| 2024-01-25 | Implement feature gate logic | Nadrieril | -139/+773 |
| 2024-01-24 | Don't manually resolve async closures in rustc_resolve | Michael Goulet | -0/+29 |
| 2024-01-24 | Account for expected `dyn Trait` found `impl Trait` | Esteban Küber | -0/+61 |
| 2024-01-24 | On E0308 involving `dyn Trait`, mention trait objects | Esteban Küber | -0/+7 |
| 2024-01-24 | Rollup merge of #120285 - est31:remove_extra_pound, r=fmease | León Orell Valerian Liehr | -10/+10 |
| 2024-01-24 | Rollup merge of #120284 - petrochenkov:typrivisit2, r=oli-obk | León Orell Valerian Liehr | -3/+16 |
| 2024-01-24 | Rollup merge of #120265 - nikic:no-no-system-llvm, r=nagisa | León Orell Valerian Liehr | -21/+1 |
| 2024-01-24 | Rollup merge of #120185 - Zalathar:auto-derived, r=wesleywiser | León Orell Valerian Liehr | -97/+6 |
| 2024-01-24 | Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | León Orell Valerian Liehr | -2/+5 |
| 2024-01-24 | This commit is part of clone3 clean up. Merge tests from tests/ui/command/com... | Askar Safin | -46/+0 |