about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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
2022-11-27slightly adjust and synchronize Machine passing for SB and DataRaceRalf Jung-55/+24
2022-11-27!Unpin retags must still be reads, to check dereferenceableRalf Jung-57/+151
2022-11-26Auto merge of #104950 - jyn514:revert-preview, r=Mark-Simulacrumbors-3/+3
2022-11-26Revert "Don't set `is_preview` for clippy and rustfmt"Joshua Nelson-3/+3
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-12/+13
2022-11-26Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomezGuillaume Gomez-3/+28
2022-11-26Add a test that makes senseNixon Enraght-Moony-5/+28
2022-11-26Support unit tests for jsondoclintNixon Enraght-Moony-0/+7
2022-11-26Auto merge of #2696 - RalfJung:no-std-windows, r=RalfJungbors-43/+71
2022-11-26support no_std on WindowsRalf Jung-5/+5
2022-11-26refactor try_resolve_did and also support resolving crates/modulesRalf Jung-26/+54
2022-11-26jsondoclint: Handle using enum variants and glob using enums.Nixon Enraght-Moony-3/+28
2022-11-26add namespace to resolve_pathDrMeepster-29/+29
2022-11-26prettify our CI logsRalf Jung-7/+22
2022-11-26Auto merge of #2690 - Nilstrieb:cargo-miri-smoke-test-ci-so-that-cargo-miri-a...bors-0/+60
2022-11-26update lockfileRalf Jung-4/+0
2022-11-26Auto merge of #2647 - saethlin:current-span, r=RalfJungbors-161/+153
2022-11-26caller_span only makes sense when there are 2 frames on the stackRalf Jung-4/+4
2022-11-26interpret: remove PartialOrd from a bunch of types that do not have or need a...Ralf Jung-1/+1
2022-11-26jsondoclint: Accept trait alias is places where trait expected.Nixon Enraght-Moony-5/+5
2022-11-25Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgrbors-7/+10
2022-11-25Use None when the stack is emptyBen Kimock-10/+11
2022-11-25Rollup merge of #104879 - aDotInTheVoid:jsondoclint-typedef, r=GuillaumeGomezMatthias Krüger-7/+10
2022-11-25Test a small cargo-miri smoke test even in `run_tests_minimal`Nilstrieb-0/+64
2022-11-25Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð...bors-35/+34
2022-11-25jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPathNixon Enraght-Moony-7/+10
2022-11-25Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPCMatthias Krüger-2/+2
2022-11-25Rollup merge of #103648 - jyn514:no-preview, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-11-25replace a borrow_mut by get_mutRalf Jung-2/+2
2022-11-25RefCell::get_mut: fix typoRalf Jung-7/+7
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-33/+33
2022-11-25Simplify a bunch of trait ref obligation creationsOli Scherer-2/+1
2022-11-24Don't set `is_preview` for clippy and rustfmtJoshua Nelson-3/+3