about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2021-02-17Auto merge of #81993 - flip1995:clippyup, r=Manishearthbors-610/+1802
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-1/+1
2021-02-16Move some tests to more reasonable directoriesCaio-2/+2
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-127/+97
2021-02-16update MiriRalf Jung-8/+9
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-47/+36
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-19/+15
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-56/+41
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-5/+5
2021-02-15:arrow_up: rust-analyzerLaurențiu Nicola-17/+18
2021-02-14bumped smallvec depsklensy-2/+2
2021-02-14Replace const_cstr with cstr crateXidorn Quan-0/+1
2021-02-13Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-sebors-2/+2
2021-02-13Fix clippy's path to the copy intrinsics.Mara Bos-2/+2
2021-02-13Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrumbors-14/+16
2021-02-12Rollup merge of #81506 - vo4:hwasan, r=nagisaDylan DPC-0/+8
2021-02-11Tell user how to fix CI file being not up to dateMark Rousskov-1/+5
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-610/+1802
2021-02-10Auto merge of #81768 - calebcartwright:bump-rls-rustfmt, r=Xanewokbors-6/+5
2021-02-09Stabilize str_split_onceJacob Pratt-2/+2
2021-02-10Rollup merge of #81951 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-02-10Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasperYuki Okushi-43/+43
2021-02-09Update cargoEric Huss-0/+0
2021-02-09remove unused backtrace refsCaleb Cartwright-1/+0
2021-02-09update RLS and rustfmtCaleb Cartwright-5/+5
2021-02-09update MiriRalf Jung-8/+8
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-43/+43
2021-02-09Rollup merge of #81882 - lnicola:rust-analyzer-2021-02-08, r=jonas-schievinkDylan DPC-16/+17
2021-02-08Rollup merge of #81817 - hameerabbasi:mcp-635, r=oli-obkMara Bos-1/+17
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-5/+5
2021-02-08:arrow_up: rust-analyzerLaurențiu Nicola-16/+17
2021-02-07HWASan supportTri Vo-0/+8
2021-02-06Auto merge of #81832 - jonas-schievink:rollup-3nw53p0, r=jonas-schievinkbors-38/+51
2021-02-07Extend the comment of `check_toolstate()` to clarify that the tool won't be s...hyd-dev-1/+4
2021-02-06Rollup merge of #81680 - camsteffen:primty, r=oli-obkJonas Schievink-18/+4
2021-02-06Rollup merge of #81402 - ehuss:md-tidy, r=jyn514Jonas Schievink-20/+47
2021-02-06Auto merge of #81824 - RalfJung:miri, r=RalfJungbors-8/+8
2021-02-06Add option to emit compiler stderr per bitwidth.Hameer Abbasi-1/+17
2021-02-06update MiriRalf Jung-8/+8
2021-02-05Bump clippy versionMark Rousskov-2/+2
2021-02-05Don't release Miri if its tests only failed on Windowshyd-dev-13/+12
2021-02-05Rollup merge of #81456 - Amanieu:remote-test-server, r=AmanieuMara Bos-15/+9
2021-02-05Auto merge of #81756 - ehuss:update-cargo, r=ehussbors-0/+0
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-31/+31
2021-02-04Update cargoEric Huss-0/+0
2021-02-04tidy: Run tidy style against markdown files.Eric Huss-20/+47
2021-02-04Auto merge of #81743 - RalfJung:miri, r=RalfJungbors-7/+7
2021-02-04update MiriRalf Jung-7/+7
2021-02-03Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call.Mara Bos-11/+11
2021-02-03Fix/allow non_fmt_panic in clippy tests.Mara Bos-20/+20