| Age | Commit message (Expand) | Author | Lines |
| 2024-03-26 | fmt | Ralf Jung | -1/+1 |
| 2024-03-26 | Merge from rustc | Ralf Jung | -27/+23 |
| 2024-03-26 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-26 | cargo-miri: clean up info_query treatment a bit, and update comment about RUSTC | Ralf Jung | -30/+31 |
| 2024-03-26 | run command: simplify flag computation | Ralf Jung | -10/+13 |
| 2024-03-26 | run_dep_mode: treat program.args and program.env consistently | Ralf Jung | -29/+28 |
| 2024-03-26 | enable cargo miri test doctests | onur-ozkan | -3/+9 |
| 2024-03-26 | we have to ignore RUSTC_WORKSPACE_WRAPPER as well | Ralf Jung | -0/+7 |
| 2024-03-26 | Update cargo | Scott Schafer | -0/+0 |
| 2024-03-26 | CFI: Enable KCFI testing of run-pass tests | Matthew Maurer | -0/+1 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -15/+11 |
| 2024-03-25 | Auto merge of #123040 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-25 | Auto merge of #123041 - RalfJung:miri, r=RalfJung | bors | -27/+141 |
| 2024-03-25 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-25 | support '--sysroot=' form of setting the sysroot as well | Ralf Jung | -1/+1 |
| 2024-03-25 | Merge from rustc | Ralf Jung | -5/+8 |
| 2024-03-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-25 | Rollup merge of #123001 - Alexendoo:check-attributes, r=oli-obk | Matthias Krüger | -11/+11 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-03-25 | Auto merge of #3413 - RalfJung:cargo-miri-misc, r=RalfJung | bors | -4/+28 |
| 2024-03-25 | phase_rustdoc: add a heuristic to make us more certain that this is really ru... | Ralf Jung | -4/+18 |
| 2024-03-25 | test-cargo-miri: test anyhow | Ralf Jung | -0/+10 |
| 2024-03-25 | CONTRIBUTING: vsocde settings: add --all-targets | Ralf Jung | -0/+2 |
| 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 | 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 | -101/+212 |
| 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 | -4/+37 |
| 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 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -96/+96 |