| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | Auto merge of #124366 - Kobzol:remove-yaml-expansion, r=pietroalbini | bors | -206/+0 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -4/+15 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -6/+6 |
| 2024-04-29 | Remove the `expand-yaml-anchors` tool | Jakub Beránek | -206/+0 |
| 2024-04-29 | Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -72/+57 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -4/+15 |
| 2024-04-29 | Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxu | bors | -0/+1 |
| 2024-04-29 | aux-bin: Avoid old .so files from old tests; clean auxiliary dir root | Martin Nordholts | -0/+1 |
| 2024-04-28 | Move rustfmt changes out | George Bateman | -20/+33 |
| 2024-04-28 | Port print-cfg run-make to Rust-based rmake.rs | Urgau | -1/+0 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -105/+77 |
| 2024-04-27 | Rollup merge of #124434 - GKFX:remove-lazy-dependencies, r=jieyouxu | Matthias Krüger | -104/+80 |
| 2024-04-27 | Remove lazycell and once_cell from compiletest dependencies | George Bateman | -104/+80 |
| 2024-04-27 | Auto merge of #124430 - RalfJung:miri, r=RalfJung | bors | -568/+675 |
| 2024-04-27 | clippy: bless tests | klensy | -6/+6 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -24/+24 |
| 2024-04-27 | Auto merge of #124416 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-26 | Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxu | Jacob Pratt | -1/+0 |
| 2024-04-26 | env: split up Windows and Unix environment variable handling | Ralf Jung | -530/+606 |
| 2024-04-26 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-26 | add test for concurrent env var access | Ralf Jung | -0/+8 |
| 2024-04-26 | Port run-make `--print=native-static-libs` to rmake.rs | Urgau | -1/+0 |
| 2024-04-26 | Auto merge of #3516 - RalfJung:pathbuf, r=RalfJung | bors | -37/+60 |
| 2024-04-26 | add smoke tests for basic PathBuf interactions | Ralf Jung | -37/+60 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -1/+0 |
| 2024-04-26 | Merge from rustc | The Miri Cronjob Bot | -10/+135 |
| 2024-04-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -24/+24 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -1/+0 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -9/+5 |
| 2024-04-25 | Auto merge of #124368 - RalfJung:miri, r=RalfJung | bors | -514/+3261 |
| 2024-04-25 | Auto merge of #3514 - RalfJung:hyperfine, r=RalfJung | bors | -6/+6 |
| 2024-04-25 | CI: run benches with hyperfine rather than bash | Ralf Jung | -6/+6 |
| 2024-04-25 | Auto merge of #3501 - RalfJung:tls-many-seeds, r=RalfJung | bors | -12/+47 |
| 2024-04-25 | run many-seeds tests at least a few times on all tier 1 targets | Ralf Jung | -11/+28 |
| 2024-04-25 | add a test for the TLS memory leak | Ralf Jung | -0/+13 |
| 2024-04-25 | weak memory outdated loads: show where the load was from | Ralf Jung | -5/+10 |
| 2024-04-25 | Auto merge of #3512 - RalfJung:miri-script-build, r=RalfJung | bors | -1/+3 |
| 2024-04-25 | Auto merge of #3513 - rust-lang:rustup-2024-04-25, r=RalfJung | bors | -188/+249 |
| 2024-04-25 | Auto merge of #3505 - RalfJung:ci, r=RalfJung | bors | -1/+1 |
| 2024-04-25 | fmt | The Miri Cronjob Bot | -80/+149 |
| 2024-04-25 | Merge from rustc | The Miri Cronjob Bot | -128/+120 |
| 2024-04-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-25 | Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxu | Matthias Krüger | -1/+130 |
| 2024-04-25 | Rewrite `no-input-file.stderr` test in Rust and support diff | Jover Zhang | -1/+130 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -2/+0 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -1/+0 |
| 2024-04-24 | make miri-script a workspace root | Ralf Jung | -1/+3 |
| 2024-04-24 | Upgrade to `actions/checkout@v4` in `ci.yml`. | Predrag Gruevski | -3/+3 |
| 2024-04-24 | Stabilize `std::path::absolute` | Chris Denton | -2/+0 |