]> git.lizzy.rs Git - rust.git/history - src
print the unit type `()` in related lint messages.
[rust.git] / src /
2020-09-08 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-05 borsAuto merge of #5997 - giraffate:fix_fp_about_clone_in_s...
2020-09-04 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-03 borsAuto merge of #5994 - taiki-e:useless_attribute, r...
2020-09-02 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-09-01 borsAuto merge of #5993 - taiki-e:default_trait_access...
2020-08-31 borsAuto merge of #5992 - giraffate:fix_wrong_seggestion_in...
2020-08-31 borsAuto merge of #5909 - khuey:async_yields_async, r=yaahc
2020-08-29 Kyle HueyAdd a lint for an async block/closure that yields a...
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-27 borsAuto merge of #5971 - giraffate:fix_fp_in_to_string_in_...
2020-08-26 borsAuto merge of #5957 - xvschneider:AddUnwrapInsideResult...
2020-08-26 Jane LusbyAdd new lint to prevent usage of unwrap in fns that...
2020-08-26 borsAuto merge of #5946 - mikerite:fix-5729, r=flip1995
2020-08-26 borsAuto merge of #5949 - rail-rain:fix_fp_borrow_interior_...
2020-08-25 borsAuto merge of #5951 - ThibsG:FixMacroCloneOnRefPtr2076...
2020-08-25 borsAuto merge of #5958 - mikerite:fix-fmt-20200825, r...
2020-08-25 borsAuto merge of #5952 - 1c3t3a:1c3t3a-dev-5819, r=Manishearth
2020-08-25 borsAuto merge of #5960 - flip1995:rustup, r=flip1995
2020-08-24 BastianAdded a lint which corrects expressions like (a - b...
2020-08-22 borsAuto merge of #5926 - giraffate:improve_lint_message_in...
2020-08-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-08-19 Takayuki NakataImprove lint message in `to_string_in_display`
2020-08-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-08-17 borsAuto merge of #5908 - giraffate:fix_fp_for_same_item_pu...
2020-08-17 borsAuto merge of #5915 - matthiaskrgr:deps_, r=Manishearth
2020-08-16 borsAuto merge of #5894 - tmiasko:self-assignment, r=Manish...
2020-08-16 Tomasz MiąskoWarn about explicit self-assignment
2020-08-16 borsAuto merge of #5720 - bugadani:new-lint, r=flip1995...
2020-08-16 Dániel BugaRename lint to use plural form
2020-08-16 Dániel BugaRun cargo dev update_lints
2020-08-16 Dániel BugaImplement new lint
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-15 jrqccargo dev update_lints
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 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-13 borsAuto merge of #5901 - giraffate:add_reference_to_rustc_...
2020-08-13 borsAuto merge of #5900 - ThibsG:ParensUselessConversion475...
2020-08-12 borsAuto merge of #5897 - matthiaskrgr:no_clone_tts, r...
2020-08-12 borsAuto merge of #5884 - Ryan1729:patch-1, r=flip1995
2020-08-12 borsAuto merge of #5893 - matthiaskrgr:lint_msg, r=yaahc
2020-08-12 borsAuto merge of #5885 - Ryan1729:patch-2, r=flip1995
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 borsAuto merge of #5892 - matthiaskrgr:redundant_mut, r...
2020-08-11 borsAuto merge of #5891 - flip1995:rustup, r=flip1995
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ügerrun cargo dev update-lints
2020-08-10 borsAuto merge of #5883 - flip1995:rollup-x9mftxe, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5874 - camelid:patch-1, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5871 - wiomoc:feature/methodcall-minma...
2020-08-10 Philipp KronesRollup merge of #5870 - ebroto:5789_allow_unsafe_derive...
2020-08-10 Philipp KronesRollup merge of #5869 - wiomoc:feature/implicit-self...
2020-08-10 Philipp KronesRollup merge of #5825 - giraffate:same_item_push, r...
2020-08-08 borsAuto merge of #5878 - flip1995:rustup, r=flip1995
2020-08-07 Christoph Walcheradopt comments from review
2020-08-07 Christoph WalcherLint against `Self` as an arbitrary self type
2020-08-06 Ryan1729run clippy_dev update_lints
2020-08-06 Ryan1729run cargo dev new_lint then move transmutes_expressible...
2020-08-05 borsAuto merge of #5809 - JarredAllen:stable_sort_primitive...
2020-08-05 borsAuto merge of #5859 - ebroto:5765_manual_async_fn_fp...
2020-08-05 Takayuki Nakatacargo dev update_lints
2020-08-05 Takayuki NakataAdd lint `same_item_push`
2020-08-05 borsAuto merge of #5857 - tmiasko:try-err-poll, r=matthiaskrgr
2020-08-04 borsAuto merge of #5865 - camsteffen:unnecessary-fold-known...
2020-08-04 borsAuto merge of #5868 - flip1995:rollup-5g8vft5, r=flip1995
2020-08-04 Philipp KronesRollup merge of #5856 - phansch:remove-symbol-reexport...
2020-08-04 Philipp KronesRollup merge of #5852 - wiomoc:feature/lint-duplicate...
2020-08-04 Philipp KronesRollup merge of #5848 - Ryan1729:add-derive_ord_xor_par...
2020-08-03 JarredAllenCreate stable_sort_primitive lint
2020-07-29 Christoph Walchertypo fix
2020-07-28 Christoph WalcherLint duplicate methods of trait bounds
2020-07-27 Ryan1729run cargo dev update_lints
2020-07-27 Ryan1729move derive_ord_xor_partial_ord into derive mod so...
2020-07-27 Ryan1729run cargo dev new_lint
2020-07-26 borsAuto merge of #5820 - ThibsG:FixSuspiciousArithmeticImp...
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-21 borsAuto merge of #5830 - flip1995:rustup, r=flip1995
2020-07-20 borsAuto merge of #5824 - tmiasko:manually-drop-clone,...
2020-07-19 borsAuto merge of #5800 - montrivo:bugfix/redundant_closure...
2020-07-19 Tim Nielensredundant_closure_call - extract lint from misc_early...
2020-07-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-17 borsAuto merge of #5817 - flip1995:rustup, r=flip1995
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-14 borsAuto merge of #5798 - mikerite:fix-2277-2, r=yaahc
2020-07-14 borsAuto merge of #5793 - warner:5783-nth-zero-next, r...
2020-07-14 borsAuto merge of #5737 - Uriopass:unit-for-ord, r=flip1995
2020-07-14 Matthias Krügernew lint: Returning unit from closures expecting Ord
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
next