| Age | Commit message (Expand) | Author | Lines |
| 2024-05-20 | chore(bootstrap/core/build_steps/dist): add fixme for duplicated vendor logic | Bernardo Meurer Costa | -0/+3 |
| 2024-05-20 | refactor(ci/docker/dist-x86_64-linux): remove rustc-perf downloading | Bernardo Meurer Costa | -8/+0 |
| 2024-05-20 | refactor(opt-dist): use rustc-perf from rustc checkout | Bernardo Meurer Costa | -435/+14 |
| 2024-05-20 | refactor(bootstrap): update rustc-perf submodule when building opt-dist | Bernardo Meurer Costa | -2/+39 |
| 2024-05-20 | refactor: add rustc-perf submodule to src/tools | Bernardo Meurer Costa | -0/+9 |
| 2024-05-20 | Auto merge of #124985 - dpaoliello:rebalance, r=Mark-Simulacrum | bors | -23/+23 |
| 2024-05-20 | Auto merge of #125313 - matthiaskrgr:rollup-65etxv0, r=matthiaskrgr | bors | -150/+445 |
| 2024-05-20 | Rollup merge of #125302 - workingjubilee:prefer-my-stack-neat, r=compiler-errors | Matthias Krüger | -10/+46 |
| 2024-05-20 | Rollup merge of #125301 - jwong101:fix-static-coro-suggest, r=compiler-errors | Matthias Krüger | -0/+68 |
| 2024-05-20 | Rollup merge of #125282 - WaffleLapkin:never-type-unsafe-improvements, r=comp... | Matthias Krüger | -47/+86 |
| 2024-05-20 | Rollup merge of #125093 - zachs18:rc-into-raw-with-allocator-only, r=Mark-Sim... | Matthias Krüger | -10/+107 |
| 2024-05-20 | Rollup merge of #125034 - rust-lang:cargo_update, r=Mark-Simulacrum | Matthias Krüger | -83/+138 |
| 2024-05-20 | Auto merge of #124560 - madsmtm:update-libc, r=Mark-Simulacrum | bors | -7/+6 |
| 2024-05-19 | note value of RUST_MIN_STACK and explain unsetting | Jubilee Young | -4/+12 |
| 2024-05-20 | Auto merge of #125288 - nikic:update-llvm-18.1.6, r=cuviper | bors | -1/+1 |
| 2024-05-19 | defrost RUST_MIN_STACK=ice rustc hello.rs | Jubilee Young | -9/+37 |
| 2024-05-19 | move rustc-rust-log test into ui/rustc-env | Jubilee Young | -1/+1 |
| 2024-05-20 | Auto merge of #123878 - jwong101:inplacecollect, r=jhpratt | bors | -2/+58 |
| 2024-05-19 | add ui tests for E0373 suggestion | Joshua Wong | -0/+64 |
| 2024-05-19 | fix suggestion in E0373 for !Unpin coroutines | Joshua Wong | -0/+4 |
| 2024-05-19 | Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr | bors | -650/+1372 |
| 2024-05-19 | Rollup merge of #125286 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -606/+1298 |
| 2024-05-19 | Rollup merge of #125279 - WaffleLapkin:unpacktermindebug, r=aDotInTheVoid,Nil... | Matthias Krüger | -8/+4 |
| 2024-05-19 | Rollup merge of #124992 - foresterre:example/is-terminal, r=ChrisDenton | Matthias Krüger | -0/+34 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -36/+36 |
| 2024-05-19 | Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errors | bors | -17/+25 |
| 2024-05-19 | update lockfile | Ralf Jung | -2/+2 |
| 2024-05-19 | Add example to IsTerminal::is_terminal | Martijn | -0/+34 |
| 2024-05-19 | Auto merge of #3319 - bjorn3:some_more_shims, r=RalfJung | bors | -48/+168 |
| 2024-05-19 | various small nits | Ralf Jung | -69/+72 |
| 2024-05-19 | Auto merge of #123786 - a1phyr:cursor_unsafe, r=joboet | bors | -6/+18 |
| 2024-05-19 | bless tests | Waffle Lapkin | -9/+39 |
| 2024-05-19 | Directly implement native exception raise methods in miri | bjorn3 | -1/+118 |
| 2024-05-19 | Auto merge of #3621 - RalfJung:argparse, r=RalfJung | bors | -147/+262 |
| 2024-05-19 | use a little arg-parsing helper for miri-script | Ralf Jung | -147/+262 |
| 2024-05-19 | Update to LLVM 18.1.6 | Nikita Popov | -1/+1 |
| 2024-05-19 | Auto merge of #125280 - compiler-errors:rollup-401itda, r=compiler-errors | bors | -170/+474 |
| 2024-05-19 | Rollup merge of #125275 - GuillaumeGomez:migrate-rustdoc-scrape-examples-test... | Michael Goulet | -11/+11 |
| 2024-05-19 | Rollup merge of #125270 - pietroalbini:pa-no-sad-contributors, r=Nilstrieb | Michael Goulet | -6/+13 |
| 2024-05-19 | Rollup merge of #125261 - matthiaskrgr:from_ashes_to_crashes, r=jieyouxu | Michael Goulet | -0/+126 |
| 2024-05-19 | Rollup merge of #125252 - beetrees:patch-1, r=joboet | Michael Goulet | -0/+1 |
| 2024-05-19 | Rollup merge of #124708 - weiznich:implement_do_not_recommend, r=compiler-err... | Michael Goulet | -25/+177 |
| 2024-05-19 | Rollup merge of #124304 - hermit-os:fuse, r=joboet | Michael Goulet | -90/+87 |
| 2024-05-19 | Rollup merge of #123709 - tgross35:windows-cmd-docs-update, r=ChrisDenton | Michael Goulet | -38/+59 |
| 2024-05-19 | Auto merge of #3620 - RalfJung:wasi, r=RalfJung | bors | -2/+2 |
| 2024-05-19 | make `Debug` impl for `Term` simpler | Waffle Lapkin | -8/+4 |
| 2024-05-19 | test wasm32-wasip2 instead of the deprecated wasm32-wasi target | Ralf Jung | -2/+2 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -17/+25 |
| 2024-05-19 | Migrate `run-make/rustdoc-scrape-examples-test` to new `rmake.rs` | Guillaume Gomez | -11/+11 |
| 2024-05-19 | Auto merge of #125272 - lnicola:sync-from-ra, r=lnicola | bors | -2897/+5502 |