about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-05-24Move testsCaio-2/+2
2023-05-24Auto merge of #110936 - loongarch-rs:promote-tier2, r=Mark-Simulacrumbors-0/+2
2023-05-23Auto merge of #111890 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-05-23Update cargoWeihang Lo-0/+0
2023-05-23Promote loongarch64-unknown-linux-gnu to Tier 2 with host toolsWANG Rui-0/+2
2023-05-23Auto merge of #2901 - oli-obk:noisy, r=RalfJungbors-1/+0
2023-05-23Hide full miri command line in `./miri run-dep`Oli Scherer-1/+0
2023-05-23Update to latest clippyOli Scherer-16/+16
2023-05-23Merge from rustcOli Scherer-1156/+2683
2023-05-23Preparing for merge from rustcOli Scherer-1/+1
2023-05-23Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-deadDylan DPC-31/+31
2023-05-23Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obkDylan DPC-6/+4
2023-05-21Normalize block and local orders in mir-opt testsScott McMurray-1/+4
2023-05-21Use a signal handler to observe ctrl+c and cleanly drop the measureme profilerBen Kimock-0/+56
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-7/+7
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-8/+8
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-8/+8
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-11/+11
2023-05-20Auto merge of #111799 - flip1995:clippyup, r=Manishearthbors-1114/+2623
2023-05-20Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyupPhilipp Krones-1114/+2623
2023-05-20Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrumbors-0/+2
2023-05-20derive `Default` trait for `compiletest::common::Config`ozkanonur-1/+7
2023-05-20create new tool rustdoc-gui-testozkanonur-0/+233
2023-05-19Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !`Maybe Waffle-6/+4
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-18Merge from rustcRalf Jung-11/+90
2023-05-18Preparing for merge from rustcRalf Jung-1/+1
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-16Merge from rustcRalf Jung-32/+60
2023-05-16Preparing for merge from rustcRalf Jung-1/+1
2023-05-16add lib module to `src/tool/compiletest`ozkanonur-1135/+1141
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