| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -5/+3 |
| 2024-04-16 | Merge from rustc | The Miri Cronjob Bot | -4885/+5214 |
| 2024-04-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+1 |
| 2024-04-15 | Fix docs for unstable_features lint. | Eric Huss | -1/+0 |
| 2024-04-16 | Auto merge of #123991 - fmease:rollup-96xcgnm, r=fmease | bors | -7/+7 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -3/+3 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -2/+2 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -1/+1 |
| 2024-04-15 | Fix clippy | Michael Goulet | -3/+3 |
| 2024-04-15 | Auto merge of #123451 - Kobzol:arbitrary-try-build, r=pietroalbini | bors | -23/+16 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -2/+2 |
| 2024-04-15 | Rustfmt, clippy | Michael Goulet | -3/+17 |
| 2024-04-15 | Auto merge of #3467 - RossSmyth:bumpSysroot, r=RalfJung | bors | -3/+3 |
| 2024-04-15 | Auto merge of #3462 - eduardosm:chunk-128, r=RalfJung | bors | -44/+33 |
| 2024-04-15 | lint-docs: Add redirects for renamed lints. | Eric Huss | -0/+89 |
| 2024-04-15 | mention json target specs in `run_make_support` | Rémy Rakic | -2/+1 |
| 2024-04-15 | add `link_arg` helper to `run_make_support` | Rémy Rakic | -0/+6 |
| 2024-04-15 | port `rust-lld-custom-target` test to rmake | Rémy Rakic | -1/+0 |
| 2024-04-15 | port `rust-lld` test to rmake | Rémy Rakic | -1/+0 |
| 2024-04-15 | add regex to run_make_support | Rémy Rakic | -0/+2 |
| 2024-04-15 | add missing lld directive to compiletest | Rémy Rakic | -0/+1 |
| 2024-04-15 | Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxu | bors | -4/+9 |
| 2024-04-15 | Bump rustc-build-sysroot to 0.4.6 | Ross Smyth | -3/+3 |
| 2024-04-15 | Make `split_simd_to_128bit_chunks` take only one operand | Eduardo Sánchez Muñoz | -44/+33 |
| 2024-04-15 | Auto merge of #3466 - RalfJung:GetFullPathNameW, r=RalfJung | bors | -22/+174 |
| 2024-04-15 | Auto merge of #3411 - RalfJung:sysroot, r=RalfJung | bors | -54/+51 |
| 2024-04-15 | add some basic support for GetFullPathNameW | Ralf Jung | -22/+174 |
| 2024-04-15 | Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obk | bors | -146/+204 |
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -4/+9 |
| 2024-04-15 | Auto merge of #3465 - RalfJung:run-dep-error-format, r=RalfJung | bors | -1/+2 |
| 2024-04-15 | fix error display for './miri run --dep' | Ralf Jung | -1/+2 |
| 2024-04-15 | Windows: add basic support for FormatMessageW | Ralf Jung | -19/+79 |
| 2024-04-15 | Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obk | bors | -7/+75 |
| 2024-04-14 | Miri: run .CRT$XLB linker section on thread-end | Ralf Jung | -208/+179 |
| 2024-04-14 | Run static initializers | bjorn3 | -15/+102 |
| 2024-04-14 | update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin... | Matthias Krüger | -7/+12 |
| 2024-04-14 | crashes: fix ice detection which did not trigger if code compiled without err... | Matthias Krüger | -8/+8 |
| 2024-04-14 | compiletest: switch crash detection logic for run_crash_test around | Matthias Krüger | -5/+6 |
| 2024-04-14 | run_crash_test(): better error message when we get a none-ice | Matthias Krüger | -1/+5 |
| 2024-04-14 | compiletest: crashes: turn off backtraces for faster tests | Matthias Krüger | -2/+13 |
| 2024-04-14 | tidy: add tidy check agains \.rs files inside tests/crashes that are missing ... | Matthias Krüger | -1/+21 |
| 2024-04-14 | add ignore-mode-crashes to the know list of compiletest directive names | Matthias Krüger | -0/+1 |
| 2024-04-14 | crashes: add another test showing that everything works fine when we need com... | Matthias Krüger | -1/+1 |
| 2024-04-14 | bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro... | Matthias Krüger | -6/+32 |
| 2024-04-14 | Rollup merge of #123902 - ehuss:update-rustfix2, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-04-14 | Rollup merge of #123889 - onur-ozkan:improve-tidy, r=Mark-Simulacrum | Matthias Krüger | -9/+24 |
| 2024-04-14 | Rollup merge of #123699 - jieyouxu:rmake-refactor, r=Mark-Simulacrum | Matthias Krüger | -121/+146 |
| 2024-04-13 | Update rustfix to 0.8.1 | Eric Huss | -1/+1 |
| 2024-04-13 | run-make-support: add some top-level docs | 许杰友 Jieyou Xu (Joe) | -0/+5 |