]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se
[rust.git] / clippy_lints / src /
2021-10-19 Yuki OkushiRollup merge of #88860 - nbdd0121:panic, r=m-ou-se
2021-10-18 Matthias KrügerRollup merge of #89990 - petrochenkov:idempty, r=wesley...
2021-10-17 Matthias KrügerRollup merge of #89963 - r00ster91:parenthesisparenthes...
2021-10-17 r00ster91Some "parenthesis" and "parentheses" fixes
2021-10-15 Cameron SteffenFix clippy with changed macro statement spans
2021-10-12 borsAuto merge of #89770 - jkugelman:must-use-from-and...
2021-10-11 flip1995Deprecate mem_discriminant_non_enum
2021-10-07 flip1995Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b...
2021-10-03 borsAuto merge of #88175 - camsteffen:let-desugar-span...
2021-10-03 Cameron SteffenMake diangostic item names consistent
2021-10-01 borsAuto merge of #89449 - Manishearth:rollup-3alb61f,...
2021-10-01 Manish GoregaokarRollup merge of #88963 - fee1-dead:const-iterator,...
2021-10-01 borsAuto merge of #88880 - cjgillot:no-krate, r=oli-obk
2021-10-01 Manish GoregaokarRollup merge of #88782 - asquared31415:issue-79559...
2021-09-30 Camille GILLOTDo not pass hir::Crate to lints.
2021-09-29 Camille GILLOTAvoid more invocations of hir_crate query.
2021-09-28 flip1995Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee...
2021-09-26 Manish GoregaokarRollup merge of #89216 - r00ster91:bigo, r=dtolnay
2021-09-25 borsAuto merge of #89030 - nbdd0121:box2, r=jonas-schievink
2021-09-24 JubileeRollup merge of #89001 - jackh726:binder-cleanup, r...
2021-09-24 r00ster91consistent big O notation
2021-09-23 borsAuto merge of #89139 - camsteffen:write-perf, r=Mark...
2021-09-21 the8472Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot
2021-09-21 borsAuto merge of #89103 - Mark-Simulacrum:migrate-2021...
2021-09-19 Camille GILLOTDo not store visibility in *ItemRef.
2021-09-16 jackh726Fix clippy
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 Manish GoregaokarRollup merge of #88677 - petrochenkov:exportid, r=davidtwco
2021-09-11 borsAuto merge of #84373 - cjgillot:resolve-span, r=michael...
2021-09-11 Camille GILLOTRebase fallout.
2021-09-11 borsAuto merge of #88214 - notriddle:notriddle/for-loop...
2021-09-10 Camille GILLOTKeep a parent LocalDefId in SpanData.
2021-09-09 Fabian WolffIgnore automatically derived impls of `Clone` and ...
2021-09-09 Samuel E. Moelius IIIPrep for upgrade to cargo_metadata 0.14.0
2021-09-08 borsAuto merge of #88615 - flip1995:clippyup, r=Manishearth
2021-09-08 flip1995Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff...
2021-09-07 Camille GILLOTMove the dataflow framework to its own crate.
2021-09-07 Michael Howellfix(clippy): update loop lints to use arg.span
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-05 borsAuto merge of #88499 - eddyb:layout-off, r=nagisa
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-09-01 Eduard-Mihai Burtescurustc_target: move `LayoutOf` to `ty::layout`.
2021-08-31 Cameron SteffenFix clippy for let-else
2021-08-28 inquisitivecrystalTeach tools that macros are now HIR items
2021-08-28 inquisitivecrystalTreat macros as HIR items
2021-08-27 Michael WoeristerPath remapping: Make behavior of diagnostics output...
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-26 lcnrrequire a `tcx` for `TypeVisitor`
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 “an”→“a” and a few different ones that appear...
2021-08-22 Frank SteffahnFix more “a”/“an” typos
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 Cameron SteffenFix clippy let expressions fallout
2021-08-18 Marcel Hellwigremove box_syntax uses from cranelift and tools
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-16 Thom ChiovoloniUplift the `invalid_atomic_ordering` lint from clippy...
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-08-01 Pietro Albinibump bootstrap compiler to 1.55
2021-07-31 Vadim PetrochenkovFix clippy
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 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 borsAuto merge of #83723 - cjgillot:ownernode, r=petrochenkov
2021-07-25 Camille GILLOTIntroduce OwnerNode::Crate.
2021-07-25 kadminAdd inferred args to typeck
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-09 Cameron Steffenclippy: allow default_hash_types on bootstrap
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-07 borsAuto merge of #86920 - JohnTitor:rollup-buvzpkr, r...
2021-07-06 Ryan LevickAdd s to non_fmt_panic
2021-07-02 borsAuto merge of #86782 - flip1995:clippyup, r=Manishearth
2021-07-01 flip1995Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c...
2021-06-21 Yuki OkushiRollup merge of #86274 - alexander-melentyev:spaces...
2021-06-20 borsAuto merge of #85538 - r00ster91:iterrepeat, r=Mark...
2021-06-19 borsAuto merge of #86426 - hi-rustin:rustin-patch-lint...
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-06 SmittyRemove some last remants of {push,pop}_unsafe!
next