| Age | Commit message (Expand) | Author | Lines |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -0/+35 |
| 2024-03-06 | Auto merge of #121967 - nikic:libllvm-linker-script, r=Mark-Simulacrum | bors | -2/+10 |
| 2024-03-06 | Auto merge of #121956 - ChrisDenton:srwlock, r=joboet | bors | -0/+21 |
| 2024-03-06 | Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgr | bors | -49/+31 |
| 2024-03-05 | Rollup merge of #121301 - davidtwco:rustfmt-silent-emitter, r=pnkfelix | Matthias Krüger | -49/+31 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -7/+7 |
| 2024-03-05 | Auto merge of #121992 - jieyouxu:fix-tidy-unpaired-revision, r=onur-ozkan | bors | -7/+19 |
| 2024-03-05 | errors: share `SilentEmitter` between rustc and rustfmt | David Wood | -49/+31 |
| 2024-03-05 | Assert that test names cannot contain dots | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -17/+22 |
| 2024-03-05 | Rename `DiagnosticExt` as `DiagExt`. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -13/+18 |
| 2024-03-05 | Windows: Implement mutex using futex | Chris Denton | -0/+21 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -2/+13 |
| 2024-03-04 | Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgr | bors | -198/+181 |
| 2024-03-04 | Rollup merge of #121994 - wesleywiser:update_musl_version_docs, r=ehuss | Matthias Krüger | -23/+23 |
| 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 | -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 | 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 | Replace libLLVM symlink with linker script in rustup components | Nikita Popov | -2/+10 |
| 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 #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 | 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 | Promote OpenHarmony targets to tier 2 | Amanieu d'Antras | -4/+121 |
| 2024-03-02 | add option to track all read/write accesses to tracked allocations | Ralf Jung | -14/+38 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -4/+139 |
| 2024-03-02 | print thread name in miri error backtraces | Ralf Jung | -170/+219 |
| 2024-03-02 | Rollup merge of #121855 - GuillaumeGomez:trait-item-info, r=notriddle | Matthias Krüger | -13/+14 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -7/+42 |