]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-09 Devin RagotzyAdd disallowed_types lint, this adds a field to the...
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-09 Bastian KerstingRefactored multiline check
2021-06-09 lyjredundant_clone: fix comment
2021-06-08 xFrednetMove `map_identity` into the `methods` module
2021-06-08 borsAuto merge of #7262 - Jarcho:while_let_on_iter_closure...
2021-06-08 borsAuto merge of #7325 - Y-Nak:numeric-fallback, r=giraffate
2021-06-07 xFrednetReuse `is_expr_identity_function` for `filter_map_identity`
2021-06-07 xFrednetReuse `is_expr_identity_function` for `flat_map_identity`
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-06 SmittyRemove some last remants of {push,pop}_unsafe!
2021-06-06 Yoshitomo NakanishiFix FP in `default_numeric_fallback` with external...
2021-06-05 Bastian KerstingFixed failing tests
2021-06-05 Bastian KerstingEnhance semicolon_if_nothing_returned according to...
2021-06-05 borsAuto merge of #7321 - flip1995:doc-release-stable-branc...
2021-06-04 Felix S. Klock IIRevert clippy's path to the copy intrinsics (part of...
2021-06-04 borsAuto merge of #7289 - camsteffen:needless-collect-shado...
2021-06-04 flip1995Release doc: add explanation for updating the stable...
2021-06-04 r00ster91Replace some std::iter::repeat with str::repeat
2021-06-04 Joshua NelsonRemove `doc(include)`
2021-06-04 borsAuto merge of #7319 - m-ou-se:cfg-not-const, r=camsteffen
2021-06-04 Mara BosAdd test for not linting on assert!(cfg!(..)).
2021-06-04 Mara BosDon't treat `cfg!()` as a constant.
2021-06-03 borsAuto merge of #7314 - flip1995:ci-win-rustup, r=flip1995
2021-06-03 flip1995Revert "CI: update rustup before installing the toolcha...
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-06-03 borsAuto merge of #7313 - flip1995:rustup, r=flip1995
2021-06-03 flip1995Bump nightly version -> 2021-06-03
2021-06-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-06-01 borsAuto merge of #7297 - flip1995:rm-cov, r=giraffate
2021-06-01 borsAuto merge of #7265 - Jarcho:manual_str_repeat, r=giraffate
2021-05-31 flip1995Remove util/cov.sh script
2021-05-31 Jason NewcombFix type checks for `manual_str_repeat`
2021-05-31 Jason NewcombAdd lint `manual_str_repeat`
2021-05-31 borsAuto merge of #7294 - stevenengler:unsafe-ptr-deref...
2021-05-31 Steven EnglerUpdate message for 'not_unsafe_ptr_arg_deref' lint
2021-05-30 borsAuto merge of #7292 - Jarcho:suspicious_splitn, r=flip1995
2021-05-30 Jason NewcombEvaluate constant expressions in `suspicious_splitn`
2021-05-30 Jason NewcombAdd lint `suspicious_splitn`
2021-05-28 borsAuto merge of #7287 - Jarcho:ice_7272, r=flip1995
2021-05-28 Jason NewcombFix ICE in `too_many_lines` due to wrong assumptions...
2021-05-28 Cameron SteffenSimplify collect expr_ty
2021-05-28 Cameron SteffenFix needless_collect with binding shadowing
2021-05-28 Cameron SteffenDo not lint use_self on type parameters
2021-05-27 Cameron SteffenSome cleanup for use_self
2021-05-27 borsAuto merge of #7285 - camsteffen:mini-macro-move, r...
2021-05-27 Cameron SteffenMove mini-macro to auxilary
2021-05-27 borsAuto merge of #7284 - camsteffen:consts-reexport, r...
2021-05-27 Cameron SteffenRemove clippy_utils::consts re-export
2021-05-27 borsAuto merge of #7283 - flip1995:release-doc, r=giraffate
2021-05-27 flip1995Document to only push the created tag and not everything
2021-05-27 borsAuto merge of #7281 - camsteffen:has-doc-fp, r=flip1995
2021-05-27 borsAuto merge of #7282 - camsteffen:lint-stmt-expr, r...
2021-05-27 borsAuto merge of #7187 - camsteffen:avoid-break-exported...
2021-05-27 Cameron SteffenFix allow on some statement lints
2021-05-27 Cameron SteffenFix config file lookup
2021-05-27 Cameron SteffenAdd deprecated lint tests
2021-05-26 borsAuto merge of #7280 - camsteffen:macro-use, r=Manishearth
2021-05-26 Cameron SteffenEat dogfood
2021-05-26 Cameron SteffenAdd clippy.toml to project and tests
2021-05-26 Cameron SteffenUse break api config for upper_case_acronyms
2021-05-26 Cameron SteffenUse break api config for unnecessary_wraps
2021-05-26 Cameron SteffenUse break api config for enum_variant_names
2021-05-26 Cameron SteffenUse break api config for pass by value or ref
2021-05-26 Cameron SteffenUse break api config for wrong_pub_self_convention
2021-05-26 Cameron SteffenAdd avoid_breaking_exported_api config option
2021-05-26 Cameron SteffenFix missing_docs_in_private_items FP
2021-05-26 Cameron SteffenAdd macro_use clippy_utils
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 mbartlett21Run `cargo fmt`
2021-05-25 mbartlett21Remove semicolons in `clippy_utils`
2021-05-25 mbartlett21Add semicolon in `needless_for_each.rs`
2021-05-25 mbartlett21Fix `same_item_push.rs`
2021-05-25 mbartlett21Add all the semicolons to `clippy_lints`
2021-05-25 mbartlett21Add semicolons up to `needless_for_each.rs`
2021-05-24 mbartlett21Move `semicolon_if_nothing_returned` to `pedantic`
2021-05-24 borsAuto merge of #7267 - camsteffen:sphash-improvements...
2021-05-24 Cameron SteffenHash Symbol directly
2021-05-24 Cameron SteffenFix SpanlessEq for GenericArg::Const
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 Cameron SteffenUse FxHasher
2021-05-24 Cameron SteffenUse discriminant instead of stable_hash
2021-05-24 Cameron SteffenMinor SpanlessHash improvements
2021-05-24 borsAuto merge of #7266 - mikerite:20210524_sus_nursery...
2021-05-24 Michael WrightDowngrade suspicious_op..._groupings to Nursery
2021-05-24 borsAuto merge of #7255 - whatisaphone:feat/similar-names...
2021-05-22 borsAuto merge of #7264 - yotamofek:from_iter_instead_colle...
2021-05-22 borsAuto merge of #7263 - Jarcho:redundant_closure_macro...
2021-05-22 Yotam OfekFix invalid syntax in `from_iter_instead_of_collect...
2021-05-21 Jason NewcombFix `redundant_closure` for `vec![]` macro in a closure...
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...
next