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