about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-1/+0
2022-07-19Mention first and last macro in backtraceMichael Goulet-6/+6
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-944/+3408
2022-07-16Stabilize `let_chains`Caio-21/+19
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-3/+3
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-3/+3
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+1
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-1/+1
2022-07-14Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPCbors-69/+83
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-62/+71
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-7/+12
2022-07-14Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiserbors-1/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-2/+2
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-9/+12
2022-07-13Auto merge of #98145 - ouz-a:some_branch, r=oli-obkbors-0/+1
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-1/+1
2022-07-13Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obkDylan DPC-8/+11
2022-07-13Clippy fallout.Camille GILLOT-7/+12
2022-07-13Rollup merge of #98848 - flip1995:clippy-book, r=jyn514Guillaume Gomez-19/+22
2022-07-12Fix clippy buildMaybe Waffle-62/+71
2022-07-12add new rval, pull deref earlyouz-a-0/+1
2022-07-11move else block into the `Local` structDing Xiang Fei-62/+52
2022-07-11lower let-else in MIR insteadDing Xiang Fei-53/+66
2022-07-08add opt in attribute for stable-in-unstable itemsJane Lusby-1/+1
2022-07-08Rollup merge of #99026 - anall:buffix/clippy-9131, r=xFrednetMatthias Krüger-2/+8
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-1/+1
2022-07-07Add test for and fix rust-lang/rust-clippy#9131Andrea Nall-2/+8
2022-07-07Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obkDylan DPC-1/+1
2022-07-07Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley...Dylan DPC-6/+48
2022-07-07`UnsafeCell` now has no niches, ever.Oli Scherer-1/+1
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-07-07Move `predecessors` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-07-07Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisabors-3/+3
2022-07-06Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod`xFrednet-6/+48
2022-07-06fix miri-opt testsTakayuki Maeda-1/+1
2022-07-06Build the Clippy book as part of x.py docflip1995-19/+22
2022-07-06Update TypeVisitor pathsAlan Egerton-11/+11
2022-07-05Relax constrained generics to TypeVisitableAlan Egerton-2/+2
2022-07-02ast: Add span to `Extern`Nixon Enraght-Moony-3/+3
2022-07-02Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errorsDylan DPC-18/+11
2022-07-01Shorten def_span for more items.Camille GILLOT-33/+18
2022-07-01Factor out hir::Node::BindingCameron Steffen-18/+11
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-3488/+9047
2022-06-20remove last use of MAX_SUGGESTION_HIGHLIGHT_LINESMaybe Waffle-20/+45
2022-06-19remove `span_lint_and_sugg_for_edges` from clippy utilsMaybe Waffle-161/+23
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-12/+12
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