]> git.lizzy.rs Git - rust.git/history - clippy_lints
Move binder for dyn to each list item
[rust.git] / clippy_lints /
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-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-26 borsAuto merge of #77671 - flip1995:lint_list_always_plugin...
2020-11-25 Arlie DavisMove lev_distance to rustc_ast, make non-generic
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 borsAuto merge of #78343 - camelid:macros-qualify-panic...
2020-11-23 borsAuto merge of #78439 - lzutao:rm-clouldabi, r=Mark...
2020-11-23 flip1995Fix ICE in utils::implements_trait
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-22 Lzu TaoDrop support for cloudabi targets
2020-11-22 Jonas SchievinkThread `Constness` through selection
2020-11-19 Mara BosClippy: Match on assert!() expansions without an inner...
2020-11-19 Mara BosRemove the clippy::panic-params lint.
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 LeSeulArtichautSet the default `BreakTy` to `!`
2020-11-14 LeSeulArtichautIntroduce `TypeVisitor::BreakTy`
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-11 Ikko AshimineFix typo in comment
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-04 olis/Scalar::Raw/Scalar::Int
2020-11-04 Oliver SchererSplit the "raw integer bytes" part out of `Scalar`
2020-11-03 Vadim Petrochenkovrustc_ast: `visit_mac` -> `visit_mac_call`
2020-11-03 Vadim Petrochenkovrustc_ast: Do not panic by default when visiting macro...
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-30 LeSeulArtichautRemove implicit `Continue` type
2020-10-30 LeSeulArtichautUse `ControlFlow::is{break,continue}`
2020-10-30 LeSeulArtichautTypeVisitor: use `ControlFlow` in clippy
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 BrotoRemove duplicate import of `Target`
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-15 est31Remove rustc_session::config::Config
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-04 Robin SchoonoverChange clippy's Constant back to refcount clone byte...
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 Christiaan DirkxRemove `can_suggest` from Clippy.
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-20 CDirkxUpdate src/tools/clippy/clippy_lints/src/matches.rs
2020-09-20 Christiaan DirkxRemove `can_suggest` check for `is_ok` and `is_err`.
2020-09-15 Lzu TaoFix clippy hard-code slice::Iter path
2020-09-15 Dylan MacKenzieAdd pass names to some common dataflow analyses
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-10 borsAuto merge of #75573 - Aaron1011:feature/const-mutation...
2020-09-08 Aaron HillAdjust Clippy for CONST_ITEM_MUTATION lint
2020-09-07 borsAuto merge of #76044 - ecstatic-morse:dataflow-lattice...
2020-09-04 LeSeulArtichautty.flags -> ty.flags()
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-30 Dylan MacKenzieUpdate dataflow analyses to use new interface
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-20 Aaron HillCapture tokens for Pat used in macro_rules! argument
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-13 Bastian Kauschkemerge `as_local_hir_id` with `local_def_id_to_hir_id`
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 Yuki OkushiRollup merge of #75226 - pnadon:miri-undef-uninit,...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-08 Philippe NadonMiri: Renamed "undef" to "uninit"
2020-08-08 Nicholas NethercoteEliminate the `SessionGlobals` from `librustc_ast`.
next