]> git.lizzy.rs Git - rust.git/history - clippy_lints
Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum
[rust.git] / clippy_lints /
2022-05-24 Yuki OkushiRollup merge of #97289 - compiler-errors:tcxify-clippy...
2022-05-23 Michael GouletLifetime variance fixes for clippy
2022-05-23 Dylan DPCRollup merge of #97254 - jhpratt:remove-crate-vis,...
2022-05-23 David TolnayFix clippy explicit_write lint for new writeln implemen...
2022-05-22 Ding Xiang Feifactor out the rvalue lifetime rule
2022-05-21 xFrednetFix lint registration
2022-05-21 xFrednetMerge 'rust-clippy/master' into clippyup
2022-05-21 borsAuto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis
2022-05-18 borsAuto merge of #96863 - SparrowLii:let, r=michaelwoerister
2022-05-17 borsAuto merge of #97111 - JohnTitor:rollup-x3vjf6u, r...
2022-05-17 Yuki OkushiRollup merge of #97079 - SparrowLii:successors, r=lcnr
2022-05-17 borsAuto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco
2022-05-17 borsAuto merge of #96825 - kckeiks:remove-item-like-visitor...
2022-05-17 SparrowLiiChange `Successors` to `impl Iterator<Item = BasicBlock>`
2022-05-14 borsAuto merge of #96883 - jackh726:early-binder-2, r=oli-obk
2022-05-13 Jack HueyAdd bound_type_of
2022-05-12 borsAuto merge of #95562 - lcnr:attr-no-encode, r=davidtwco
2022-05-11 Jack HueyIntroduce EarlyBinder
2022-05-10 Eric HolkUpdate clippy to new rake_read signature
2022-05-10 lcnrupdate clippy
2022-05-09 SparrowLiifix clippy
2022-05-09 borsAuto merge of #95542 - xFrednet:rfc-2383-expect-query...
2022-05-08 borsAuto merge of #96770 - flip1995:fix-trait-type-in-bound...
2022-05-08 borsAuto merge of #94206 - PrestonFrom:significant_drop...
2022-05-07 flip1995Track if a where bound comes from a impl Trait desugar
2022-05-07 Preston FromLint for significant drops who may have surprising...
2022-05-07 borsAuto merge of #96531 - kckeiks:remove-item-like-visitor...
2022-05-06 Guillaume GomezRollup merge of #96557 - nbdd0121:const, r=oli-obk
2022-05-06 Miguel Guarnizuse def_span and def_kind queries instead of calling...
2022-05-05 flip1995(Partially) Revert "HACK: Move buggy lints to nursery"
2022-05-05 flip1995Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf...
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-03 borsAuto merge of #96558 - bjorn3:librarify_parse_format...
2022-05-03 bjorn3Make rustc_parse_format compile on stable
2022-05-01 Vadim Petrochenkovrustc: Panic by default in `DefIdTree::parent`
2022-04-30 Camille GILLOTStore all generic bounds as where predicates.
2022-04-30 Camille GILLOTInline WhereClause into Generics.
2022-04-30 Camille GILLOTBox HIR Generics and Impl.
2022-04-29 David Wooderrors: `span_suggestion` takes `impl ToString`
2022-04-23 Camille GILLOTMake clippy inspector more precise.
2022-04-23 Camille GILLOTDrop vis in Item.
2022-04-23 Camille GILLOTDrop vis in ImplItem.
2022-04-23 Camille GILLOTDrop vis in FieldDef.
2022-04-23 Camille GILLOTStop visiting visibility.
2022-04-19 Dylan DPCRollup merge of #96142 - cjgillot:no-crate-def-index...
2022-04-17 borsAuto merge of #95779 - cjgillot:ast-lifetimes-undeclare...
2022-04-17 Camille GILLOTStop using CRATE_DEF_INDEX.
2022-04-17 borsAuto merge of #95655 - kckeiks:create-hir-crate-items...
2022-04-16 borsAuto merge of #94468 - Amanieu:global_asm_sym, r=nagisa
2022-04-15 Dylan DPCRollup merge of #94849 - ouz-a:master4, r=oli-obk
2022-04-14 ouz-aUpdate issue-92893.stderr
2022-04-14 Amanieu d'AntrasReimplement lowering of sym operands for asm! so that...
2022-04-13 borsAuto merge of #95968 - davidtwco:translation-lazy-fallb...
2022-04-13 borsAuto merge of #94255 - b-naber:use-mir-constant-in...
2022-04-13 David Wooderrors: lazily load fallback fluent bundle
2022-04-09 borsAuto merge of #95524 - oli-obk:cached_stable_hash_clean...
2022-04-08 Miguel Guarnizremove CheckVisitor, CollectExternCrateVisitor and...
2022-04-08 Miguel GuarnizRefactor HIR item-like traversal (part 1)
2022-04-08 Oli SchererAvoid looking at the internals of Interned directly
2022-04-08 flip1995Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd...
2022-04-06 b-naberget rid of visit_constant in thir visitor
2022-04-05 David Woodsession: opt for enabling directionality markers
2022-04-05 David Wooderrors: implement sysroot/testing bundle loading
2022-04-05 David Wooderrors: implement fallback diagnostic translation
2022-04-05 David Woodspan: move `MultiSpan`
2022-04-02 b-naberrebase and use ty::Const in patterns again
2022-03-31 borsAuto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 borsAuto merge of #95436 - cjgillot:static-mut, r=oli-obk
2022-03-30 lcnrget clippy to compile again
2022-03-29 Camille GILLOTRemember mutability in `DefKind::Static`.
2022-03-26 borsAuto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
2022-03-26 borsAuto merge of #95149 - cjgillot:once-diag, r=estebank
2022-03-25 Grisha VartanyanUpdate clippy helper function types
2022-03-24 borsAuto merge of #95273 - flip1995:clippyup, r=manishearth
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-16 codehorsemanresolve the conflict in compiler/rustc_session/src...
2022-03-15 Dylan DPCfix typos
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-03-11 Eric HolkRemove is_autoref parameter
2022-03-08 lcnradd `#[rustc_pass_by_value]` to more types
2022-03-07 borsAuto merge of #94706 - matthiaskrgr:rollup-l5erynr...
2022-03-07 Eric HolkUpdate clippy to new ExprUseVisitor delegate
2022-03-07 Eric HolkUpdate and fix clippy tests
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-06 Matthias KrügerRollup merge of #94617 - pierwill:update-itertools...
2022-03-04 pierwillUpdate `itertools`
2022-03-03 borsAuto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk
2022-03-02 flip1995Move transmute_undefined_repr back to nursery
2022-02-26 flip1995Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436...
2022-02-25 Mark RousskovSwitch bootstrap cfgs
2022-02-25 borsAuto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
2022-02-24 Dylan DPCRollup merge of #93714 - compiler-errors:can-type-impl...
2022-02-24 Vadim Petrochenkovresolve: Fix incorrect results of `opt_def_kind` query...
2022-02-24 Michael Gouletbetter ObligationCause for normalization errors in...
2022-02-23 Eduard-Mihai Burtescurustc_errors: take `self` by value in `DiagnosticBuilde...
2022-02-23 Eduard-Mihai BurtescuReplace `&mut DiagnosticBuilder`, in signatures, with...
next