about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-10-10Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgrbors-0/+6
2024-10-09Rollup merge of #123951 - pitaj:reserve-guarded-strings, r=traviscrossMatthias Krüger-0/+6
2024-10-09Rollup merge of #131382 - ehuss:compiletest-reference, r=jieyouxuMatthias Krüger-0/+1
2024-10-09Add "reference" as a known compiletest headerEric Huss-0/+1
2024-10-09No need to cache the `profiler_runtime` flagZalathar-3/+1
2024-10-09Rename `profiler_support` to `profiler_runtime` throughout compiletestZalathar-18/+18
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-7/+7
2024-10-09Auto merge of #131421 - weihanglo:update-cargo, r=weihanglobors-0/+3
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+6
2024-10-08Update cargoWeihang Lo-0/+3
2024-10-08Rollup merge of #131400 - Zalathar:ignore-coverage, r=jieyouxuMatthias Krüger-19/+14
2024-10-08Auto merge of #131404 - matthiaskrgr:rollup-z0dawoo, r=matthiaskrgrbors-93/+48
2024-10-08Rollup merge of #131392 - jieyouxu:remove-legacy-directive-check, r=UrgauMatthias Krüger-93/+48
2024-10-08Simplify the directives for ignoring coverage-test modesZalathar-19/+14
2024-10-08Merge from rust-lang/rustLaurențiu Nicola-5825/+13288
2024-10-08Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-10-08Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGETLaurențiu Nicola-3/+3
2024-10-08Drop compiletest legacy directive checks许杰友 Jieyou Xu (Joe)-93/+48
2024-10-08Rollup merge of #131355 - clubby789:old-tests, r=jieyouxuStuart Cook-2/+24
2024-10-07Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=KobzolJubilee-96/+29
2024-10-07Migrate `emit-to-stdout` to new run-makeclubby789-4/+3
2024-10-07Add stdio configuring to run-make Rustcclubby789-0/+24
2024-10-07Test for issue 23600clubby789-1/+0
2024-10-07Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgrbors-89/+12
2024-10-07Rollup merge of #131353 - GuillaumeGomez:check_rustdoc_test_option, r=jieyouxuMatthias Krüger-0/+4
2024-10-07Rollup merge of #131346 - jieyouxu:prune-invalid-directives, r=ZalatharMatthias Krüger-21/+3
2024-10-07Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errorsMatthias Krüger-4/+5
2024-10-07Rollup merge of #131331 - onur-ozkan:131296, r=KobzolMatthias Krüger-64/+0
2024-10-07Add documentation for `runtest::check_rustdoc_test_option` methodGuillaume Gomez-0/+4
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-51/+47
2024-10-07Remove valgrind test suite from opt-dist许杰友 Jieyou Xu (Joe)-1/+0
2024-10-07Remove valgrind test suite and support from compiletest许杰友 Jieyou Xu (Joe)-95/+29
2024-10-07Rename nested_meta to meta_item_innercodemountains-8/+7
2024-10-07Prune invalid `ignore-mode-*` directives许杰友 Jieyou Xu (Joe)-21/+3
2024-10-07Avoid another `&Lrc<..>` in a return value.Nicholas Nethercote-0/+1
2024-10-07Convert `Option<&Lrc<T>>` return types to `Option<&T>`.Nicholas Nethercote-4/+4
2024-10-06Use external stack in borrowck DFSChayim Refael Friedman-58/+67
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-1/+1
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-2/+2
2024-10-06implement `naked_asm` macroFolkert-2/+2
2024-10-06Revert "Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albert...onur-ozkan-34/+0
2024-10-06Revert "Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-work...onur-ozkan-46/+16
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-47/+44
2024-10-06Rollup merge of #129392 - compiler-errors:raw-ref-op-doesnt-diverge-but-more,...Matthias Krüger-2/+49
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-6/+12
2024-10-05Fix up testsMichael Goulet-2/+49
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-6/+12
2024-10-05Rollup merge of #131286 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-402/+1293
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-4/+4
2024-10-05Auto merge of #3940 - rust-lang:refutable_slice, r=RalfJungbors-33/+34