]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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-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-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 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 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 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 Jacob PrattStabilize `destructuring_assignment`
2021-12-15 Matthias KrügerRollup merge of #91881 - Patrick-Poitras:stabilize...
2021-12-15 Matthias KrügerRollup merge of #90939 - estebank:wg-af-polish, r=tmandry
2021-12-14 Samuel E. Moelius IIIAddress review comments
2021-12-14 PFPoitrasRemove iter::zip feature gate from clippy
2021-12-14 borsAuto merge of #91728 - Amanieu:stable_asm, r=joshtriplett
2021-12-13 Samuel E. Moelius IIIAdd comma
2021-12-13 Esteban Kuberfix clippy tests
2021-12-13 Esteban KuberFix rebase and clippy tests
2021-12-13 Esteban KuberFix clippy uses of QPath::LangItem
2021-12-13 Samuel E. Moelius IIIHandle `to_vec` on for loop expression #8069
2021-12-13 Samuel E. Moelius IIIAddress review comments
2021-12-13 Samuel E. Moelius IIIAdd `unnecessary_to_owned` lint
2021-12-13 Amanieu d'AntrasFix clippy tests
2021-12-12 borsAuto merge of #91549 - fee1-dead:const_env, r=spastorino
2021-12-12 Ellenclippy owo
2021-12-12 DeadbeefRevert "Auto merge of #91491 - spastorino:revert-91354...
2021-12-09 borsAuto merge of #8100 - c410-f3r:blah-blah-blah, r=giraffate
2021-12-09 borsAuto merge of #8110 - xFrednet:0000-lintcheck-markdown...
2021-12-09 xFrednetUpdate lintcheck output to use tables and add markdown...
2021-12-09 borsAuto merge of #8096 - xFrednet:0000-remove-lintcheck...
2021-12-09 xFrednetAdd `filter` option to lintcheck
2021-12-09 borsAuto merge of #8106 - medwards:rustc-lint-groups, r...
2021-12-09 Michael EdwardsRemind users of separate `rustc` lint groups
2021-12-08 CaioFix `blocks_in_if_conditions` false positive
2021-12-08 xFrednetRemove and ignore lintcheck's log file
2021-12-08 borsAuto merge of #8071 - GuillaumeGomez:method-must-use...
2021-12-08 borsAuto merge of #8030 - WaffleLapkin:ignore_trait_assoc_t...
2021-12-08 Maybe WaffleIgnore associated items in trait *implementations*...
2021-12-08 Guillaume GomezApply new lint on clippy source code
2021-12-08 Guillaume GomezUpdate other UI tests as well
2021-12-08 Guillaume GomezAdd new lint to warn when #[must_use] attribute should...
2021-12-07 borsAuto merge of #8086 - dswij:7991, r=giraffate
2021-12-07 borsAuto merge of #8075 - Qwaz:non_send_fields_documentatio...
2021-12-07 Yechan BaeMove `non_send_fields_in_send_ty` back to `nursery`
2021-12-07 Yechan BaeFix grammar issues
2021-12-07 Yechan BaeClarify the purpose of the lint
2021-12-07 dswij`option_if_let_else` Do not warn when complex subpat...
2021-12-07 borsAuto merge of #8085 - jqnatividad:8084-needless_lifetim...
2021-12-07 Joel Natividad`needless_lifetimes` Known problems typo
2021-12-07 borsAuto merge of #8080 - dswij:8019, r=giraffate
2021-12-06 borsAuto merge of #8042 - camsteffen:peel-blocks, r=xFrednet
2021-12-06 Cameron SteffenSimplify needless_bool
2021-12-06 Cameron SteffenRefactors with peel_blocks
2021-12-06 Cameron SteffenRename remove_blocks to peel_blocks
2021-12-06 borsAuto merge of #8066 - rust-lang:needless_bool_parenthes...
2021-12-06 Andre BogusParenthesize blocks in `needless_bool` suggestion
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-12-06 dswijFix FP on `question_mark` if returned object is not...
2021-12-06 borsAuto merge of #8077 - nixxquality:single_char_pattern...
2021-12-05 nixx qualityFix dogfood
2021-12-05 borsAuto merge of #8072 - xFrednet:0000-teach-rustbot-acron...
2021-12-05 nixx qualityfix some false negatives for single_char_pattern
2021-12-04 Mara BosUse IntoIterator for array impl everywhere.
2021-12-04 borsAuto merge of #8074 - Qwaz:send_nonnull, r=xFrednet
2021-12-04 borsAuto merge of #8054 - camsteffen:map-flatten-style...
next