]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #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...
2021-12-04 Yechan BaeConsider NonNull as a pointer type
2021-12-03 Amanieu d'AntrasAdd initial AST and MIR support for unwinding from...
2021-12-03 borsAuto merge of #8040 - xFrednet:6610-known-problems...
2021-12-03 xFrednetAdd margin after lists on Clippy's lint list
2021-12-03 Cameron SteffenUpgrade map_flatten to complexity
2021-12-03 xFrednetAdd note about crate lint level attributes to pre-expan...
2021-12-03 xFrednetEnable rustbot shortcuts for rust-clippy
2021-12-03 Santiago PastorinoRevert "Auto merge of #91354 - fee1-dead:const_env...
2021-12-03 borsAuto merge of #8061 - vallentin:fix-same-name-method...
2021-12-03 borsAuto merge of #8067 - frobiac:8060-backslash_escaped_in...
2021-12-02 frobiacEscape backslash for singe_char_pattern.rs
2021-12-02 borsAuto merge of #7463 - ThibsG:find_any_7392, r=xFrednet
2021-12-02 vallentinFixed same_name_method description
2021-12-02 borsAuto merge of #91354 - fee1-dead:const_env, r=spastorino
2021-12-02 borsAuto merge of #8057 - flip1995:rustup, r=flip1995
2021-12-02 flip1995Bump Clippy Version -> 0.1.59
2021-12-02 flip1995Bump nightly version -> 2021-12-02
2021-12-02 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-01 borsAuto merge of #8049 - surechen:fixes_7946, r=flip1995
2021-12-01 borsAuto merge of #7993 - homersimpsons:patch-1, r=flip1995
2021-12-01 homersimpsons`no_std_swap`: Remove obsolete TODO from test
2021-12-01 surechenAdd test for pattern_type_mismatch.
2021-11-30 borsAuto merge of #8032 - flip1995:new_templates, r=camsteffen
2021-11-30 flip1995Use new template forms for issue templates
2021-11-29 DeadbeefFix tools
2021-11-29 borsAuto merge of #8001 - Jarcho:unprefixed_strlen, r=giraffate
2021-11-28 borsAuto merge of #8006 - togami2864:generalize-copied...
2021-11-28 Camille GILLOTTake a LocalDefId in expect_*item.
next