]> git.lizzy.rs Git - rust.git/history - clippy_utils/src/lib.rs
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_utils / src / lib.rs
2021-06-17 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-06-14 borsAuto merge of #7288 - camsteffen:use-self2, r=phansch
2021-06-11 borsAuto merge of #7160 - flip1995:field_reassign_macros...
2021-06-10 borsAuto merge of #7333 - camsteffen:match-var, r=llogiq
2021-06-10 borsAuto merge of #7332 - lengyijun:redundant_clone_fix...
2021-06-10 borsAuto merge of #7315 - DevinR528:disallowed-ty, r=giraffate
2021-06-09 Cameron SteffenFactor out match_var
2021-06-09 borsAuto merge of #7326 - 1c3t3a:1c3t3a-issue-7324, r=flip1995
2021-06-09 borsAuto merge of #7330 - xFrednet:0000-refactor-map-identi...
2021-06-08 borsAuto merge of #7262 - Jarcho:while_let_on_iter_closure...
2021-06-07 xFrednetExtracting `is_expr_identity_function` into `clippy_uti...
2021-06-07 Bastian KerstingRefactored the check for two spans on the same line
2021-06-05 Bastian KerstingEnhance semicolon_if_nothing_returned according to...
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-06-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-27 borsAuto merge of #7281 - camsteffen:has-doc-fp, r=flip1995
2021-05-26 borsAuto merge of #7280 - camsteffen:macro-use, r=Manishearth
2021-05-25 borsAuto merge of #7256 - xFrednet:7172-trick-cargos-cachin...
2021-05-25 borsAuto merge of #7268 - mbartlett21:update_semi, r=Manish...
2021-05-25 mbartlett21Remove semicolons in `clippy_utils`
2021-05-24 borsAuto merge of #7267 - camsteffen:sphash-improvements...
2021-05-24 Pietro Albiniremove cfg(bootstrap)
2021-05-24 Cameron SteffenAdd a short-circuiting case
2021-05-24 Cameron SteffenUse UnhashMap
2021-05-24 borsAuto merge of #7255 - whatisaphone:feat/similar-names...
2021-05-22 borsAuto merge of #7263 - Jarcho:redundant_closure_macro...
2021-05-21 borsAuto merge of #7254 - Jarcho:needless_borrow_2, r=Manis...
2021-05-21 Jason NewcombSuggest `&mut iter` inside a closure for `while_let_on_...
2021-05-21 Jason NewcombMove `needless_borrow` to style
2021-05-21 borsAuto merge of #7105 - Jarcho:needless_borrow_pat, r...
2021-05-21 borsAuto merge of #7258 - YohDeadfall:update-copyrights...
2021-05-20 Jason NewcombImprove `needless_borrow` lint
2021-05-20 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
2021-05-20 borsAuto merge of #7252 - flip1995:rustup, r=flip1995
2021-05-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-18 borsAuto merge of #84767 - scottmcm:try_trait_actual, r...
2021-05-18 borsAuto merge of #7089 - Jarcho:multiple_impls_generic...
2021-05-18 borsAuto merge of #7241 - flip1995:warn-deny-warnings,...
2021-05-18 flip1995Fix fallout from not ignoring warnings anymore
2021-05-18 flip1995Deny warning in every main sub-crate
2021-05-18 Philipp KronesRollup merge of #7239 - flip1995:ci-windows-rustup...
2021-05-18 borsAuto merge of #7201 - mucinoab:master, r=giraffate
2021-05-17 borsAuto merge of #7133 - arya-k:master, r=llogiq
2021-05-17 borsAuto merge of #7223 - ThibsG:FpUselessConversion7205...
2021-05-17 borsAuto merge of #7225 - InquisitivePenguin:unnessecary...
2021-05-17 borsAuto merge of #7216 - ThibsG:OptionIfLetElse7006, r...
2021-05-17 borsAuto merge of #85178 - cjgillot:local-crate, r=oli-obk
2021-05-16 borsAuto merge of #7214 - xFrednet:7197-collecting-configur...
2021-05-16 borsAuto merge of #7217 - xFrednet:7172-metadata-collection...
2021-05-13 borsAuto merge of #7188 - mgacek8:issue7164_needless_collec...
2021-05-13 borsAuto merge of #7215 - ThibsG:WrongSelfFix7179, r=Manish...
2021-05-13 borsAuto merge of #7095 - Y-Nak:match_single_binding, r...
2021-05-13 borsAuto merge of #6966 - Jarcho:while_let_on_iterator_fp...
2021-05-13 Jason NewcombImprovements to `while_let_on_iterator`
2021-05-12 Camille GILLOTUse () for entry_fn.
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 Aaron HillImplement span quoting for proc-macros
2021-05-10 borsAuto merge of #7203 - flip1995:beta, r=llogiq
2021-05-10 borsAuto merge of #85053 - camsteffen:duplicate-lint, r...
2021-05-08 borsAuto merge of #7165 - camsteffen:question-mark, r=Manis...
2021-05-06 flip1995Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f...
2021-05-06 borsAuto merge of #7178 - flip1995:rustup, r=flip1995
2021-05-06 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-05-06 borsAuto merge of #7166 - TaKO8Ki:refactor_misc_early_modul...
2021-05-05 borsAuto merge of #7175 - camsteffen:filter-map-none, r...
2021-05-05 borsAuto merge of #7174 - camsteffen:eval-order-async,...
2021-05-05 borsAuto merge of #7170 - flip1995:revert_drop_order, r...
2021-05-05 borsAuto merge of #6887 - xFrednet:4310-internal-metadata...
2021-05-05 xFrednetMetadata collection: Collecting Applicability assign...
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-30 borsAuto merge of #7144 - rust-lang:while_immutable_mut_con...
2021-04-30 borsAuto merge of #6951 - Jarcho:implicit_return_fp, r...
2021-04-30 borsAuto merge of #84401 - crlf0710:impl_main_by_path,...
2021-04-30 borsAuto merge of #7118 - TaKO8Ki:fix-false-positive-in...
2021-04-29 borsAuto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum
2021-04-29 Jack HueyRollup merge of #84484 - jyn514:check-tools, r=Mark...
2021-04-29 Charles LewImplement RFC 1260 with feature_name `imported_main`.
2021-04-27 flip1995Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8...
2021-04-27 borsAuto merge of #7128 - Jarcho:const_fn_ice, r=flip1995
2021-04-27 borsAuto merge of #7138 - mgacek8:issue6808_iter_cloned_col...
2021-04-26 borsAuto merge of #7136 - mgacek8:issue6965_manual_unwrap_o...
2021-04-26 borsAuto merge of #7137 - camsteffen:msrv-mod, r=llogiq
2021-04-26 Cameron SteffenRefactor MSRV aliases
2021-04-22 borsAuto merge of #7100 - ABouttefeux:unused_io_amount...
2021-04-22 Jason NewcombFix `implicit_return` suggestion for async functions
2021-04-22 flip1995Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344...
2021-04-22 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-21 borsAuto merge of #7072 - ebobrow:imports-ending-with-self...
2021-04-21 borsAuto merge of #7083 - GuillaumeGomez:bool-assert-eq...
2021-04-20 borsAuto merge of #7097 - yawara:fix/7069, r=llogiq
2021-04-19 borsAuto merge of #7092 - basavesh:fix#7066, r=giraffate
2021-04-16 borsAuto merge of #7099 - ABouttefeux:master, r=llogiq
2021-04-16 borsAuto merge of #7087 - Jarcho:allman_style_else, r=camst...
2021-04-16 borsAuto merge of #7075 - xFrednet:7054-fp-branches-sharing...
2021-04-16 borsAuto merge of #7098 - camsteffen:cloned-copied, r=Manis...
2021-04-16 borsAuto merge of #6568 - Jarcho:redundant_pattern_matching...
2021-04-16 Cameron SteffenEat dogfood
2021-04-16 borsAuto merge of #6937 - Jarcho:map_entry_suggestion,...
2021-04-16 borsAuto merge of #7085 - Jarcho:manual_map_autoderef,...
2021-04-15 borsAuto merge of #7049 - Jarcho:remove_match_path, r=camst...
next