about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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-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-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-26Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomezMichael Howell-7/+6
2022-09-26 Rustdoc-Json: List impls for primitivesNixon Enraght-Moony-7/+6
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-24separate definitions and `HIR` ownersTakayuki Maeda-85/+85
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-12/+12
2022-09-24Bless miri.Camille GILLOT-1/+1
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-23rename Unevaluated to UnevaluatedConstb-naber-2/+2
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-1/+4
2022-09-23Detect panic strategy using `rustc --print cfg`Florian Bartels-16/+17
2022-09-23Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark...Matthias Krüger-1/+4
2022-09-22Rollup merge of #102123 - schteve:clippy-note, r=ManishearthMatthias Krüger-0/+4
2022-09-22make Miri build in stage 0Ralf Jung-0/+2
2022-09-22add regression test for miri issue 2433Ralf Jung-0/+22
2022-09-22Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholkDylan DPC-0/+6
2022-09-22Distribute rust-json-docs via rustup.Luca Palmieri-1/+4
2022-09-22introduce mir::Unevaluatedb-naber-2/+2
2022-09-22Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obkbors-61/+54802
2022-09-22Auto merge of #102121 - JohnTitor:rollup-3fb1wrt, r=JohnTitorbors-23/+40
2022-09-22Rollup merge of #102030 - est31:tidy_walk_no_reexport, r=Mark-SimulacrumYuki Okushi-21/+28
2022-09-22Rollup merge of #101952 - Mark-Simulacrum:missing-fallback, r=ehussYuki Okushi-2/+12
2022-09-21Add note to clippy::non_expressive_names docSteve Heindel-0/+4
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-1631/+1997
2022-09-21Remove unused importsOli Scherer-13/+2
2022-09-21Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'Oli Scherer-0/+54796
2022-09-21Remove miri from the submodule list and require it for CI to passOli Scherer-37/+4
2022-09-21Remove miri submoduleOli Scherer-11/+0
2022-09-20Avoid panicking on missing fallbackMark Rousskov-2/+12
2022-09-20Update rustc's information on Android's sanitizersChris Wailes-0/+6
2022-09-20Rollup merge of #102053 - lnicola:rust-analyzer-2022-09-20, r=lnicolaMichael Howell-628/+1587