]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-04 Jason NewcombCheck for full equality in `type_repetition_in_bounds...
2022-01-03 borsAuto merge of #8216 - pmnoxx:piotr-fix-clippy-warnings...
2022-01-03 Piotr MikulskiFix clippy warnings
2022-01-02 borsAuto merge of #8204 - wigy-opensource-developer:fix...
2022-01-02 Wigyerasing_op lint ignored when output type is different...
2022-01-02 borsAuto merge of #8208 - nmathewson:selfkind_no_fix, r...
2022-01-01 borsAuto merge of #8209 - xFrednet:8197-mention-attribute...
2022-01-01 borsreturn_self_not_must_use document `#[must_use]` on...
2022-01-01 Nick Mathewsonwrong_self_convention: Match `SelfKind::No` more restri...
2021-12-31 borsAuto merge of #8193 - ebobrow:redundant_closure_fp...
2021-12-31 borsAuto merge of #8179 - nmathewson:unused_async_io_amount...
2021-12-31 Nick Mathewsonunused_io_amount: Use span_lint_and_help.
2021-12-31 Nick MathewsonExtend [`unused_io_amount`] to cover AsyncRead and...
2021-12-30 borsAuto merge of #8196 - flip1995:rustup, r=flip1995
2021-12-30 flip1995Bump nightly version -> 2021-12-30
2021-12-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-29 Elliot Bobrowfix [`redundant_closure`] fp with `Arc`
2021-12-28 borsAuto merge of #8117 - hotate29:issue7320, r=camsteffen
2021-12-28 borsAuto merge of #8183 - alex-ozdemir:limit-ident, r=camst...
2021-12-28 borsAuto merge of #8187 - ApamNapat:fix_7651, r=llogiq
2021-12-28 BBFixed issues with to_radians and to_degrees lints
2021-12-28 Alex Ozdemircontants peel_refs to catch `x << &0`
2021-12-28 Alex Ozdemirtest
2021-12-28 borsAuto merge of #8127 - dswij:8090, r=xFrednet
2021-12-28 borsAuto merge of #8185 - dswij:8177, r=llogiq
2021-12-28 bors`needless_return` suggest return unit type on void...
2021-12-28 borsAuto merge of #8175 - Kage-Yami:feature/document-8145...
2021-12-28 borsReadme: note that config changes don't apply to already...
2021-12-28 borsAuto merge of #8182 - rust-lang:cache-test-items, r...
2021-12-28 Andre Boguscache test item names
2021-12-28 borsAuto merge of #8181 - ApamNapat:typos_fixes, r=giraffate
2021-12-28 Alex OzdemirLimit the identity_op lint to integral operands.
2021-12-27 BBFixed some typos in README and CONTRIBUTING
2021-12-27 borsAuto merge of #8170 - rust-lang:numbered-fields, r...
2021-12-27 borsAuto merge of #8175 - Kage-Yami:feature/document-8145...
2021-12-27 borsReadme: note that config changes don't apply to already...
2021-12-26 Andre Bogusnew lint: `init-numbered-fields`
2021-12-26 borsAuto merge of #8133 - surechen:fix_8128, r=xFrednet
2021-12-26 surechenFixes #8128
2021-12-25 dswijAdd limitation description for `enum_variant_names`
2021-12-25 dswijSome minor cleanup
2021-12-25 dswijFix reversed suggestion on postfix
2021-12-25 dswijUpdate str_utils test
2021-12-25 dswijupdate `enum_variants` test
2021-12-25 dswijAdd str_util helpers to split camelcase strings
2021-12-25 dswijFix False Positive on `enum_variants` when prefixes...
2021-12-25 dswijRefactor `enum_variants`
2021-12-25 borsAuto merge of #8167 - rust-lang:fix-8166, r=xFredNet
2021-12-25 Andre Bogusfix an ICE on unwrapping a None
2021-12-25 borsAuto merge of #8165 - ebobrow:shadow_reuse_fn, r=xFrednet
2021-12-24 Elliot Bobrowfix `shadow_reuse` false negative for if let bindings
2021-12-24 hotate29Change to enclose both sides of Range in parentheses.
2021-12-24 hotate29Change ```floating_point_arthmetic::detect_hypot()...
2021-12-24 hotate29Use helper functions in ```Sugg``` tests.
2021-12-24 hotate29refactor ```Sugg::BinOp```
2021-12-24 hotate29Add test
2021-12-24 borsAuto merge of #8163 - pmnoxx:piotr-improve-unwrap-or...
2021-12-24 Piotr MikulskiSimplify code
2021-12-24 Piotr MikulskiRefactor
2021-12-24 Piotr Mikulskiclippy
2021-12-24 Piotr Mikulskirefactor
2021-12-24 Piotr Mikulskicargo dev fmt
2021-12-24 Piotr MikulskiFix tests
2021-12-24 Piotr MikulskiFix tests
2021-12-24 Piotr Mikulskirewrite the PR
2021-12-24 Piotr MikulskiImrpove `unwrap_or_else_default`
2021-12-23 borsAuto merge of #8144 - Gh0stm4chine:master, r=xFrednet
2021-12-23 OussamaAdd allow unused
2021-12-23 OussamaAdd allow precedence lint to prevent rustfix from failing
2021-12-22 Mara BosBless clippy test.
2021-12-21 OussamaAdd support for suggestion when using an expression
2021-12-21 Oussamaadd suggestion for neg_multiply lint
2021-12-20 borsAuto merge of #8150 - flip1995:clippy_utils_test, r...
2021-12-20 flip1995Test clippy_utils in CI
2021-12-20 borsAuto merge of #8138 - r00ster91:safety, r=giraffate
2021-12-19 borsAuto merge of #8146 - GuillaumeGomez:must-use-self...
2021-12-19 Guillaume GomezDon't emit RETURN_SELF_NOT_MUST_USE lint if `Self`...
2021-12-19 borsAuto merge of #91957 - nnethercote:rm-SymbolStr, r...
2021-12-18 borsAuto merge of #8143 - GuillaumeGomez:RETURN_SELF_NOT_MU...
2021-12-18 Guillaume GomezEnsure that RETURN_SELF_NOT_MUST_USE is not emitted...
2021-12-17 borsAuto merge of #89841 - cormacrelf:let-else-typed, r...
2021-12-17 r00ster91Fix SAFETY comment tag casing in undocumented_unsafe_blocks
2021-12-17 borsAuto merge of #8137 - flip1995:changelog, r=Manishearth
2021-12-17 flip1995Fix commits and formatting of CHANGELOG.md
2021-12-17 hotate29update: ```Sugg::not()``` replacing the comparison...
2021-12-17 borsAuto merge of #8136 - Manishearth:changelog, r=giraffate
2021-12-17 Manish GoregaokarUpdate CHANGELOG.md
2021-12-17 Manish GoregaokarUpdate CHANGELOG.md
2021-12-17 Manish GoregaokarUpdate changelog
2021-12-17 borsAuto merge of #8135 - flip1995:backport_remerge, r...
2021-12-17 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-12-17 flip1995Merge commit '23d11428de3e973b34a5090a78d62887f821c90e...
2021-12-17 borsAuto merge of #8134 - flip1995:rustup, r=flip1995
2021-12-17 flip1995Bump nightly version -> 2021-12-17
2021-12-17 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-15 borsAuto merge of #7978 - smoelius:master, r=llogiq
2021-12-15 Samuel E. Moelius IIIExpand `is_clone_like` comment
2021-12-15 Matthias KrügerRollup merge of #90521 - jhpratt:stabilize-destructurin...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Ident::as_str()`...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
next