| Age | Commit message (Expand) | Author | Lines |
| 2024-03-25 | Rollup merge of #123044 - compiler-errors:instance, r=oli-obk | Jubilee | -38/+38 |
| 2024-03-25 | Rollup merge of #123042 - dpaoliello:prelude, r=Nilstrieb | Jubilee | -23/+7 |
| 2024-03-25 | Rollup merge of #123039 - rustbot:docs-update, r=ehuss | Jubilee | -0/+0 |
| 2024-03-25 | Rollup merge of #122950 - ShoyuVanilla:issue-101903, r=compiler-errors | Jubilee | -0/+68 |
| 2024-03-25 | Rollup merge of #122923 - kpreid:print-async-def, r=compiler-errors | Jubilee | -131/+139 |
| 2024-03-25 | Rollup merge of #122896 - dpaoliello:stdarch, r=Amanieu | Jubilee | -0/+1 |
| 2024-03-25 | Rollup merge of #122892 - lovesegfault:versioned-vendor, r=onur-ozkan | Jubilee | -0/+1 |
| 2024-03-25 | Rollup merge of #122769 - RalfJung:reachable, r=tmiasko | Jubilee | -24/+63 |
| 2024-03-25 | Rollup merge of #122707 - reedwoodruff:string_docs_typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -23/+7 |
| 2024-03-25 | extend doc comment for reachability set computation | Ralf Jung | -24/+63 |
| 2024-03-25 | Auto merge of #123041 - RalfJung:miri, r=RalfJung | bors | -27/+141 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -38/+38 |
| 2024-03-25 | Update books | rustbot | -0/+0 |
| 2024-03-25 | Auto merge of #3414 - RalfJung:rustup, r=RalfJung | bors | -747/+1783 |
| 2024-03-25 | support '--sysroot=' form of setting the sysroot as well | Ralf Jung | -1/+1 |
| 2024-03-25 | Merge from rustc | Ralf Jung | -745/+1781 |
| 2024-03-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-25 | Auto merge of #123036 - matthiaskrgr:rollup-dj8hra4, r=matthiaskrgr | bors | -77/+744 |
| 2024-03-25 | Rollup merge of #123034 - bjorn3:test_ignores, r=compiler-errors | Matthias Krüger | -16/+12 |
| 2024-03-25 | Rollup merge of #123022 - compiler-errors:clif-tests-async-closure, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2024-03-25 | Rollup merge of #123001 - Alexendoo:check-attributes, r=oli-obk | Matthias Krüger | -34/+19 |
| 2024-03-25 | Rollup merge of #122999 - Alexendoo:unpretty-avoid-crash-test, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-03-25 | Rollup merge of #122988 - matthiaskrgr:icetests, r=petrochenkov | Matthias Krüger | -0/+526 |
| 2024-03-25 | Rollup merge of #122970 - cuviper:use-chunk_by, r=Mark-Simulacrum | Matthias Krüger | -6/+5 |
| 2024-03-25 | Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet... | Matthias Krüger | -8/+91 |
| 2024-03-25 | Rollup merge of #122881 - Bryanskiy:delegation-fixes-2, r=petrochenkov | Matthias Krüger | -8/+59 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -2/+30 |
| 2024-03-25 | Add needs-unwind for proc macro tests | bjorn3 | -10/+9 |
| 2024-03-25 | In `pretty_print_type()`, print `async fn` futures' paths instead of spans. | Kevin Reid | -131/+139 |
| 2024-03-25 | Add needs-unwind annotations to a couple of tests | bjorn3 | -6/+3 |
| 2024-03-25 | Auto merge of #123030 - GuillaumeGomez:rustdoc-sysroot-out-of-arg-file, r=not... | bors | -3/+6 |
| 2024-03-25 | Auto merge of #3413 - RalfJung:cargo-miri-misc, r=RalfJung | bors | -4/+28 |
| 2024-03-25 | phase_rustdoc: add a heuristic to make us more certain that this is really ru... | Ralf Jung | -4/+18 |
| 2024-03-25 | test-cargo-miri: test anyhow | Ralf Jung | -0/+10 |
| 2024-03-25 | Auto merge of #3410 - RalfJung:all-targets, r=RalfJung | bors | -0/+2 |
| 2024-03-25 | Auto merge of #123029 - matthiaskrgr:rollup-6qsevhx, r=matthiaskrgr | bors | -160/+278 |
| 2024-03-25 | Move `--sysroot` argument out of the argument file to fix miri issue | Guillaume Gomez | -3/+6 |
| 2024-03-25 | CONTRIBUTING: vsocde settings: add --all-targets | Ralf Jung | -0/+2 |
| 2024-03-25 | Rollup merge of #123020 - nnethercote:rm-nnethercote-review, r=nnethercote | Matthias Krüger | -4/+0 |
| 2024-03-25 | Rollup merge of #123005 - maurer:cfi-arbitrary-receivers, r=compiler-errors | Matthias Krüger | -39/+115 |
| 2024-03-25 | Rollup merge of #123003 - maurer:dyn-empty, r=compiler-errors | Matthias Krüger | -13/+35 |
| 2024-03-25 | Rollup merge of #122995 - Zalathar:flags-mir-opt, r=Mark-Simulacrum | Matthias Krüger | -39/+28 |
| 2024-03-25 | Rollup merge of #122990 - SkiFire13:transmute-may-copy, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-03-25 | Rollup merge of #122982 - Zalathar:bootstrap-coverage-docs, r=onur-ozkan | Matthias Krüger | -16/+49 |
| 2024-03-25 | Rollup merge of #122858 - nnethercote:tweak-parse_dot_suffix_expr, r=est31 | Matthias Krüger | -48/+50 |
| 2024-03-25 | Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrieril | bors | -111/+351 |
| 2024-03-25 | Auto merge of #122968 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -79/+79 |
| 2024-03-25 | Auto merge of #122951 - Nilstrieb:nodejs20, r=Kobzol | bors | -6/+6 |
| 2024-03-25 | Add more comments to the bootstrap code that handles `tests/coverage` | Zalathar | -16/+49 |