summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC2023-05-171-4/+5
|\
| * Remove `LangItems::require`Nilstrieb2023-05-161-4/+5
* | Update cargoWeihang Lo2023-05-171-0/+0
* | Auto merge of #111639 - Nilstrieb:rollup-vg149lm, r=Nilstriebbors2023-05-162-2/+1
|\ \
| * \ Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb2023-05-162-2/+1
| |\ \
| | * | Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko2023-05-152-2/+1
* | | | Auto merge of #111472 - djkoloski:compiletest_cfg_current_target, r=compiler-...bors2023-05-161-5/+84
|\ \ \ \ | |/ / / |/| | |
| * | | Get current target config from` --print=cfg`David Koloski2023-05-111-5/+84
* | | | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillotMatthias Krüger2023-05-151-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker2023-05-151-2/+2
* | | | Appease lintsLucasFA2023-05-141-19/+16
|/ / /
* | | Auto merge of #104134 - dtolnay:panictemporaries, r=joshtriplettbors2023-05-141-9/+1
|\ \ \
| * | | Exposes false negative in clippy's diverging_sub_expressionDavid Tolnay2023-05-141-9/+1
* | | | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillotbors2023-05-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use dynamic dispatch for queriesJohn Kåre Alsaker2023-04-301-0/+1
* | | | Auto merge of #111388 - clubby789:clap-complete, r=jyn514bors2023-05-141-0/+6
|\ \ \ \
| * | | | Generate shell completions for bootstrap with Clapclubby7892023-05-101-0/+6
* | | | | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors2023-05-131-2/+34
|\ \ \ \ \
| * | | | | tidy check to find misc files in ui tests, and clean up the resultsasquared314152023-05-091-2/+34
* | | | | | implement SIMD ptr castsRalf Jung2023-05-132-5/+33
* | | | | | fmt and fix lintRalf Jung2023-05-132-2/+1
* | | | | | Merge from rustcRalf Jung2023-05-1320-767/+106
|\ \ \ \ \ \
| * \ \ \ \ \ Auto merge of #111506 - RalfJung:miri, r=oli-obkbors2023-05-125-4/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors2023-05-1220-767/+106
| |\ \ \ \ \ \ \
| | * | | | | | | Adjust tests for new drop and forget lintsUrgau2023-05-104-0/+9
| | * | | | | | | Drop uplifted clippy::forget_copyUrgau2023-05-109-280/+61
| | * | | | | | | Drop uplifted clippy::forget_refUrgau2023-05-109-236/+60
| | * | | | | | | Drop uplifted clippy::drop_copyUrgau2023-05-1011-117/+102
| | * | | | | | | Drop uplifted clippy::drop_refUrgau2023-05-109-318/+58
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Preparing for merge from rustcRalf Jung2023-05-131-1/+1
* | | | | | | | Auto merge of #2890 - oli-obk:ui_test, r=RalfJungbors2023-05-124-21/+58
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Document arguments and interesting flagsOli Scherer2023-05-121-1/+3
| * | | | | | | Pass arguments to the interpreted program via `run-dep`Oli Scherer2023-05-123-47/+42
| * | | | | | | Remove a misleading part of a function nameOli Scherer2023-05-111-3/+3
| * | | | | | | Stop ignoring the `--manifest-path`Oli Scherer2023-05-112-3/+3
| * | | | | | | Add `./miri run-dep` for running a file with test dependencies availableOli Scherer2023-05-112-4/+44
* | | | | | | | opt-level 4 should work again nowRalf Jung2023-05-121-2/+1
* | | | | | | | bump rustc (no josh changes)Ralf Jung2023-05-121-1/+1
* | | | | | | | fmtRalf Jung2023-05-122-1/+3
* | | | | | | | Merge from rustcRalf Jung2023-05-1212-69/+76
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgrbors2023-05-123-31/+50
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Rollup merge of #111456 - loongarch-rs:bump-cargo, r=weihangloMatthias Krüger2023-05-121-0/+0
| | |\ \ \ \ \ \ \
| | | * | | | | | | Update cargoWANG Rui2023-05-111-0/+0
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Rollup merge of #111393 - klensy:win-0.48, r=oli-obkMatthias Krüger2023-05-122-31/+50
| | |\ \ \ \ \ \ \
| | | * | | | | | | tidy: sort lists in deps.rs using tidy-alphabeticalklensy2023-05-091-34/+45
| | | * | | | | | | add windows crate to allowed tidy list (why it worked before?)klensy2023-05-091-0/+8
| | | * | | | | | | bump windows crate 0.46 -> 0.48 in workspaceklensy2023-05-091-1/+1
| | | | |_|/ / / / | | | |/| | | | |
| * | | | | | | | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errorsbors2023-05-121-1/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddleMichael Goulet2023-05-111-1/+2
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | * | | | | | Migrate to 0.16.0 browser-ui-test versionGuillaume Gomez2023-05-111-1/+2
| | | | |/ / / / | | | |/| | | |