about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-10-01Change feature name to is_some_andCameron Steffen-1/+1
2022-10-01Change is_some_and to take by valueCameron Steffen-1/+1
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-268/+261
2022-10-01bless a miri testMaybe Waffle-1/+1
2022-10-01bless clippyMaybe Waffle-231/+231
2022-10-01clippy: adopt to the new lint APIMaybe Waffle-36/+29
2022-09-30Stabilize map_first_lastest31-1/+0
2022-09-29Auto merge of #101887 - nnethercote:shrink-Res, r=spastorinobors-4/+9
2022-09-29Rollup merge of #102468 - RalfJung:tidy, r=jyn514Michael Howell-18/+15
2022-09-29more clear function and variable namesRalf Jung-17/+14
2022-09-29make tidy dependency error less confusingRalf Jung-1/+1
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-4/+9
2022-09-28Adding target_rustcflags to TargetCfgAndrew Pollack-2/+4
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-3/+2
2022-09-27Update cargoWeihang Lo-0/+0
2022-09-27Stabilize bench_black_boxUrgau-3/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-35/+35
2022-09-27Auto merge of #2562 - pvdrz:miri-num-cpus, r=RalfJungbors-8/+33
2022-09-26Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomezMichael Howell-7/+6
2022-09-26update readmeChristian Poveda-2/+5
2022-09-26 Rustdoc-Json: List impls for primitivesNixon Enraght-Moony-7/+6
2022-09-26`/// FIXME: docs`Christian Poveda-2/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-3/+0
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-4/+15
2022-09-25use rustc-build-sysroot instead of xargoRalf Jung-219/+166
2022-09-25force-install tools on stale cache, to make sure we get the latest of all dep...Ralf Jung-2/+2
2022-09-25clarify a commentRalf Jung-0/+1
2022-09-25CI: use cargo sparse registryRalf Jung-0/+3
2022-09-24remove macOS work-around that is no longer neededRalf Jung-8/+0
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-85/+85
2022-09-24Auto merge of #2537 - saethlin:dont-back-up-too-far, r=RalfJungbors-19/+77
2022-09-24Auto merge of #2563 - RalfJung:nodep, r=RalfJungbors-1/+1
2022-09-24run all extern-so tests consistently without dependenciesRalf Jung-1/+1
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-12/+12
2022-09-24Bless miri.Camille GILLOT-1/+1
2022-09-23add flag to specify the number of cpusChristian Poveda-6/+28
2022-09-23Fix clippy's const fn stability check for CURRENT_RUSTC_VERSIONNilstrieb-1/+12
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-3/+3
2022-09-23Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgrbors-16/+41
2022-09-23Bless clippy.Camille GILLOT-11/+11
2022-09-23Rollup merge of #102148 - RalfJung:miri-test, r=oli-obkMatthias Krüger-0/+24
2022-09-23Rollup merge of #102134 - flba-eb:master, r=bjorn3Matthias Krüger-16/+17
2022-09-23Auto merge of #102056 - b-naber:unevaluated, r=lcnrbors-2/+2
2022-09-23add the --sequential flag to compiletestPietro Albini-1/+9
2022-09-23replace --remote with the --bind flag in remote-test-serverPietro Albini-11/+21
2022-09-23make remote-test-server cli parsing more consistentPietro Albini-8/+4
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-2/+2
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-1/+4
2022-09-23GC: factor out visiting all machine valuesRalf Jung-81/+104
2022-09-23Detect panic strategy using `rustc --print cfg`Florian Bartels-16/+17