about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-06-18Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514Yuki Okushi-20/+47
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-70/+70
2022-06-17Rollup merge of #98191 - TaKO8Ki:remove-rest-of-unnecessary-to-string, r=Dyla...Dylan DPC-1/+1
2022-06-17Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa...Dylan DPC-21/+102
2022-06-17remove the rest of unnecessary `to_string`Takayuki Maeda-1/+1
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-1913/+4140
2022-06-16bless clippy ui testsMaybe Waffle-21/+102
2022-06-16bless clippy testsklensy-70/+70
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-4/+4
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-4/+4
2022-06-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-98/+112
2022-06-15Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-2/+2
2022-06-14fix wrong evaluation in clippyb-naber-2/+2
2022-06-14address reviewb-naber-16/+6
2022-06-14fix clippy test failuresb-naber-64/+102
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-81/+67
2022-06-14Auto merge of #98091 - Dylan-DPC:rollup-ueb6b5x, r=Dylan-DPCbors-3/+3
2022-06-14Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnrDylan DPC-3/+3
2022-06-14Auto merge of #98082 - lnicola:rust-analyzer-2022-06-14, r=lnicolabors-8/+8
2022-06-14:arrow_up: rust-analyzerLaurențiu Nicola-8/+8
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-3/+3
2022-06-14Auto merge of #98040 - calebcartwright:sync-rustfmt, r=calebcartwrightbors-1186/+12891
2022-06-14Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisaYuki Okushi-1/+2
2022-06-13deps: add clap to workspace hackCaleb Cartwright-0/+1
2022-06-13Move testsCaio-2/+2
2022-06-13Rollup merge of #98057 - oli-obk:miri_ui_test, r=oli-obkMatthias Krüger-11/+9
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-1/+2
2022-06-13Update miriOli Scherer-11/+9
2022-06-13remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion`Takayuki Maeda-1/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-19/+19
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-1186/+12890
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-98/+112
2022-06-09Auto merge of #97911 - dtolnay:numcpu, r=Mark-Simulacrumbors-1/+2
2022-06-09fix typoPietro Albini-1/+1
2022-06-09change stage0.json to reduce the chance of merge conflictsPietro Albini-6/+21
2022-06-09load configuration for downloading artifacts from stage0.jsonPietro Albini-0/+3
2022-06-09keep the same config values in stage0 between invocationsPietro Albini-18/+27
2022-06-09update MiriRalf Jung-8/+12
2022-06-09Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s...David Tolnay-1/+2
2022-06-09Update cargoDavid Tolnay-0/+0
2022-06-08Auto merge of #97896 - compiler-errors:rollup-mrl7ng0, r=compiler-errorsbors-1/+1
2022-06-08Fix polonius compare mode.Eric Huss-1/+1
2022-06-08Update cargoEric Huss-0/+0
2022-06-08Auto merge of #97447 - nnethercote:improve-folding, r=jackh726bors-1/+1
2022-06-08Folding revamp.Nicholas Nethercote-1/+1
2022-06-07Rollup merge of #97826 - GuillaumeGomez:rustdoc-gui-tests-info, r=Dylan-DPCDylan DPC-0/+1
2022-06-07Rollup merge of #97817 - lnicola:rust-analyzer-2022-06-07, r=lnicolaDylan DPC-23/+8
2022-06-07Update help message for rustdoc-gui runnerGuillaume Gomez-0/+1
2022-06-07:arrow_up: rust-analyzerLaurențiu Nicola-23/+8
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-30/+13