]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-08-16 borsAuto merge of #5913 - HactarCE:patch-1, r=flip1995
2020-08-16 HactarFix typo in description of unnecessary_mut_passed
2020-08-16 borsAuto merge of #5725 - montrivo:should-impl-trait, r...
2020-08-16 borsAuto merge of #5907 - wiomoc:feature/useless-vec-max...
2020-08-16 borsAuto merge of #5903 - jrqc:needless_return, r=ebroto...
2020-08-16 borsAuto merge of #5881 - wiomoc:feature/single-char-push_s...
2020-08-16 borsAuto merge of #5831 - chansuke:to_string_in_display...
2020-08-16 borsAuto merge of #5912 - ebroto:needless_doctest_main_impr...
2020-08-15 Eduardo BrotoImprove needless_doctest_main by using the parser
2020-08-15 jrqcearly return removed
2020-08-15 jrqccargo dev update_lints
2020-08-15 jrqcModifications according to the code review
2020-08-15 jrqcKnown problems changed
2020-08-15 jrqcBorrow checker added
2020-08-15 jrqcVisitor added
2020-08-15 jrqcMake needless_return a late lint pass
2020-08-15 borsAuto merge of #5910 - flip1995:rustup, r=flip1995
2020-08-14 Christoph Walcherelide lifetimes
2020-08-14 Christoph WalcherMerge lint with `single_char_pattern`
2020-08-14 Christoph WalcherLint `push_str` with a single-character string literal
2020-08-14 chansukeDon't use `to_string` in impl Display
2020-08-14 Christoph Walcherappreciative too_large_for_stack in useless `vec!`
2020-08-13 borsAuto merge of #5905 - ErichDonGubler:patch-1, r=flip1995
2020-08-13 Erich Gublerdocs: typo in `temporary_cstring_as_ptr`: s/point/&s
2020-08-13 Bastian Kauschkemerge `as_local_hir_id` with `local_def_id_to_hir_id`
2020-08-13 borsAuto merge of #5901 - giraffate:add_reference_to_rustc_...
2020-08-13 borsAuto merge of #5899 - JarredAllen:rc-box-suggestion...
2020-08-13 borsAuto merge of #5900 - ThibsG:ParensUselessConversion475...
2020-08-13 Takayuki NakataAdd reference to rustc-dev-guide about lint message
2020-08-12 JarredAllenReplace panics with early returns
2020-08-12 ThibsGFix: keep parenthesis for suggestion in `useless_conver...
2020-08-12 borsAuto merge of #5897 - matthiaskrgr:no_clone_tts, r...
2020-08-12 JarredAllenChange Rc<Box<T>> recommendation to be Rc<T> instead...
2020-08-12 borsAuto merge of #5884 - Ryan1729:patch-1, r=flip1995
2020-08-12 Ryan1729run tests/ui/update-references.sh to update 'suspicious...
2020-08-12 borsAuto merge of #5893 - matthiaskrgr:lint_msg, r=yaahc
2020-08-12 Ryan1729add tests for Rem, BitAnd, BitOr, BitXor, Shl, and Shr
2020-08-12 Ryan Wiedemanntrailing comma
2020-08-12 Ryan Wiedemannformatting
2020-08-12 Ryan WiedemannAdd the other overloadable operations to suspicious_ari...
2020-08-12 borsAuto merge of #5885 - Ryan1729:patch-2, r=flip1995
2020-08-12 borsAuto merge of #5898 - flip1995:rustup, r=flip1995
2020-08-12 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-08-12 Ryan Wiedemannfix typo pointed out in review comment
2020-08-12 Matthias Krügerwrite.rs: don't clone TokenStream
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 Matthias Krügerif_not_else: make lint adhere to lint message convention
2020-08-11 Matthias Krügerif_let_some_result: make lint adhere to lint message...
2020-08-11 Matthias Krügerenum-variant-names: make lint adhere to lint message...
2020-08-11 Matthias Krügerenum-clike-unportable-variant: tweak message a bit...
2020-08-11 Matthias Krügerduration-subsec: make lint adhere to lint message conve...
2020-08-11 Matthias Krügerpub-enum-variant-names: make lint adhere to lint messag...
2020-08-11 Matthias Krügermultiple_inherent_impl: make lint adhere to lint messag...
2020-08-11 Matthias Krügerimplicit-saturating-sub: make lint adhere to lint messa...
2020-08-11 Matthias Krügerint_plus_one: make lint adhere to lint message convention
2020-08-11 Matthias Krügeriter-next-slice: make lint adhere to lint message conve...
2020-08-11 Matthias Krügermutex-atomic: make lint adhere to lint message convention
2020-08-11 Matthias Krügermap_clone: make lint adhere to lint message convention
2020-08-11 Matthias Krügerstable-sort-primitive: make lint adhere to lint message...
2020-08-11 borsAuto merge of #5892 - matthiaskrgr:redundant_mut, r...
2020-08-11 borsAuto merge of #5891 - flip1995:rustup, r=flip1995
2020-08-11 flip1995Fix sync fallout
2020-08-11 Matthias Krügerunnecessary-mut-passed: make lint message say if fn...
2020-08-11 Yuki OkushiRollup merge of #75226 - pnadon:miri-undef-uninit,...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-10 borsAuto merge of #5888 - matthiaskrgr:lints, r=yaahc
2020-08-10 Matthias Krügerupdate test stderr
2020-08-10 borsAuto merge of #5889 - ebroto:5886_or_fun_call_const_0_a...
2020-08-10 Matthias Krügerrun cargo dev update-lints
2020-08-10 Matthias KrügerUpdate clippy_lints/src/unwrap.rs
2020-08-10 Matthias KrügerUpdate clippy_lints/src/neg_cmp_op_on_partial_ord.rs
2020-08-10 Matthias Krügerneg-cmp-op-on-partial-ord: make lint adhere to lint...
2020-08-10 Matthias Krügerneg-multiply: make lint adhere to lint message convention
2020-08-10 Matthias Krügeroverflow-check-conditional: make lint adhere to lint...
2020-08-10 Matthias Krügerpath-buf-push-overwrite: make lint adhere to lint messa...
2020-08-10 Matthias Krügerrange-zip-with-len: make lint adhere to lint message...
2020-08-10 Matthias Krügerredundant-static-lifetimes: make lint adhere to lint...
2020-08-10 Matthias Krügeralso change "deprecated-attribute" message
2020-08-10 Matthias Krügersuspicious-arithmetic-impl: make lint adhere to lint...
2020-08-10 Matthias Krügerunknown: make lint adhere to lint message convention
2020-08-10 Matthias Krügerref_in_deref: make lint adhere to lint message convention
2020-08-10 Matthias Krügerunneeded-field-pattern: make lint adhere to lint messag...
2020-08-10 Matthias Krügerempty-liner-after-outer-attr: make lint adhere to lint...
2020-08-10 Matthias Krügerdrop_bounds: make lint adhere to lint message convention
2020-08-10 Matthias Krügerdouble-parens: make lint adhere to lint message convent...
2020-08-10 Matthias Krügerdouble-comparisons: make lint adhere to lint message...
2020-08-10 Matthias Krügerdefault-trait-access: make lint adhere to lint message...
2020-08-10 Matthias Krügercmp_null: make lint adhere to lint message convention
2020-08-10 Matthias Krügerunnecessary_unwrap, panicking_unwrap: make lints adhere...
2020-08-10 Matthias Krügerchecked-conversions: make lint adhere to lint message...
2020-08-10 Eduardo BrotoAvoid or_fun_call for const_fn with no args
2020-08-10 Matthias Krügernaive_bytecount: make lint adhere to lint message conve...
2020-08-10 Matthias Krügerbuiltin-type-shadow: make lint adhere to lint message...
2020-08-10 Matthias Krügerbool-comparison: make lint adhere to lint message conve...
2020-08-10 Matthias Krügertoo-many-lines: make lint adhere to lint message convention
2020-08-10 borsAuto merge of #5887 - robojumper:patch-1, r=flip1995
2020-08-10 robojumperFix CHANGELOG's commit range links
2020-08-10 Ryan Wiedemannformatting
2020-08-10 Ryan WiedemannAdd example of false positive to PTR_ARG docs.
next