| Age | Commit message (Expand) | Author | Lines |
| 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 | add option to track all read/write accesses to tracked allocations | Ralf Jung | -14/+38 |
| 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 |
| 2024-03-02 | Auto merge of #121878 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-01 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-02 | Auto merge of #121870 - matthiaskrgr:rollup-mfpa3jx, r=matthiaskrgr | bors | -17/+3 |
| 2024-03-01 | Rollup merge of #121811 - rcvalle:rust-cfi-move-ui-tests-to-sanitizer-directo... | Matthias Krüger | -3/+3 |
| 2024-03-01 | Rollup merge of #120305 - clubby789:unused-import-line, r=estebank | Matthias Krüger | -14/+0 |
| 2024-03-01 | Auto merge of #121395 - nikic:update-llvm-21, r=cuviper | bors | -11/+32 |
| 2024-03-01 | Auto merge of #121859 - matthiaskrgr:rollup-i724wpm, r=matthiaskrgr | bors | -24/+202 |
| 2024-03-01 | Propegate HIR and AST `f16` and `f128` types to clippy | Trevor Gross | -0/+9 |
| 2024-03-01 | Propegate HIR and AST `f16` and `f128` types to rustdoc | Trevor Gross | -0/+4 |
| 2024-03-01 | Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errors | Matthias Krüger | -24/+202 |
| 2024-03-01 | Auto merge of #113026 - jieyouxu:run-make-v2, r=bjorn3 | bors | -10/+506 |
| 2024-03-01 | Handle new LLVM soname | Nikita Popov | -11/+32 |
| 2024-03-01 | Update to LLVM 18.1.0 rc 4 | Nikita Popov | -0/+0 |
| 2024-03-01 | Correctly generate item info of trait items | Guillaume Gomez | -13/+14 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -14/+0 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+22 |
| 2024-02-29 | Move sanitizer ui tests to sanitizer directory | Ramon de C Valle | -3/+3 |
| 2024-02-29 | Error on stray .stderr/.stdout files for (un-)revisioned tests | 许杰友 Jieyou Xu (Joe) | -24/+202 |
| 2024-02-29 | Rollup merge of #121798 - AaronChen0:master, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-29 | Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-02-29 | Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2024-02-29 | Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-ali... | Matthias Krüger | -24/+6 |
| 2024-02-29 | add regression test | Ralf Jung | -0/+25 |
| 2024-02-29 | Merge from rustc | Ralf Jung | -62/+170 |
| 2024-02-29 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-02-29 | Add supporting infrastructure for `run-make` V2 tests | 许杰友 Jieyou Xu (Joe) | -10/+506 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -24/+6 |
| 2024-02-29 | Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obk | Guillaume Gomez | -22/+25 |
| 2024-02-29 | Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebank | Guillaume Gomez | -23/+25 |
| 2024-02-29 | Rollup merge of #121788 - klensy:clap-deprecated-fix, r=clubby789 | Guillaume Gomez | -19/+19 |
| 2024-02-29 | Rollup merge of #121781 - RalfJung:bootstrap-fmt, r=clubby789 | Guillaume Gomez | -2/+2 |
| 2024-02-29 | Rollup merge of #121412 - androm3da:bcain/update_hex_docs_03, r=Amanieu | Guillaume Gomez | -5/+121 |