summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2024-04-25use `Lrc` instead of the aliased type `Arc` directlyy21-3/+3
2024-04-25Auto merge of #12617 - y21:issue-12616, r=Alexendoobors-1/+34
2024-04-25Auto merge of #12508 - y21:issue12506, r=llogiqbors-89/+118
2024-04-25Auto merge of #12572 - y21:mixed_attributes_style_style, r=llogiqbors-1/+1
2024-04-25Auto merge of #12486 - J-ZhengLi:issue12435, r=y21bors-23/+214
2024-03-15Rollup merge of #122513 - petrochenkov:somehir4, r=fmeaseGuillaume Gomez-31/+21
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-31/+21
2024-03-14Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`Guillaume Gomez-46/+46
2024-03-14Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`Guillaume Gomez-1/+1
2024-03-12s/mt/mutability/Oli Scherer-2/+2
2024-03-12Add `nested` bool to `DefKind::Static`.Oli Scherer-2/+2
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-5/+5
2024-03-10Remove unused structs in clippyr0cky-64/+2
2024-03-10Auto merge of #121662 - saethlin:precondition-unification, r=RalfJungbors-1/+1
2024-03-09Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebankbors-19/+21
2024-03-09Allow lint where we don't careNadrieril-19/+21
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-1/+1
2024-03-08Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkovMatthias Krüger-1/+1
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+4
2024-03-07Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...Philipp Krones-2401/+4114
2024-03-07Use `rustc_driver::args::raw_args()` in Clippybeetrees-1/+1
2024-03-05Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`Jason Newcomb-7/+7
2024-03-05Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwcobors-7/+12
2024-03-05Rename `DiagnosticExt` as `DiagExt`.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-3/+8
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-13/+13
2024-03-04Add `is_intrinsic` helperOli Scherer-1/+1
2024-03-02Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errorsGuillaume Boisseau-0/+9
2024-03-01Propegate HIR and AST `f16` and `f128` types to clippyTrevor Gross-0/+9
2024-03-01If suggestion would leave an empty line, delete itclubby789-14/+0
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-0/+6
2024-02-29Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obkGuillaume Gomez-1/+1
2024-02-29Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebankGuillaume Gomez-0/+17
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-1/+1
2024-02-29Overhaul how stashed diagnostics work, again.Nicholas Nethercote-0/+17
2024-02-29Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmeaseMatthias Krüger-12/+1
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-34/+34
2024-02-28Add stubs for `f16` and `f128` to clippyTrevor Gross-0/+6
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-12/+1
2024-02-28Remove the `UntranslatableDiagnosticTrivial` lint.Nicholas Nethercote-1/+0
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-34/+34
2024-02-27Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u...Philipp Krones-10811/+14122
2024-02-26Auto merge of #120586 - ShE3py:exprkind-err, r=fmeasebors-2/+4
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-2/+2
2024-02-25Add `ast::ExprKind::Dummy`Lieselotte-1/+3
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-73/+86
2024-02-24Add asm label support to AST and HIRGary Guo-0/+4
2024-02-20Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav...bors-26/+26
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-64/+23