about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
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
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-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-98/+112
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-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-3/+3
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-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-98/+112
2022-06-08Folding revamp.Nicholas Nethercote-1/+1
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-13/+9
2022-06-07Rollup merge of #97794 - eltociear:patch-13, r=matthiaskrgrMatthias Krüger-1/+1
2022-06-06Fix typo in redundant_pattern_match.rsIkko Ashimine-1/+1
2022-06-04Remove unnecessary clap_derive dependency added in 9ee211afPhilipp Krones-16/+14
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-2628/+7465
2022-06-03Fully stabilize NLLJack Huey-13/+9
2022-06-03Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebankDylan DPC-7/+5
2022-06-03Manipulate lifetimes by LocalDefId for region resolution.Camille GILLOT-7/+5
2022-06-03Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obkDylan DPC-1/+6
2022-06-02Auto merge of #97575 - nnethercote:lazify-SourceFile-lines, r=Mark-Simulacrumbors-18/+24
2022-06-02add cast kind of from_exposed_addr (int-to-ptr casts)Ralf Jung-1/+6
2022-06-01rename PointerAddress → PointerExposeAddressRalf Jung-1/+1
2022-06-01Lazify `SourceFile::lines`.Nicholas Nethercote-18/+24
2022-05-31Add a pointer to address cast kindTomasz Miąsko-10/+5