about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-11-06Auto merge of #2655 - RalfJung:rustc-build-sysroot, r=RalfJungbors-14/+22
2022-11-06bump rustc-build-sysrootRalf Jung-14/+22
2022-11-06README: Add macos cache deletion commandMartin Kröning-2/+5
2022-11-06add test for printing per-byte provenanceRalf Jung-0/+64
2022-11-06interpret: support for per-byte provenanceRalf Jung-57/+153
2022-11-06remove a stray stderr fileRalf Jung-12/+1
2022-11-06Auto merge of #2638 - DrMeepster:windows-condvars, r=RalfJungbors-30/+504
2022-11-06Auto merge of #2638 - DrMeepster:windows-condvars, r=RalfJungbors-30/+504
2022-11-06bootstrap: put Miri sysroot into local build dirRalf Jung-10/+15
2022-11-05fix shared behavior and add testsDrMeepster-3/+290
2022-11-05use enum for condvar locksDrMeepster-44/+76
2022-11-05impl condvars for windowsDrMeepster-30/+185
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-2/+5
2022-11-05Merge from rustcRalf Jung-767/+1235
2022-11-05Merge from rustcRalf Jung-767/+1235
2022-11-05TidyCaio-2/+2
2022-11-05Auto merge of #103998 - Dylan-DPC:rollup-2nbmtc9, r=Dylan-DPCbors-133/+16
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-133/+16
2022-11-05Auto merge of #103992 - weihanglo:update-cargo, r=weihanglobors-0/+0
2022-11-05Remove `unescape_byte_literal`.Nicholas Nethercote-4/+2
2022-11-05Auto merge of #103991 - matthiaskrgr:rollup-tj53nte, r=matthiaskrgrbors-7/+11
2022-11-04Update cargoWeihang Lo-0/+0
2022-11-05Rollup merge of #103956 - JakobDegen:tidy-bless, r=jyn514Matthias Krüger-7/+11
2022-11-04Auto merge of #103298 - ferrocene:pa-compile-flags-last, r=jyn514bors-39/+71
2022-11-04Rollup merge of #103958 - chenyukang:yukang/fix-103951-count-limit, r=jyn514Matthias Krüger-26/+34
2022-11-04Auto merge of #2641 - DrMeepster:init_once_acquire, r=RalfJungbors-33/+97
2022-11-04Promote {aarch64,i686,x86_64}-unknown-uefi to Tier 2Nicholas Bishop-0/+3
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-133/+16
2022-11-04test tidy should not count untracked paths towards entries limityukang-26/+34
2022-11-03Make mir opt unused file check blessableJakob Degen-7/+11
2022-11-04Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514Matthias Krüger-1/+1
2022-11-03Remove reference from the intra-doc link checker.Eric Huss-24/+10
2022-11-03Move intra-doc link checks to a separate function.Eric Huss-6/+17
2022-11-03clarify no_data_race_after_complete testDrMeepster-2/+2
2022-11-03refactor into private functionsDrMeepster-26/+51
2022-11-03Move some tests from `src/test/ui` to more reasonable placesDeadbeef-1/+1
2022-11-03Revert "Update cargo"Mark Rousskov-0/+0
2022-11-03put custom flags as last in codegen and asm testsPietro Albini-33/+41
2022-11-03move compiletest's own ui tests into a subdirectoryPietro Albini-1/+1
2022-11-03Auto merge of #103904 - JakobDegen:mir-opt-dash, r=oli-obkbors-3/+37
2022-11-02Update cargoWeihang Lo-0/+0
2022-11-02Ban dashes in miropt test file namesJakob Degen-3/+37
2022-11-02Rollup merge of #103275 - Manishearth:tinystrup, r=pnkfelixDylan DPC-0/+2
2022-11-02fix ./miri benchRalf Jung-1/+4
2022-11-01Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514Manish Goregaokar-92/+156
2022-11-01Rollup merge of #103072 - cuviper:compiletest-path, r=Mark-SimulacrumManish Goregaokar-33/+37
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+25
2022-11-01:arrow_up: rust-analyzerLaurențiu Nicola-404/+824
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-92/+156
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-0/+2