| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -175/+158 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -10/+10 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -172/+157 |
| 2024-03-04 | Use Path::file_stem instead | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-03-04 | Update platform-support.md with supported musl version | Wesley Wiser | -23/+23 |
| 2024-03-04 | Split dots in filename, not the entire path | 许杰友 Jieyou Xu (Joe) | -7/+15 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -4/+139 |
| 2024-03-04 | Auto merge of #3358 - RalfJung:zzz, r=RalfJung | bors | -10/+17 |
| 2024-03-04 | give macOS even more time to sleep | Ralf Jung | -10/+17 |
| 2024-03-04 | Auto merge of #3357 - RalfJung:imports, r=RalfJung | bors | -8/+12 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+12 |
| 2024-03-04 | Add `is_intrinsic` helper | Oli Scherer | -1/+1 |
| 2024-03-04 | Auto merge of #3356 - RalfJung:typo, r=RalfJung | bors | -1/+1 |
| 2024-03-04 | reorder rustc crate imports a bit | Ralf Jung | -8/+12 |
| 2024-03-04 | Conjob → Cronjob | Ralf Jung | -1/+1 |
| 2024-03-04 | Use cargo miri clean in build-all-targets.sh | Ben Kimock | -1/+1 |
| 2024-03-04 | we properly rebuild the cache now when MIRI_LIB_SRC contents change | Ralf Jung | -5/+1 |
| 2024-03-04 | Replace libLLVM symlink with linker script in rustup components | Nikita Popov | -2/+10 |
| 2024-03-04 | Allow bootstrap cache path to be set by environment variable | Jeffery To | -3/+10 |
| 2024-03-04 | Auto merge of #3351 - RalfJung:diagnostic-dedup-considered-harmful, r=RalfJung | bors | -5/+36 |
| 2024-03-04 | Auto merge of #3339 - RalfJung:remove-old-flags, r=saethlin | bors | -11/+0 |
| 2024-03-04 | linux-futex test: add comment | Ralf Jung | -0/+1 |
| 2024-03-04 | implement manual deduplication for isolation-error=warn-nobacktrace | Ralf Jung | -5/+16 |
| 2024-03-04 | disable diagnostic deduplication | Ralf Jung | -0/+19 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -3/+1 |
| 2024-03-04 | Tweak `parse_asm_args`. | Nicholas Nethercote | -1/+1 |
| 2024-03-04 | Auto merge of #120585 - Amanieu:ohos-tier2, r=Kobzol | bors | -4/+121 |
| 2024-03-03 | Rollup merge of #121248 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -117/+117 |
| 2024-03-03 | Move tests | Caio | -117/+117 |
| 2024-03-03 | Auto merge of #121936 - RalfJung:miri, r=RalfJung | bors | -343/+607 |
| 2024-03-03 | Auto merge of #3330 - RossSmyth:win-fmt, r=RalfJung | bors | -30/+64 |
| 2024-03-03 | nits and typos | Ralf Jung | -3/+4 |
| 2024-03-03 | do not rely on tracing's scope exit logging, it is wrong | Ralf Jung | -9/+19 |
| 2024-03-03 | log when we change the active thread | Ralf Jung | -4/+12 |
| 2024-03-03 | fix MIRI_LOG=info not setting the level for miri itself | Ralf Jung | -1/+1 |
| 2024-03-03 | Auto merge of #3345 - RalfJung:win-get-thread-name, r=RalfJung | bors | -44/+145 |
| 2024-03-03 | Windows: support getting the thread name | Ralf Jung | -20/+94 |
| 2024-03-03 | fix wording of alloc access tracking message | Ralf Jung | -1/+1 |
| 2024-03-03 | readme | Ralf Jung | -0/+2 |
| 2024-03-03 | Auto merge of #121931 - lnicola:sync-from-ra, r=lnicola | bors | -1267/+3264 |
| 2024-03-03 | move thread-panic tests to their own file; test getting the thread name | Ralf Jung | -24/+51 |
| 2024-03-03 | Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-from-ra | Laurențiu Nicola | -1267/+3264 |
| 2024-03-03 | Auto merge of #121877 - estebank:fancy-svg, r=compiler-errors | bors | -3/+26 |
| 2024-03-02 | Fix .\miri fmt on Windows | Ross Smyth | -30/+63 |
| 2024-03-02 | Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrieril | bors | -7/+55 |
| 2024-03-02 | On tests that specify --color=always emit SVG file with stderr output | Esteban Kuber | -3/+26 |
| 2024-03-02 | Tree Borrows: print where the forbidden access happens; make tag tracking les... | Ralf Jung | -104/+125 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -0/+13 |
| 2024-03-02 | Rollup merge of #120761 - rcvalle:rust-dfsan, r=nikic | Guillaume Boisseau | -7/+42 |
| 2024-03-02 | remove the ability to disable ABI checking | Ralf Jung | -128/+11 |