]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints / src /
2021-09-28 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-27 borsAuto merge of #7664 - matthiaskrgr:bump_to_2021, r...
2021-09-27 borsAuto merge of #7692 - workingjubilee:float-cmp-not...
2021-09-27 borsAuto merge of #7722 - dtolnay-contrib:float, r=giraffate
2021-09-26 David TolnayStop suggesting a float truncation that is not shorter
2021-09-26 Manish GoregaokarRollup merge of #89216 - r00ster91:bigo, r=dtolnay
2021-09-25 Matthias Krügerclippy lints: update doctest ranges to inclusive ones
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 borsAuto merge of #7669 - Labelray:if_then_panic, r=giraffate
2021-09-24 borsAuto merge of #7715 - F3real:vec2, r=camsteffen
2021-09-24 LabelrayAdd new lint `if_then_panic`
2021-09-24 r00ster91consistent big O notation
2021-09-24 F3realAvoid needless heap allocation in box_collection
2021-09-23 borsAuto merge of #7707 - Jarcho:suspicious_else_proc_mac...
2021-09-23 Jason NewcombDon't lint `suspicious_else_formatting` inside proc...
2021-09-23 borsAuto merge of #89139 - camsteffen:write-perf, r=Mark...
2021-09-22 borsAuto merge of #7693 - F3real:vec2, r=Manishearth
2021-09-22 borsAuto merge of #7679 - lengyijun:issue4546, r=xFrednet
2021-09-22 lengyijunadd #4546 test
2021-09-22 borsAuto merge of #7685 - camsteffen:let-else-needless...
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-21 Jubilee YoungDemote float_cmp to pedantic
2021-09-20 F3realRegister lint rename
2021-09-20 F3realExpand BOX_VEC to BOX_COLLECTION
2021-09-19 Camille GILLOTDo not store visibility in *ItemRef.
2021-09-19 borsAuto merge of #7690 - Jarcho:while_loop_by_ref, r=xFrednet
2021-09-18 Cameron SteffenFix needless_return with let-else
2021-09-18 Jason NewcombChange the suggestion for `while_let_on_iterator` when...
2021-09-17 borsAuto merge of #7657 - dswij:needless-borrow-mut, r...
2021-09-17 borsAuto merge of #7653 - lengyijun:same_name_method_crate...
2021-09-16 jackh726Fix clippy
2021-09-14 borsAuto merge of #7671 - dtolnay-contrib:singlecharnames...
2021-09-14 David TolnayDowngrade many_single_char_names to pedantic
2021-09-14 borsAuto merge of #7640 - kneasle:mut-key-false-positive...
2021-09-14 KneasleFix FN for collections/smart ptrs in `std`
2021-09-14 lengyijunsame_name_method
2021-09-13 KneasleFix FP when using raw pointers as hashed keys
2021-09-13 borsAuto merge of #7646 - camsteffen:relative-target, r...
2021-09-13 dswijFix `needless_borrow` not linting mutable reference
2021-09-13 borsAuto merge of #88517 - smoelius:without-patch-versions...
2021-09-13 borsAuto merge of #7661 - camsteffen:eta, r=giraffate
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 #7663 - Jarcho:rsplit_once_order, r=llogiq
2021-09-11 borsAuto merge of #88214 - notriddle:notriddle/for-loop...
2021-09-10 Camille GILLOTKeep a parent LocalDefId in SpanData.
2021-09-10 Jason NewcombFix result order for `manual_split_once` when `rsplitn...
2021-09-10 borsAuto merge of #7660 - HKalbasi:derivable-impls, r=camst...
2021-09-10 hamidreza kalbasifix derivable impl false positives
2021-09-09 Cameron SteffenEat dogfood
2021-09-09 Cameron SteffenFix redundant closure bugs
2021-09-09 Fabian WolffIgnore automatically derived impls of `Clone` and ...
2021-09-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-09-09 Samuel E. Moelius IIIPrep for upgrade to cargo_metadata 0.14.0
2021-09-09 borsAuto merge of #7610 - Labelray:master, r=camsteffen
2021-09-09 borsAuto merge of #7621 - azdavis:master, r=camsteffen
2021-09-09 Labelrayadd new lint `iter_not_returning_iterator`
2021-09-09 Ariel DavisAllow giving reasons for disallowed_methods
2021-09-08 borsAuto merge of #88615 - flip1995:clippyup, r=Manishearth
2021-09-08 flip1995Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff...
2021-09-08 borsAuto merge of #7644 - flip1995:rustup, r=flip1995
2021-09-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-08 borsAuto merge of #7607 - dswij:mut-range-bound-break,...
2021-09-08 dswijAdd known problems to `mut_range_bound` docs
2021-09-08 dswij`mut_range_bound` to check for immediate break from...
2021-09-07 Camille GILLOTMove the dataflow framework to its own crate.
2021-09-07 borsAuto merge of #7642 - mikerite:fix-7641, r=flip1995
2021-09-07 Michael Howellfix(clippy): update loop lints to use arg.span
2021-09-07 Michael WrightAdd `TAU` to `approx_constant`
2021-09-06 borsAuto merge of #7634 - chansuke:update-eval-order-depend...
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-05 borsAuto merge of #7596 - lengyijun:option_needless_deref...
2021-09-05 borsAuto merge of #7638 - xFrednet:7569-avoid-indexing...
2021-09-05 borsAuto merge of #88499 - eddyb:layout-off, r=nagisa
2021-09-05 borsAuto merge of #7627 - xFrednet:0000-updating-issue...
2021-09-05 borsAuto merge of #7629 - mikerite:fix-7623-2, r=xFrednet
2021-09-05 xFrednetAvoid slice indexing in Clippy (down with the ICEs)
2021-09-05 Michael WrightImprove `approx_constant` output
2021-09-05 Michael WrightAdd MSRV to `approx_constant` documentation
2021-09-05 lyjUpdate clippy_lints/src/needless_option_as_deref.rs
2021-09-04 borsAuto merge of #7570 - HKalbasi:derivable-impls, r=camst...
2021-09-04 borsAuto merge of #7584 - shepmaster:unnecessary_expect...
2021-09-04 hamidreza kalbasiadd derivable impls lint
2021-09-04 lengyijunneedless_option_as_deref
2021-09-04 chansukeFix documentation of eval_order_dependence
2021-09-03 Michael WrightMake `approx_const` MSRV aware
2021-09-03 Michael WrightReorder approx_consts constant to match rust docs
2021-09-03 Jake GouldingAdjust the output of unnecessary_unwrap and provide...
2021-09-03 Jake GouldingExtend unnecessary_unwrap to look for expect in additio...
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-09-02 borsAuto merge of #7604 - flip1995:rustup, r=Manishearth
2021-09-02 flip1995Fix fallout from re-applying patches
2021-09-02 xFrednetFix matadata collection configuration formatting
2021-09-02 Cameron SteffenAdd higher docs and remove some unneeded fields
2021-09-02 Cameron SteffenFix dogfood
2021-09-02 Cameron SteffenFix manual_match with let-expressions
next