]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-10-03 hkalbasiexclude enum from derivable impls
2021-10-02 borsAuto merge of #7747 - Manishearth:excessive-precision...
2021-10-02 Manish GoregaokarCorrectly handle signs in exponents in numeric_literal...
2021-10-01 Manish GoregaokarAdd regression test
2021-10-01 borsAuto merge of #7741 - surechen:fix_if_then_panic, r...
2021-10-01 surechenuse sugg::Sugg::maybe_par
2021-09-30 borsAuto merge of #7338 - camsteffen:shadow, r=llogic
2021-09-30 Cameron SteffenRemove shadow allows
2021-09-30 Cameron SteffenRewrite shadow lint
2021-09-30 Cameron SteffenRemove initialization note from shadow lint
2021-09-30 Cameron SteffenMove shadow_unrelated to restriction
2021-09-30 borsAuto merge of #7677 - surechen:edit_large_enum_variant...
2021-09-30 surechenfix issue #7731
2021-09-30 borsAuto merge of #7684 - surechen:solve_derivable_impls...
2021-09-30 borsAuto merge of #7673 - mikerite:include-generated-code...
2021-09-30 mikeriteFix comment in `update_lints`
2021-09-30 surechenArrays of sizes from 0 to 32 (inclusive) implement...
2021-09-30 surechenfix bug for large_enum_variants
2021-09-29 Michael WrightAdd includes to pre-commit hook
2021-09-29 Michael WrightAdd test module for `update_lints`
2021-09-29 Michael WrightMove `update_lints` specific code out of `lib`
2021-09-29 Michael WrightFix lint register code format
2021-09-29 Michael WrightMove code generated by `update_lints` to includes
2021-09-29 borsAuto merge of #7736 - vxpm:master, r=giraffate
2021-09-28 vxpmFix typo ("asynx" corrected to "async")
2021-09-28 borsAuto merge of #7734 - Manishearth:doc-unsafe-trait...
2021-09-28 borsAuto merge of #7711 - camsteffen:depinfo-error, r=flip1995
2021-09-28 borsAuto merge of #7733 - flip1995:rustup, r=flip1995
2021-09-28 flip1995Cleanup of rustup changes
2021-09-28 flip1995Bump nightly version -> 2021-09-28
2021-09-28 Manish GoregaokarUpdate clippy_lints/src/doc.rs
2021-09-28 flip1995Allow internal lint INVALID_PATHS for itertools path
2021-09-28 Manish GoregaokarMake doc_unsafe lint on unsafe traits as well
2021-09-28 borsAuto merge of #7727 - flip1995:changelog, r=xFrednet
2021-09-28 flip1995Fix CHANGELOG formatting
2021-09-28 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-28 borsAuto merge of #7608 - andrewpollack:7594/while_let_some...
2021-09-28 Manish Goregaokarfmt
2021-09-28 Manish GoregaokarAdd renamed lint
2021-09-28 Manish GoregaokarUse a single if_chain
2021-09-28 Andrew PollackAdjusting changelog
2021-09-28 Andrew PollackRemoved value from changelog to get pass
2021-09-28 Andrew PollackAdding new linting
2021-09-27 flip1995Update changelog to 1.56
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 Matthias Krügerbump clippy crates to edition 2021
2021-09-25 borsAuto merge of #89030 - nbdd0121:box2, r=jonas-schievink
2021-09-25 Gary GuoIntroduce `Rvalue::ShallowInitBox`
2021-09-24 JubileeRollup merge of #89001 - jackh726:binder-cleanup, r...
2021-09-24 Cameron SteffenImprove depinfo error
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 NewcombAdd test for #7650
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 F3realAdd missing reference to box_vec
2021-09-22 borsAuto merge of #7704 - camsteffen:pedantic-occasional...
2021-09-22 Cameron SteffenTweak pedantic description for occasional FPs
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 borsAuto merge of #89158 - the8472:rollup-3e4ijth, r=the8472
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-21 borsAuto merge of #7694 - Jarcho:lintcheck_retry, r=matthia...
2021-09-21 Cameron SteffenUse ZST for fmt unsafety
2021-09-21 Mark RousskovRemove Drop-caused migration-added captures
2021-09-20 F3realRegister lint rename
2021-09-20 Jason NewcombRetry on some download errors in lintcheck
2021-09-20 Mark RousskovEnable 2021 compatibility lints for all in-tree code
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 SteffenRemove needless hir Map ref
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-17 borsAuto merge of #7678 - lengyijun:issue3414, r=giraffate
2021-09-16 lyjadd 3414 test
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 borsAuto merge of #7670 - xFrednet:0000-lets-hope-this...
2021-09-14 xFrednetUpdating issue templates to avoid @rustbot triggers
2021-09-14 lengyijunsame_name_method
2021-09-13 Guillaume GomezUpdate permissions path for clippy lint
next