]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
[rust.git] / clippy_lints / src /
2021-05-18 borsAuto merge of #84767 - scottmcm:try_trait_actual, r...
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-12 Camille GILLOTUse () for inherent_impls.
2021-05-12 Camille GILLOTUse () for HIR queries.
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 Aaron HillImplement span quoting for proc-macros
2021-05-10 borsAuto merge of #85053 - camsteffen:duplicate-lint, r...
2021-05-06 Scott McMurrayFix clippy
2021-05-06 flip1995Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f...
2021-05-05 Andy WangUse local and remapped paths where appropriate
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-30 borsAuto merge of #84401 - crlf0710:impl_main_by_path,...
2021-04-29 borsAuto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum
2021-04-29 Jack HueyRollup merge of #84484 - jyn514:check-tools, r=Mark...
2021-04-27 Joshua NelsonSwitch `rustc::internal` from deny to warn
2021-04-27 flip1995Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8...
2021-04-25 Ralf Jungfix clippy
2021-04-22 flip1995Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-07 Dylan DPCRollup merge of #83916 - Amanieu:asm_anonconst, r=petro...
2021-04-06 Amanieu d'AntrasUse AnonConst for asm! constants
2021-03-31 Jack HueyTrack bound vars
2021-03-30 Camille GILLOTRemove hir::CrateItem.
2021-03-28 Joshua NelsonRemove (lots of) dead code
2021-03-27 Dylan DPCRollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
2021-03-26 Josh StoneUse iter::zip in src/tools/clippy/
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-22 borsAuto merge of #79278 - mark-i-m:stabilize-or-pattern...
2021-03-20 lcnrupdate `const_eval_resolve`
2021-03-20 markclippy: stabilize or_patterns lint
2021-03-18 Vadim Petrochenkovhir: Preserve used syntax in `TyKind::TraitObject`
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #83188 - petrochenkov:field, r=lcnr
2021-03-17 Yuki OkushiRollup merge of #83092 - petrochenkov:qspan, r=estebank
2021-03-16 borsAuto merge of #82536 - sexxi-goose:handle-patterns...
2021-03-16 Vadim Petrochenkovast: Reduce size of `ExprKind` by boxing fields of...
2021-03-16 Vadim Petrochenkovast/hir: Rename field-related structures
2021-03-15 RoxaneFix error after rebase
2021-03-15 RoxaneAdd comments with examples and tests
2021-03-14 RoxaneAdd fake_read() to clippy
2021-03-12 flip1995Clippy: HACK! Fix bootstrap error
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-10 bstrieDeprecate items that accidentally weren't deprecated
2021-03-09 Camille GILLOTRemove hir::Expr::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::attrs.
2021-03-09 Camille GILLOTRemove hir::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
2021-03-09 Camille GILLOTRemove hir::Crate::attrs.
2021-03-09 Camille GILLOTRemove hir::Local::attrs.
2021-03-09 Camille GILLOTRemove hir::StmtKind::attrs.
2021-03-09 Camille GILLOTDo not store attrs in FnKind.
2021-03-09 Camille GILLOTSimplify clippy author.
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-08 markclippy: fix or-pattern in let binding
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 Oli SchererShrink the size of Rvalue by 16 bytes
2021-03-01 Cameron SteffenUse diagnostic items in into_iter_collections
2021-02-27 Cameron SteffenAdd missing diagnostic item Symbols
2021-02-25 flip1995Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a...
2021-02-19 Dylan DPCRollup merge of #82238 - petrochenkov:nocratemod, r...
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-18 Vadim Petrochenkovast: Keep expansion status for out-of-line module items
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
2021-02-17 Takayuki Maedareplace if-let and while-let with `if let` and `while...
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::ImplItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::TraitItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::Item.
2021-02-15 Camille GILLOTUse ItemId as a strongly typed index.
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-13 Mara BosFix clippy's path to the copy intrinsics.
2021-02-11 flip1995Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736...
2021-02-09 Ömer Sinan AğacanRename HIR UnOp variants
2021-02-06 Jonas SchievinkRollup merge of #81680 - camsteffen:primty, r=oli-obk
2021-02-03 Mara BosSuggest panic!("{}", ..) instead of panic!(..) clippy...
2021-02-03 Cameron SteffenUse PrimTy in builtin type shadow lint
2021-02-03 Manish GoregaokarMerge commit '3e4179766bcecd712824da04356621b8df012ea4...
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-02 borsAuto merge of #81405 - bugadani:ast, r=cjgillot
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-02-01 Dániel BugaBox the biggest ast::ItemKind variants
2021-01-30 flip1995Merge commit '95c0459217d1661edfa794c8bb122452b92fb485...
2021-01-29 Yuki OkushiRollup merge of #81176 - camsteffen:qpath-res, r=oli-obk
2021-01-28 Yuki OkushiRollup merge of #81277 - flip1995:from_diag_items,...
2021-01-28 Yuki OkushiRollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikom...
2021-01-22 flip1995Make more traits of the From/Into family diagnostic...
2021-01-22 Mara BosRollup merge of #81236 - estebank:everybody-loop-now...
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-22 Esteban KüberFix clippy and comment
2021-01-22 Esteban KüberAdd loop head span to hir
2021-01-20 Aaron HillForce token collection to run when parsing nonterminals
2021-01-18 Cameron SteffenRemove qpath_res util function
2021-01-18 LeSeulArtichautUse ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-16 Jack HueyReview changes
2021-01-16 Jack HueyCleanup
next