]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-11-01 Dharma Saputra... Add `separated_literal_suffix` as an alternative for
2021-10-04 dswijChange `unseparated_literal_suffix` type to restriction
2021-10-03 borsAuto merge of #7755 - HKalbasi:master, r=xFrednet
2021-10-03 HKalbasiChange not enum to is struct
2021-10-03 borsAuto merge of #7709 - Qwaz:drop_non_send, r=xFrednet
2021-10-03 hkalbasiexclude enum from derivable impls
2021-10-02 Yechan BaeUpdate documentation and name for non_send_fields_in_se...
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 Yechan BaeForgot to bless ui-toml test
2021-10-01 Yechan BaeDo not use full type path in help message
2021-10-01 Yechan BaeAdd ui-test for enable-raw-pointer-heuristic-for-send...
2021-10-01 Yechan BaeMinor changes from PR feedback
2021-10-01 Yechan BaeAdd configuration for raw pointer heuristic
2021-10-01 Yechan BaeLook into tuple, array, ADT args in raw pointer heuristic
2021-10-01 Yechan BaeEmit one report for all fields in the same ADT
2021-10-01 Yechan BaeUpdate documentation
2021-10-01 Yechan Baetypo
2021-10-01 Yechan BaeFix attribute handling
2021-10-01 Yechan BaeInitial implementation
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.
next