]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
[rust.git] / clippy_lints / src / utils /
2020-12-20 flip1995Merge commit '4911ab124c481430672a3833b37075e6435ec34d...
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-17 Yuki OkushiRollup merge of #79051 - LeSeulArtichaut:if-let-guard...
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-12-11 Jack HueyMove binder for dyn to each list item
2020-12-06 Tomasz MiąskoRetain assembly operands span when lowering AST to HIR
2020-12-06 flip1995Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6...
2020-12-06 LeSeulArtichautHandle `Guard::IfLet` in clippy
2020-12-06 LeSeulArtichautImplement lowering of if-let guards to MIR
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-27 borsAuto merge of #79318 - cjgillot:fitem, r=lcnr
2020-11-26 Camille GILLOTRemove ForeignMod struct.
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 flip1995Fix ICE in utils::implements_trait
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-18 Mara BosRollup merge of #79145 - camelid:clippy-fix-panics...
2020-11-17 CamelidFix handling of panic calls
2020-11-17 borsAuto merge of #78779 - LeSeulArtichaut:ty-visitor-retur...
2020-11-16 Bastian Kauschkeclippy: fold by value
2020-11-15 Jonas SchievinkRollup merge of #79016 - fanzier:underscore-expressions...
2020-11-14 borsAuto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk
2020-11-14 Fabian ZaiserAdd underscore expressions for destructuring assignments
2020-11-12 Mara BosRollup merge of #78836 - fanzier:struct-and-slice-destr...
2020-11-12 borsAuto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
2020-11-11 Fabian ZaiserImplement destructuring assignment for structs and...
2020-11-09 Dylan DPCRollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
2020-11-08 Vadim PetrochenkovDo not collect tokens for doc comments
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-02 Dhruv JauharProvide diagnostic suggestion in ExprUseVisitor Delegate
2020-11-01 borsAuto merge of #75534 - Aaron1011:feature/new-future...
2020-10-31 Aaron HillUpdate Clippy path to `Lint`
2020-10-28 Eduardo BrotoMerge commit '645ef505da378b6f810b1567806d1bcc2856395f...
2020-10-26 Nathan WhitakerRemove lint from clippy
2020-10-25 Yuki OkushiRollup merge of #78326 - Aaron1011:fix/min-stmt-lints...
2020-10-24 Aaron HillFix inconsistencies in handling of inert attributes...
2020-10-23 Eduardo BrotoMerge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6...
2020-10-17 Yuki OkushiRollup merge of #77851 - exrook:split-btreemap, r=dtolnay
2020-10-17 Jacob HughesAppease the almightly lord clippy, hallowed be thy...
2020-10-16 Santiago PastorinoHandle ExprKind::ConstBlock on clippy
2020-10-16 Dylan DPCRollup merge of #77493 - hosseind88:ICEs_should_always_...
2020-10-13 borsAuto merge of #77796 - jonas-schievink:switchint-refact...
2020-10-11 borsAuto merge of #77649 - dash2507:replace_run_compiler...
2020-10-10 Jonas SchievinkRefactor how SwitchInt stores jump targets
2020-10-09 flip1995Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b...
2020-10-06 Matthew JasperFix tools
2020-10-06 Yuki OkushiRollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf...
2020-10-06 Yuki OkushiRollup merge of #77534 - Mark-Simulacrum:issue-70819...
2020-10-04 Dylan MacKenzieclippy: `(Body, DefId)` -> `Body`
2020-10-02 Michael HowellDeprecate clippy lint
2020-09-28 Ralf JungRollup merge of #76474 - bjorn3:driver_selected_codegen...
2020-09-26 Oliver SchererRemove all unstable feature support in the `missing_con...
2020-09-26 Oliver SchererMove `qualify_min_const_fn` out of rustc into clippy
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-25 Jonas SchievinkRollup merge of #76724 - ecstatic-morse:dataflow-pass...
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-15 Lzu TaoFix clippy hard-code slice::Iter path
2020-09-11 borsAuto merge of #75800 - Aaron1011:feature/full-nt-tokens...
2020-09-10 Aaron HillFully integrate token collection for additional AST...
2020-09-10 flip1995Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f...
2020-09-07 borsAuto merge of #76044 - ecstatic-morse:dataflow-lattice...
2020-09-04 LeSeulArtichaut`ty.kind` -> `ty.kind()` in rustdoc and clippy
2020-09-02 borsAuto merge of #76160 - scileo:format-recovery, r=petroc...
2020-08-30 Aaron HillFix clippy
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-17 borsAuto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
2020-08-17 Ujjwal Sharmarust_ast::ast => rustc_ast
2020-08-17 David Woodclippy: support `QPath::LangItem`
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-08 Nicholas NethercoteEliminate the `SessionGlobals` from `librustc_ast`.
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-06 Vadim PetrochenkovFix clippy
2020-08-03 Vadim Petrochenkovrustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
2020-07-31 Valentin LazureanuRename HAIR to THIR (Typed HIR).
2020-07-27 Bastian Kauschkeintroduce PredicateAtom
2020-07-27 Bastian Kauschkethis might be unqualified, but at least it's now quantified
2020-07-27 Bastian Kauschkeclippy
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-20 David Woodtrait_sel: only test predicates w/ no substs
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-07-02 Eduard-Mihai Burtescurustc_lint: avoid using TypeckTables::empty for LateCon...
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-25 Eduard-Mihai Burtescurustc_lint: only query `typeck_tables_of` when a lint...
2020-06-23 Ayaz HafizRecord span of `const` kw in GenericParamKind
2020-06-23 flip1995Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238...
2020-06-23 Dylan DPCRollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas...
2020-06-21 Ralf JungMake is_freeze and is_copy_modulo_regions take TyCtxtAt
2020-06-18 Aman AroraRefactor hir::Place
2020-06-15 Ralf JungRollup merge of #72938 - lzutao:stabilize_option_zip...
2020-06-15 borsAuto merge of #72080 - matthewjasper:uniform-impl-trait...
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-11 Matthew JasperRemove ImplItemKind::OpaqueTy from clippy
next