about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2023-11-14finish `RegionKind` renamelcnr-3/+3
2023-11-13update type flagslcnr-3/+3
2023-11-13rename `ReLateBound` to `ReBound`lcnr-5/+5
2023-11-04fix clippy author and failing testDinu Blanovschi-4/+9
2023-11-04Warn when lint level is set on a match armNadrieril-1/+1
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-94/+74
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-3577/+4889
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-94/+74
2023-11-01Rename hook.Camille GILLOT-1/+1
2023-11-01Stabilize C string literalsJohn Millikin-26/+22
2023-10-29Rename Since -> StableSince in preparation for a DeprecatedSinceDavid Tolnay-4/+4
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-3/+3
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-3/+3
2023-10-26Parse rustc version at compile timeDavid Tolnay-15/+8
2023-10-26Auto merge of #117148 - dtolnay:sinceversion, r=cjgillotbors-12/+18
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-3/+5
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-10/+10
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-3/+5
2023-10-25Rename `AsyncCoroutineKind` to `CoroutineSource`Oli Scherer-10/+10
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-2/+12
2023-10-24Expose a non-Symbol way to access current rustc version stringDavid Tolnay-4/+3
2023-10-24Handle structured stable attribute 'since' version in clippyDavid Tolnay-12/+19
2023-10-24Auto merge of #116773 - dtolnay:validatestable, r=compiler-errorsbors-2/+2
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-0/+2
2023-10-23Fix stable feature names in testsDavid Tolnay-2/+2
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-12/+2
2023-10-22use visibility to check unused imports and delete some stmtsbohan-0/+2
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-845/+2316
2023-10-20s/generator/coroutine/Oli Scherer-20/+20
2023-10-20s/Generator/Coroutine/Oli Scherer-20/+20
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-12/+2
2023-10-19Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errorsbors-1/+1
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-1/+1
2023-10-18AliasTy::new instead of tcx methodlcnr-1/+1
2023-10-17[RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...)Urgau-1/+1
2023-10-16fix lint failures in clippyArthur Lafrance-16/+16
2023-10-13Stabilize AFIT and RPITITMichael Goulet-24/+21
2023-10-12Rollup merge of #116625 - nnethercote:rustc_hir_pretty, r=fee1-deadMatthias Krüger-2/+2
2023-10-10Rejig some top-level `rustc_hir_pretty` functions.Nicholas Nethercote-2/+2
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-1/+1
2023-10-07Auto merge of #116437 - nnethercote:rustc_features, r=Nilstriebbors-1/+1
2023-10-06Rollup merge of #116423 - eltociear:patch-22, r=flip1995Matthias Krüger-2/+2
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-768/+2637
2023-10-05Add more diagnostic items for clippyJason Newcomb-271/+191
2023-10-05Rename `Features::active_features`.Nicholas Nethercote-1/+1
2023-10-04Point to closure return instead of output if defaultedMichael Goulet-2/+2
2023-10-04Fix clippyMichael Goulet-18/+14
2023-10-05Fix typo in attrs.rsIkko Eltociear Ashimine-2/+2
2023-10-04Auto merge of #116360 - compiler-errors:async-span, r=oli-obkbors-19/+22
2023-10-03Auto merge of #115025 - ouz-a:ouz_testing, r=lcnrbors-0/+1