summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-12-01Create a hacky fail-fast mode that stops tests at the first failureOli Scherer-0/+1
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-1914/+4245
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-11/+11
2022-12-01rustc_hir: Change representation of import paths to support multiple resolutionsVadim Petrochenkov-32/+41
2022-12-01Bump ui_test crateOli Scherer-9/+9
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-6/+6
2022-12-01Auto merge of #2699 - RalfJung:schedule-refactor, r=RalfJungbors-327/+412
2022-11-30Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorinobors-2/+2
2022-11-29Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiserMatthias Krüger-1/+17
2022-11-29update cpufeatures, swap difference to dissimilarklensy-1/+2
2022-11-29Auto merge of #105012 - WaffleLapkin:into, r=oli-obkbors-0/+2
2022-11-28FnCtxt normalization stuffMichael Goulet-3/+2
2022-11-28partially_normalize_... -> At::normalizeMichael Goulet-0/+1
2022-11-28Permit deps (scarry)Maybe Waffle-0/+2
2022-11-28Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obkMatthias Krüger-1/+1
2022-11-28Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkovMatthias Krüger-15/+22
2022-11-28Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8KiDylan DPC-13/+13
2022-11-28decreasw yield count a bit and explain reasoning a bit moreRalf Jung-1/+5
2022-11-28Auto merge of #2698 - RalfJung:miri-in-rustc, r=oli-obkbors-47/+14
2022-11-28fix clippy testsEsteban Küber-13/+13
2022-11-28Keep track of the start of the argument block of a closureSarthak Singh-0/+1
2022-11-28add many-seeds capabilities to CIRalf Jung-3/+16
2022-11-28make ./miri run a bit more silent; add option to control seeds tested by many...Ralf Jung-9/+16
2022-11-28move interpreter loop into thread manager; they are pretty tightly coupled an...Ralf Jung-78/+76
2022-11-28fix TLS on partially supported OSesRalf Jung-3/+9
2022-11-28add scoped thread testRalf Jung-0/+24
2022-11-28yield the main thread a number of times after its TLS dtors are doneRalf Jung-14/+37
2022-11-28cleanup global imports a bitRalf Jung-5/+12
2022-11-28refactor scheduling of TLS dtorsRalf Jung-265/+268
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-7/+5
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-9/+18
2022-11-28Auto merge of #104915 - weihanglo:update-cargo, r=ehussbors-0/+2
2022-11-27Rollup merge of #104989 - RalfJung:miri, r=RalfJungMatthias Krüger-500/+893
2022-11-27clippyRalf Jung-19/+15
2022-11-27advice on josh pushingRalf Jung-0/+7
2022-11-27Merge from rustcRalf Jung-19547/+10617
2022-11-27Preparing for merge from rustcRalf Jung-1/+1
2022-11-27Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlinbors-157/+339
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-3/+33
2022-11-27Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514Matthias Krüger-3/+33
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-46/+33
2022-11-27Auto merge of #2685 - Nilstrieb:cargo-miri-wasm, r=RalfJungbors-1/+3
2022-11-27Auto merge of #2701 - RalfJung:smoke, r=RalfJungbors-1/+1
2022-11-27run_tests_minimal: actually run the smoke test on the desired targetRalf Jung-1/+1
2022-11-27CI: fix begingroup printingRalf Jung-1/+1
2022-11-27Use `.wasm` extension when building for wasm in cargo-mirinils-1/+3
2022-11-27replace 'locally built rustc' instructions by 'Miri in rustc'Ralf Jung-47/+14
2022-11-27Update cargoWeihang Lo-0/+2
2022-11-27nitsRalf Jung-2/+2
2022-11-27make Stacked Borrows retags act like data racesRalf Jung-45/+164