| Age | Commit message (Expand) | Author | Lines |
| 2024-10-13 | Special case error message for a `build-fail` test that failed check build | 许杰友 Jieyou Xu (Joe) | -7/+26 |
| 2024-10-13 | Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJung | bors | -61/+191 |
| 2024-10-13 | rework threadname test for more consistency | Ralf Jung | -62/+122 |
| 2024-10-13 | Move debugger setup code out of `lib.rs` | Zalathar | -274/+290 |
| 2024-10-12 | Rollup merge of #131358 - onur-ozkan:129528, r=Mark-Simulacrum | Trevor Gross | -3/+13 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -3/+2 |
| 2024-10-13 | Error on trying to use revisions in `run-make` tests | 许杰友 Jieyou Xu (Joe) | -5/+14 |
| 2024-10-13 | Remove the one thing that was checking a directive's `original_line` | Zalathar | -28/+4 |
| 2024-10-13 | Rename `HeaderLine` to `DirectiveLine` | Zalathar | -8/+13 |
| 2024-10-13 | feat: respect references.exclude_tests in call-hierarchy | roife | -20/+141 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -3/+2 |
| 2024-10-12 | Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -34/+32 |
| 2024-10-12 | Fixed get thread name behavior for FreeBSD | Yoh Deadfall | -8/+10 |
| 2024-10-12 | Fixed pthread get/set name for macOS | Yoh Deadfall | -23/+91 |
| 2024-10-12 | miri: avoid cloning AllocExtra | Ralf Jung | -4/+12 |
| 2024-10-12 | Auto merge of #18281 - darichey:async-subprocess, r=lnicola | bors | -32/+83 |
| 2024-10-12 | Fix panic when json project has relative buildfile paths | David Richey | -1/+1 |
| 2024-10-12 | force "HEAD" for non-CI and `git_upstream_merge_base` for CI environment | onur-ozkan | -3/+13 |
| 2024-10-11 | Rollup merge of #131576 - Zalathar:tests-tests, r=jieyouxu | Trevor Gross | -36/+30 |
| 2024-10-11 | Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlin | Trevor Gross | -0/+93 |
| 2024-10-12 | Avoid cross-file glob import | Zalathar | -1/+1 |
| 2024-10-12 | Flatten redundant test module `run_make_support::diff::tests::tests` | Zalathar | -36/+30 |
| 2024-10-11 | Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotIn... | Trevor Gross | -22/+18 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+93 |
| 2024-10-11 | Auto merge of #131547 - matthiaskrgr:rollup-ui4p744, r=matthiaskrgr | bors | -68/+87 |
| 2024-10-11 | Rollup merge of #131541 - Zalathar:aux-props, r=jieyouxu | Matthias Krüger | -68/+87 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -43/+0 |
| 2024-10-11 | simplify Tree Borrows write-during-2phase example | Ralf Jung | -13/+15 |
| 2024-10-11 | Include all kinds of auxiliary crates in the up-to-date timestamp | Zalathar | -1/+17 |
| 2024-10-11 | Use the same `AuxProps` parser for `EarlyProps` | Zalathar | -28/+9 |
| 2024-10-11 | Extract auxiliary-crate properties to their own module/struct | Zalathar | -40/+62 |
| 2024-10-11 | Rollup merge of #131476 - Zalathar:highest-counter, r=jieyouxu | Matthias Krüger | -0/+42 |
| 2024-10-11 | Rollup merge of #131464 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-10-11 | coverage: Include the highest counter ID seen in `.cov-map` dumps | Zalathar | -0/+42 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -2/+2 |
| 2024-10-11 | Rollup merge of #131525 - Zalathar:emit-asm, r=jieyouxu | Stuart Cook | -17/+8 |
| 2024-10-10 | Run subprocesses async in vscode extension | David Richey | -32/+83 |
| 2024-10-11 | Simplify the choice of `--emit` mode for assembly tests | Zalathar | -17/+8 |
| 2024-10-11 | compiletest: Remove the magic hacks for finding output with `lto=thin` | Zalathar | -50/+6 |
| 2024-10-10 | Auto merge of #131511 - matthiaskrgr:rollup-56qr0e5, r=matthiaskrgr | bors | -4/+7 |
| 2024-10-10 | Auto merge of #3960 - tiif:smallchange, r=RalfJung | bors | -25/+68 |
| 2024-10-10 | add libc-pipe test to CI for freebsd, solarish | Ralf Jung | -4/+4 |
| 2024-10-10 | Pipe minor changes: diagnostics, flag support and comments | tiif | -21/+64 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -4/+0 |
| 2024-10-10 | Rollup merge of #131470 - EnzymeAD:enzyme-testinfra2, r=jieyouxu | Matthias Krüger | -0/+7 |
| 2024-10-10 | Auto merge of #3950 - RalfJung:handle_unsupported_foreign_item, r=RalfJung,sa... | bors | -69/+3 |
| 2024-10-10 | add config to explicitely test rustc with autodiff/enzyme disabled | Manuel Drehwald | -0/+7 |
| 2024-10-10 | Auto merge of #13464 - y21:issue13458, r=flip1995 | bors | -111/+154 |
| 2024-10-10 | remove -Zmiri-panic-on-unsupported flag | Ralf Jung | -42/+2 |
| 2024-10-10 | remove handle_unsupported_foreign_item helper | Ralf Jung | -36/+10 |