| Age | Commit message (Expand) | Author | Lines |
| 2024-03-24 | Auto merge of #3402 - RalfJung:miri-script, r=RalfJung | bors | -6/+21 |
| 2024-03-24 | Rollup merge of #122962 - jieyouxu:stamp-rmake-support-lib, r=onur-ozkan | Matthias Krüger | -0/+2 |
| 2024-03-24 | Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav... | Matthias Krüger | -1/+2 |
| 2024-03-24 | Rework rmake support library to have a weakly-typed API with helper methods | 许杰友 Jieyou Xu (Joe) | -177/+306 |
| 2024-03-24 | Auto merge of #3406 - RalfJung:many-seeds, r=RalfJung | bors | -6/+7 |
| 2024-03-24 | desperate hack: hard-code bash path on Windows | Ralf Jung | -1/+10 |
| 2024-03-24 | Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}` | Alex Macleod | -11/+11 |
| 2024-03-24 | try to fix many-seeds tests on Windows | Ralf Jung | -1/+2 |
| 2024-03-24 | Auto merge of #3398 - tiif:add_libc_fs_test, r=RalfJung | bors | -5/+71 |
| 2024-03-24 | Added madsmtm as second maintainer | Adam Gastineau | -0/+1 |
| 2024-03-24 | Add libc test for rename and ftruncate | tiif | -5/+71 |
| 2024-03-24 | miri-script/toolchain: make new_commit logic easier to follow | Ralf Jung | -3/+3 |
| 2024-03-24 | many-seeds: propagate failure properly | Ralf Jung | -2/+2 |
| 2024-03-24 | CI tweaks and show which stable Rust we are using | Ralf Jung | -3/+9 |
| 2024-03-24 | miri script: build with stable toolchain | Ralf Jung | -2/+2 |
| 2024-03-24 | Merge from rustc | Ralf Jung | -176/+365 |
| 2024-03-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-23 | Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee | Jubilee | -4/+4 |
| 2024-03-24 | Rollup merge of #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid... | Matthias Krüger | -79/+190 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -1/+1 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -3/+3 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -1/+1 |
| 2024-03-23 | Track run-make-support lib in common inputs stamp | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-03-23 | Add `Rustdoc` into `run-make-support` | Guillaume Gomez | -4/+37 |
| 2024-03-23 | Auto merge of #122952 - RalfJung:miri, r=RalfJung | bors | -120/+376 |
| 2024-03-23 | disable RUST_BACKTRACE in CI, set it inside the test harness instead | Ralf Jung | -5/+9 |
| 2024-03-23 | when a test fails, repeat the target after the failure report | Ralf Jung | -0/+2 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-23 | Update upload-artifact to v4 | Nilstrieb | -1/+1 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -96/+96 |
| 2024-03-23 | Auto merge of #3385 - Zoxc:read-types, r=RalfJung | bors | -89/+202 |
| 2024-03-23 | Report retags as distinct from real memory accesses for data races | John Kåre Alsaker | -89/+202 |
| 2024-03-23 | Rename `RustdocTestOptions` into `IndividualTestOptions` | Guillaume Gomez | -4/+4 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -96/+96 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -0/+78 |
| 2024-03-23 | Put temporary directory into one common function | Guillaume Gomez | -9/+7 |
| 2024-03-23 | Prevent cloning more than necessary `RustdocOptions` fields | Guillaume Gomez | -48/+77 |
| 2024-03-23 | `rustdoc --test`: Prevent reaching the maximum size of command-line by using ... | Guillaume Gomez | -31/+82 |
| 2024-03-23 | rename MIR int2ptr casts to match library name | Ralf Jung | -1/+1 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -30/+30 |
| 2024-03-23 | add support for missing SIMD float intrinsics | Ralf Jung | -7/+55 |
| 2024-03-23 | fmt | The Miri Cronjob Bot | -4/+2 |
| 2024-03-23 | Merge from rustc | The Miri Cronjob Bot | -140/+176 |
| 2024-03-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-23 | Auto merge of #122911 - Nilstrieb:live-love-patch, r=clubby789 | bors | -8/+19 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -14/+68 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -265/+297 |
| 2024-03-22 | Delete dead fields of deserialized cargo output | Arthur Carcano | -12/+3 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -6/+7 |
| 2024-03-22 | Fix nix patching for LLVM 18 | Nilstrieb | -8/+19 |