]> git.lizzy.rs Git - rust.git/history - clippy_utils
Enable 2021 compatibility lints for all in-tree code
[rust.git] / clippy_utils /
2021-09-20 Mark RousskovEnable 2021 compatibility lints for all in-tree code
2021-09-13 Guillaume GomezUpdate permissions path for clippy lint
2021-09-13 borsAuto merge of #88517 - smoelius:without-patch-versions...
2021-09-12 borsAuto merge of #88839 - nbdd0121:alignof, r=nagisa
2021-09-12 Gary GuoIntroduce NullOp::AlignOf
2021-09-12 Manish GoregaokarRollup merge of #88677 - petrochenkov:exportid, r=davidtwco
2021-09-11 borsAuto merge of #88214 - notriddle:notriddle/for-loop...
2021-09-10 Vadim Petrochenkovrustc: Remove local variable IDs from `Export`s
2021-09-09 Samuel E. Moelius IIIUpdate dependencies
2021-09-08 borsAuto merge of #88615 - flip1995:clippyup, r=Manishearth
2021-09-08 flip1995Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff...
2021-09-07 Camille GILLOTRename rustc_mir to rustc_const_eval.
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-08-31 Cameron SteffenFix clippy for let-else
2021-08-26 lcnrupdate `TypeFlags` to deal with missing ct substs
2021-08-26 lcnradd `tcx` to `fn walk`
2021-08-26 lcnrmake unevaluated const substs optional
2021-08-23 borsAuto merge of #83302 - camsteffen:write-piece-unchecked...
2021-08-23 Mara BosRollup merge of #88230 - steffahn:a_an, r=oli-obk
2021-08-22 Guillaume GomezRollup merge of #88211 - petrochenkov:withhilo, r=jyn514
2021-08-22 Frank SteffahnFix typos “a”→“an”
2021-08-22 borsAuto merge of #88163 - camsteffen:collapsible-match...
2021-08-21 Vadim Petrochenkovcleanup: `Span::new` -> `Span::with_lo`
2021-08-19 Niko Matsakisintroduce a Coerce predicate
2021-08-19 Cameron SteffenFix clippy let expressions fallout
2021-08-16 Cameron Steffenclippy: Fix format_args expansion parsing
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-13 Deadbeefmove Constness into TraitPredicate
2021-08-13 borsAuto merge of #87954 - flip1995:clippyup, r=Manishearth
2021-08-12 flip1995Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735...
2021-08-04 borsAuto merge of #87568 - petrochenkov:localevel, r=cjgillot
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
2021-07-30 Yuki OkushiRollup merge of #87385 - Aaron1011:final-enable-semi...
2021-07-29 Jaderfc3052: Remove authors field from Cargo manifests
2021-07-29 flip1995Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b...
2021-07-27 borsAuto merge of #83484 - JulianKnodt:infer, r=oli-obk...
2021-07-26 kadminActually infer args in visitors
2021-07-25 kadminAdd inferred args to typeck
2021-07-25 kadminAdd generic arg infer
2021-07-19 flip1995Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042...
2021-07-16 borsAuto merge of #87140 - camsteffen:pat-slice-refs, r...
2021-07-16 Guillaume GomezRollup merge of #87069 - sexxi-goose:copy_ref_always...
2021-07-15 Cameron SteffenRemove refs from pat slices
2021-07-15 flip1995Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e...
2021-07-14 Aman AroraExprUseVisitor::Delegate consume only when moving
2021-07-13 borsAuto merge of #86827 - camsteffen:hash-lint-resolved...
2021-07-10 Vadim Petrochenkovrustc_span: Revert addition of `proc_macro` field to...
2021-07-07 borsAuto merge of #86920 - JohnTitor:rollup-buvzpkr, r...
2021-07-06 Aman AroraMake type_implements_trait not a query
2021-07-04 Niko Matsakisrevert broken formatting
2021-07-04 Niko Matsakisallow inference vars in type_implements_trait
2021-07-02 borsAuto merge of #86782 - flip1995:clippyup, r=Manishearth
2021-07-01 flip1995Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c...
2021-07-01 bjorn3Rename all_crate_nums query to crates and remove useles...
2021-06-21 Yuki OkushiRollup merge of #86274 - alexander-melentyev:spaces...
2021-06-21 Alexander MelentyevDelete spaces
2021-06-20 borsAuto merge of #85538 - r00ster91:iterrepeat, r=Mark...
2021-06-18 borsAuto merge of #85421 - Smittyvb:rm_pushpop_unsafe,...
2021-06-10 Ryan LevickAdd support for using qualified paths with structs...
2021-06-09 borsAuto merge of #86003 - pnkfelix:issue-84297-revert...
2021-06-04 Felix S. Klock IIRevert clippy's path to the copy intrinsics (part of...
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-05-24 Pietro Albiniremove cfg(bootstrap)
2021-05-20 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
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 entry_fn.
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 flip1995Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f...
2021-05-05 borsAuto merge of #84200 - CDirkx:os, r=m-ou-se
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-05-03 Christiaan DirkxChange `std::sys::unix::ext::fs::PermissionsExt::from_m...
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-29 Charles LewImplement RFC 1260 with feature_name `imported_main`.
2021-04-27 flip1995Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8...
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-04-04 Dylan DPCRollup merge of #83820 - petrochenkov:nolinkargs, r...
2021-04-02 Roxanefix clippy error
2021-03-30 Camille GILLOTRemove hir::CrateItem.
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-23 kadminAdd has_default to GenericParamDefKind::Const
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
next