| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | Simplify ImplTraitContext | Michael Goulet | -29/+22 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -152/+122 |
| 2024-03-07 | Auto merge of #122151 - GuillaumeGomez:rollup-hfxr9kv, r=GuillaumeGomez | bors | -639/+594 |
| 2024-03-07 | Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkov | bors | -46/+154 |
| 2024-03-07 | Rollup merge of #122147 - kadiwa4:private_impl_mods, r=workingjubilee | Guillaume Gomez | -48/+44 |
| 2024-03-07 | Rollup merge of #122142 - lcnr:rustc_infer-cleanup, r=compiler-errors | Guillaume Gomez | -148/+139 |
| 2024-03-07 | Rollup merge of #122141 - klensy:sync-me, r=lcnr | Guillaume Gomez | -2/+4 |
| 2024-03-07 | Rollup merge of #122138 - lqd:llvm-mtime, r=clubby789 | Guillaume Gomez | -1/+9 |
| 2024-03-07 | Rollup merge of #122137 - Zalathar:if-break-scope, r=matthewjasper | Guillaume Gomez | -38/+19 |
| 2024-03-07 | Rollup merge of #122136 - Kobzol:opt-dist-lookup-logic, r=Mark-Simulacrum | Guillaume Gomez | -14/+1 |
| 2024-03-07 | Rollup merge of #122087 - GuillaumeGomez:fix-rust-index-page, r=notriddle | Guillaume Gomez | -2/+2 |
| 2024-03-07 | Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errors | Guillaume Gomez | -27/+102 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -86/+181 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -273/+93 |
| 2024-03-07 | Auto merge of #122149 - flip1995:clippy-subtree-update, r=Manishearth | bors | -2401/+4114 |
| 2024-03-07 | Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u... | Philipp Krones | -2401/+4114 |
| 2024-03-07 | Auto merge of #12431 - flip1995:rustup, r=flip1995 | bors | -268/+285 |
| 2024-03-07 | Bump nightly version -> 2024-03-07 | Philipp Krones | -1/+1 |
| 2024-03-07 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2433/+4169 |
| 2024-03-07 | make `std::os::unix::ucred` module private | Kalle Wachsmuth | -48/+44 |
| 2024-03-07 | Auto merge of #122139 - GuillaumeGomez:rollup-37vtwsc, r=GuillaumeGomez | bors | -315/+547 |
| 2024-03-07 | cleanup imports | lcnr | -25/+21 |
| 2024-03-07 | move snapshot handling into mod | lcnr | -117/+120 |
| 2024-03-07 | sync (try_)instantiate_mir_and_normalize_erasing_regions implementation | klensy | -2/+4 |
| 2024-03-07 | move mod into folder | lcnr | -0/+0 |
| 2024-03-07 | remove empty folder | lcnr | -8/+0 |
| 2024-03-07 | Rollup merge of #122129 - tgross35:rustcdocs-host-only, r=onur-ozkan | Guillaume Gomez | -0/+1 |
| 2024-03-07 | Rollup merge of #122126 - workingjubilee:every-os-in-the-world-belongs-to-uni... | Guillaume Gomez | -1/+5 |
| 2024-03-07 | Rollup merge of #122123 - compiler-errors:object-trait-alias-bounds, r=oli-obk | Guillaume Gomez | -50/+55 |
| 2024-03-07 | Rollup merge of #122115 - clubby789:cancel-recoverr, r=compiler-errors | Guillaume Gomez | -8/+27 |
| 2024-03-07 | Rollup merge of #122114 - saethlin:cant-find-crate-spam, r=WaffleLapkin | Guillaume Gomez | -23/+21 |
| 2024-03-07 | Rollup merge of #122110 - WaffleLapkin:miri-temp, r=RalfJung | Guillaume Gomez | -1/+7 |
| 2024-03-07 | Rollup merge of #122104 - RalfJung:rust, r=ChrisDenton | Guillaume Gomez | -22/+22 |
| 2024-03-07 | Rollup merge of #122066 - mu001999:clean, r=oli-obk | Guillaume Gomez | -26/+25 |
| 2024-03-07 | Rollup merge of #122043 - Y-Nak:move-early-binder, r=lcnr | Guillaume Gomez | -82/+74 |
| 2024-03-07 | Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=... | Guillaume Gomez | -102/+310 |
| 2024-03-07 | Auto merge of #12429 - Alexendoo:redundant-field-names-macro-ctxt, r=Manishearth | bors | -24/+55 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -82/+74 |
| 2024-03-07 | record mtime in llvm linker script | Rémy Rakic | -0/+7 |
| 2024-03-07 | use file to write llvm linker script | Rémy Rakic | -1/+2 |
| 2024-03-07 | Auto merge of #121985 - RalfJung:interpret-return-place, r=oli-obk | bors | -145/+140 |
| 2024-03-07 | Don't lint `redundant_field_names` across macro boundaries | Alex Macleod | -24/+55 |
| 2024-03-07 | improve debug logging | Lukas Markeffsky | -15/+4 |
| 2024-03-07 | Don't pass a break scope to `Builder::break_for_else` | Zalathar | -38/+19 |
| 2024-03-07 | Include all library files in artifact summary on CI | Jakub Beránek | -14/+1 |
| 2024-03-07 | Auto merge of #121154 - oli-obk:track_errors11, r=estebank | bors | -245/+736 |
| 2024-03-07 | remove the --generate-link-to-definition flags from bootstrap | r0cky | -2/+7 |
| 2024-03-07 | Set `RustcDocs` to only run on host | Trevor Gross | -0/+1 |
| 2024-03-07 | Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrum | bors | -0/+13 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -22/+22 |