summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-08-08Move `significant_drop_in_scrutinee` into `nursey`Jason Newcomb-3/+2
2022-08-05Upgrade indexmap and thorin-dwp to use hashbrown 0.12Josh Stone-1/+1
2022-07-05[beta] Update cargoEric Huss-0/+0
2022-06-27Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into pa-1.63.0-betaPietro Albini-11633/+533
2022-06-27Bump RLS to latest master on rust-lang/rlsMark Rousskov-0/+0
2022-06-24Auto merge of #98397 - RalfJung:miri, r=RalfJungbors-14/+8
2022-06-23Update cargoArlo Siemsen-0/+0
2022-06-22update MiriRalf Jung-14/+8
2022-06-22Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...bors-0/+0
2022-06-22Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-1/+1
2022-06-21Move some tests to more reasonable directoriesCaio-1/+1
2022-06-21:arrow_up: rust-analyzerLaurențiu Nicola-9/+7
2022-06-19fix tests including dead_code warningsTakayuki Maeda-0/+0
2022-06-19Auto merge of #98242 - matthiaskrgr:rollup-qbbkwtf, r=matthiaskrgrbors-13/+13
2022-06-19Rollup merge of #98207 - arlosi:update-cargo, r=Dylan-DPCMatthias Krüger-1/+1
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-12/+12
2022-06-18update MiriRalf Jung-9/+13
2022-06-18Rollup merge of #97828 - ferrocene:pa-config-artifacts, r=jyn514Yuki Okushi-20/+47
2022-06-17Update cargoArlo Siemsen-1/+1
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-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-12/+12
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