| Age | Commit message (Expand) | Author | Lines |
| 2024-05-20 | Auto merge of #125166 - lovesegfault:embed-rustc-perf, r=Mark-Simulacrum | bors | -55/+64 |
| 2024-05-20 | Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmease | bors | -1/+75 |
| 2024-05-20 | Auto merge of #125331 - matthiaskrgr:rollup-4kfrh4n, r=matthiaskrgr | bors | -4/+3 |
| 2024-05-20 | Update books | rustbot | -0/+0 |
| 2024-05-20 | Rollup merge of #125318 - GuillaumeGomez:migrate-rustdoc-examples-whitespaces... | Matthias Krüger | -1/+0 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-05-20 | Auto merge of #118014 - keith:ks/remove-unnecessary-fembed-bitcode-usage-now-... | bors | -12/+2 |
| 2024-05-20 | refactor(bootstrap/core/build_steps/dist): vendor dependencies needed for opt... | Bernardo Meurer Costa | -0/+4 |
| 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 | -45/+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/+4 |
| 2024-05-20 | Auto merge of #125324 - matthiaskrgr:rollup-5vcgjtq, r=matthiaskrgr | bors | -2/+7 |
| 2024-05-20 | Rollup merge of #125300 - compiler-errors:dont-strip-inherited-viz, r=fmease | Matthias Krüger | -2/+7 |
| 2024-05-20 | Auto merge of #124985 - dpaoliello:rebalance, r=Mark-Simulacrum | bors | -23/+23 |
| 2024-05-20 | Move tests to more opportune point | Dion Dokter | -4/+4 |
| 2024-05-20 | Deduplicate test command | Dion Dokter | -5/+4 |
| 2024-05-20 | Migrate `run-make/rustdoc-scrape-examples-whitespace` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-20 | Auto merge of #124560 - madsmtm:update-libc, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-05-20 | Use `throw_unsup_format` instead of returning `ENOTSUP` in the mmap shim | marc0246 | -42/+15 |
| 2024-05-20 | Auto merge of #125288 - nikic:update-llvm-18.1.6, r=cuviper | bors | -0/+0 |
| 2024-05-19 | miri: support simd_ctpop | Jubilee Young | -0/+17 |
| 2024-05-19 | Don't strip items with inherited visibility in AliasedNonLocalStripper | Michael Goulet | -2/+7 |
| 2024-05-19 | Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr | bors | -629/+1321 |
| 2024-05-19 | Rollup merge of #125286 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -604/+1296 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -25/+25 |
| 2024-05-19 | Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errors | bors | -2/+2 |
| 2024-05-19 | Add Cargo specific doc regarding his interaction with `--check-cfg` | Urgau | -1/+75 |
| 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 | Directly implement native exception raise methods in miri | bjorn3 | -1/+118 |
| 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 | -0/+0 |
| 2024-05-19 | Rollup merge of #125275 - GuillaumeGomez:migrate-rustdoc-scrape-examples-test... | Michael Goulet | -1/+0 |
| 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 | -2/+2 |
| 2024-05-19 | Migrate `run-make/rustdoc-scrape-examples-test` to new `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-19 | Auto merge of #125272 - lnicola:sync-from-ra, r=lnicola | bors | -2897/+5502 |
| 2024-05-19 | properly print error in 'cargo miri setup --print-sysroot' | Ralf Jung | -58/+36 |
| 2024-05-19 | Auto merge of #125145 - Kobzol:ci-toolstate, r=Mark-Simulacrum | bors | -4/+1 |
| 2024-05-19 | Auto merge of #3616 - RalfJung:android, r=RalfJung | bors | -37/+79 |
| 2024-05-19 | Auto merge of #3585 - devnexen:aligned_alloc, r=RalfJung | bors | -44/+171 |
| 2024-05-19 | make basic things work on Android | Ralf Jung | -37/+79 |
| 2024-05-19 | a bit of refactoring and tweak the aligned-allocation tests | Ralf Jung | -62/+61 |
| 2024-05-19 | Add option-ext to RA license exception list | Laurențiu Nicola | -0/+1 |
| 2024-05-19 | Auto merge of #124674 - onur-ozkan:followup-124461, r=pietroalbini | bors | -6/+18 |
| 2024-05-19 | Merge from rustc | Ralf Jung | -173/+262 |
| 2024-05-19 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-05-19 | Bump rustc crates | Laurențiu Nicola | -15/+38 |