| Age | Commit message (Expand) | Author | Lines |
| 2024-05-03 | Add assign | tiif | -0/+9 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+1 |
| 2024-05-02 | Rollup merge of #124627 - RalfJung:interpret-doc-no-inline, r=fmease | Matthias Krüger | -0/+2 |
| 2024-05-02 | Auto merge of #3535 - RalfJung:host-float, r=RalfJung | bors | -16/+16 |
| 2024-05-02 | update host-float comments | Ralf Jung | -16/+16 |
| 2024-05-02 | interpret: hide some reexports in rustdoc | Ralf Jung | -0/+2 |
| 2024-05-02 | Don't use `Ty::new_unit` in miri | Waffle Lapkin | -1/+1 |
| 2024-05-02 | Auto merge of #3532 - RalfJung:tb-protectors, r=RalfJung | bors | -2/+2 |
| 2024-05-02 | Tree Borrows: first apply transition, then check protector with new 'initiali... | Ralf Jung | -2/+2 |
| 2024-05-01 | no longer strip `Preparing a sysroot` message from test output | Paul Gey | -5/+1 |
| 2024-05-01 | fix usage example for `--print-sysroot` | Paul Gey | -1/+1 |
| 2024-05-01 | Don’t print `Preparing a sysroot` when `-q`/`--quiet` is passed | Paul Gey | -3/+8 |
| 2024-04-29 | Auto merge of #3523 - saethlin:localtime_r-env, r=RalfJung | bors | -151/+153 |
| 2024-04-29 | don't leak UnixEnvVars impl details into get_env_var | Ralf Jung | -13/+19 |
| 2024-04-28 | Refactor UnixEnvVars::get so that it can be reused by getenv | Ben Kimock | -20/+17 |
| 2024-04-28 | Use the interpreted program's TZ variable in localtime_r | Ben Kimock | -138/+137 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -10/+13 |
| 2024-04-28 | Auto merge of #3524 - RalfJung:fd-write, r=RalfJung | bors | -19/+15 |
| 2024-04-28 | file descriptors: make write take &mut self | Ralf Jung | -19/+15 |
| 2024-04-27 | Do not implement x86 SIMD abs with host integers | Eduardo Sánchez Muñoz | -4/+10 |
| 2024-04-27 | Clarify behavior of AVX2 gather when dest and offsets have different numbers ... | Eduardo Sánchez Muñoz | -0/+2 |
| 2024-04-27 | Add doc comment to `pack_generic` | Eduardo Sánchez Muñoz | -0/+7 |
| 2024-04-27 | Auto merge of #3520 - RalfJung:josh-check, r=RalfJung | bors | -0/+14 |
| 2024-04-27 | fix: usage of `deprecated` version of `Node.js` | Hamir Mahal | -2/+2 |
| 2024-04-27 | josh rustc-pull: check that no new root commits get created | Ralf Jung | -0/+14 |
| 2024-04-26 | env: split up Windows and Unix environment variable handling | Ralf Jung | -530/+606 |
| 2024-04-26 | add test for concurrent env var access | Ralf Jung | -0/+8 |
| 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 | Merge from rustc | The Miri Cronjob Bot | -9/+5 |
| 2024-04-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -9/+5 |
| 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 | -88/+155 |
| 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 | -28/+26 |
| 2024-04-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -2/+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 |
| 2024-04-24 | unix_sigpipe: don't inline DEFAULT, just use it from rustc | Ralf Jung | -3/+2 |
| 2024-04-24 | Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obk | bors | -257/+2474 |