about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-0/+1
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-4/+2
2023-05-18Rollup merge of #111695 - fmease:dont-lump-together-alias-tys, r=compiler-errorsDylan DPC-0/+13
2023-05-18Rollup merge of #111561 - dtolnay:compiletestdirexists, r=Mark-SimulacrumDylan DPC-1/+7
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-4/+2
2023-05-17Exclude inherent projections from some alias ty matchesLeón Orell Valerian Liehr-0/+13
2023-05-17Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC-4/+5
2023-05-17Update cargoWeihang Lo-0/+0
2023-05-16Remove `LangItems::require`Nilstrieb-4/+5
2023-05-16Fix dependency tracking for debugger visualizersMichael Woerister-0/+1
2023-05-16Auto merge of #111639 - Nilstrieb:rollup-vg149lm, r=Nilstriebbors-2/+1
2023-05-16Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb-2/+1
2023-05-16Auto merge of #111472 - djkoloski:compiletest_cfg_current_target, r=compiler-...bors-5/+84
2023-05-15Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillotMatthias Krüger-2/+2
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-2/+2
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-2/+1
2023-05-14Appease lintsLucasFA-19/+16
2023-05-14Auto merge of #104134 - dtolnay:panictemporaries, r=joshtriplettbors-9/+1
2023-05-14Exposes false negative in clippy's diverging_sub_expressionDavid Tolnay-9/+1
2023-05-14Include better context for "already exists" error in compiletestDavid Tolnay-1/+7
2023-05-14Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillotbors-0/+1
2023-05-14Auto merge of #111388 - clubby789:clap-complete, r=jyn514bors-0/+6
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-2/+34
2023-05-13implement SIMD ptr castsRalf Jung-5/+33
2023-05-13fmt and fix lintRalf Jung-2/+1
2023-05-13Merge from rustcRalf Jung-767/+106
2023-05-13Preparing for merge from rustcRalf Jung-1/+1
2023-05-12Auto merge of #111506 - RalfJung:miri, r=oli-obkbors-4/+7
2023-05-12Auto merge of #2890 - oli-obk:ui_test, r=RalfJungbors-21/+58
2023-05-12Document arguments and interesting flagsOli Scherer-1/+3
2023-05-12opt-level 4 should work again nowRalf Jung-2/+1
2023-05-12bump rustc (no josh changes)Ralf Jung-1/+1
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-767/+106
2023-05-12Pass arguments to the interpreted program via `run-dep`Oli Scherer-47/+42
2023-05-12fmtRalf Jung-1/+3
2023-05-12Merge from rustcRalf Jung-69/+76
2023-05-12Preparing for merge from rustcRalf Jung-1/+1
2023-05-12Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgrbors-31/+50
2023-05-12Rollup merge of #111456 - loongarch-rs:bump-cargo, r=weihangloMatthias Krüger-0/+0
2023-05-12Rollup merge of #111393 - klensy:win-0.48, r=oli-obkMatthias Krüger-31/+50
2023-05-12Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errorsbors-1/+2
2023-05-11Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddleMichael Goulet-1/+2
2023-05-11miri: Move patterns for simd testsJubilee Young-35/+17
2023-05-11Get current target config from` --print=cfg`David Koloski-5/+84
2023-05-11Remove a misleading part of a function nameOli Scherer-3/+3
2023-05-11Stop ignoring the `--manifest-path`Oli Scherer-3/+3
2023-05-11Add `./miri run-dep` for running a file with test dependencies availableOli Scherer-4/+44
2023-05-11Migrate to 0.16.0 browser-ui-test versionGuillaume Gomez-1/+2
2023-05-11Emit the compiler flags againOli Scherer-0/+2
2023-05-11fix deny_lint testRalf Jung-2/+7