about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-05-03Add assigntiif-0/+9
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-1/+1
2024-05-02Rollup merge of #124627 - RalfJung:interpret-doc-no-inline, r=fmeaseMatthias Krüger-0/+2
2024-05-02Auto merge of #3535 - RalfJung:host-float, r=RalfJungbors-16/+16
2024-05-02update host-float commentsRalf Jung-16/+16
2024-05-02interpret: hide some reexports in rustdocRalf Jung-0/+2
2024-05-02Don't use `Ty::new_unit` in miriWaffle Lapkin-1/+1
2024-05-02Auto merge of #3532 - RalfJung:tb-protectors, r=RalfJungbors-2/+2
2024-05-02Tree Borrows: first apply transition, then check protector with new 'initiali...Ralf Jung-2/+2
2024-05-01no longer strip `Preparing a sysroot` message from test outputPaul Gey-5/+1
2024-05-01fix usage example for `--print-sysroot`Paul Gey-1/+1
2024-05-01Don’t print `Preparing a sysroot` when `-q`/`--quiet` is passedPaul Gey-3/+8
2024-04-29Auto merge of #3523 - saethlin:localtime_r-env, r=RalfJungbors-151/+153
2024-04-29don't leak UnixEnvVars impl details into get_env_varRalf Jung-13/+19
2024-04-28Refactor UnixEnvVars::get so that it can be reused by getenvBen Kimock-20/+17
2024-04-28Use the interpreted program's TZ variable in localtime_rBen Kimock-138/+137
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-10/+13
2024-04-28Auto merge of #3524 - RalfJung:fd-write, r=RalfJungbors-19/+15
2024-04-28file descriptors: make write take &mut selfRalf Jung-19/+15
2024-04-27Do not implement x86 SIMD abs with host integersEduardo Sánchez Muñoz-4/+10
2024-04-27Clarify behavior of AVX2 gather when dest and offsets have different numbers ...Eduardo Sánchez Muñoz-0/+2
2024-04-27Add doc comment to `pack_generic`Eduardo Sánchez Muñoz-0/+7
2024-04-27Auto merge of #3520 - RalfJung:josh-check, r=RalfJungbors-0/+14
2024-04-27fix: usage of `deprecated` version of `Node.js`Hamir Mahal-2/+2
2024-04-27josh rustc-pull: check that no new root commits get createdRalf Jung-0/+14
2024-04-26env: split up Windows and Unix environment variable handlingRalf Jung-530/+606
2024-04-26add test for concurrent env var accessRalf Jung-0/+8
2024-04-26Auto merge of #3516 - RalfJung:pathbuf, r=RalfJungbors-37/+60
2024-04-26add smoke tests for basic PathBuf interactionsRalf Jung-37/+60
2024-04-26Merge from rustcThe Miri Cronjob Bot-9/+5
2024-04-26Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-9/+5
2024-04-25Auto merge of #3514 - RalfJung:hyperfine, r=RalfJungbors-6/+6
2024-04-25CI: run benches with hyperfine rather than bashRalf Jung-6/+6
2024-04-25Auto merge of #3501 - RalfJung:tls-many-seeds, r=RalfJungbors-12/+47
2024-04-25run many-seeds tests at least a few times on all tier 1 targetsRalf Jung-11/+28
2024-04-25add a test for the TLS memory leakRalf Jung-0/+13
2024-04-25weak memory outdated loads: show where the load was fromRalf Jung-5/+10
2024-04-25Auto merge of #3512 - RalfJung:miri-script-build, r=RalfJungbors-1/+3
2024-04-25Auto merge of #3513 - rust-lang:rustup-2024-04-25, r=RalfJungbors-88/+155
2024-04-25Auto merge of #3505 - RalfJung:ci, r=RalfJungbors-1/+1
2024-04-25fmtThe Miri Cronjob Bot-80/+149
2024-04-25Merge from rustcThe Miri Cronjob Bot-28/+26
2024-04-25Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-25Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnayMatthias Krüger-2/+0
2024-04-24make miri-script a workspace rootRalf Jung-1/+3
2024-04-24Upgrade to `actions/checkout@v4` in `ci.yml`.Predrag Gruevski-3/+3
2024-04-24Stabilize `std::path::absolute`Chris Denton-2/+0
2024-04-24unix_sigpipe: don't inline DEFAULT, just use it from rustcRalf Jung-3/+2
2024-04-24Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obkbors-257/+2474