]> git.lizzy.rs Git - rust.git/history - clippy_lints
clippy: bump rustc_tools util version to 0.2
[rust.git] / clippy_lints /
2019-05-23 borsAuto merge of #4126 - phansch:rustup, r=Manishearth
2019-05-23 Philipp Hanschcargo fmt
2019-05-23 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/60740
2019-05-22 borsAuto merge of #4120 - phansch:needless_lifetimes_async_...
2019-05-22 borsAuto merge of #4125 - Manishearth:rustup, r=oli-obk
2019-05-22 Manish GoregaokarRustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)
2019-05-20 borsAuto merge of #4088 - pJunger:check1, r=oli-obk
2019-05-19 borsAuto merge of #4109 - Manishearth:backport-merge, r...
2019-05-19 borsAuto merge of #4107 - taiki-e:useless_attribute, r...
2019-05-19 borsAuto merge of #4099 - flip1995:ul_4094, r=oli-obk
2019-05-19 borsAuto merge of #4100 - phansch:add_stderr_length_check...
2019-05-18 pJungerRemoved symbols again.
2019-05-18 pJungerRemoved unused lifetime.
2019-05-18 pJungerChanged impl to use symbols.
2019-05-18 pJungerAdded suggestion for conversion with is_ok.
2019-05-18 pJungerFixed more lint findings.
2019-05-18 pJungerFixed clippy lints in checked_conversions.rs.
2019-05-18 pJungerRegistered lint.
2019-05-18 pJungerAdded lint for TryFrom for checked integer conversion...
2019-05-18 Taiki Endouseless_attribute: Add unreachable_pub to whitelists
2019-05-17 borsAuto merge of #4110 - rust-lang:symbolic_wasteland...
2019-05-17 Oliver SchererDogfood
2019-05-17 Oliver SchererDogfood and rustfmt
2019-05-17 Oliver SchererPrevent symbocalypse
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta1.35' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.34.1' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-05-17 borsAuto merge of #4104 - Manishearth:beta-backports, r...
2019-05-17 Manish GoregaokarBackport #4101
2019-05-16 borsAuto merge of #4101 - mikerite:redundant_closures_for_m...
2019-05-16 Manish GoregaokarAdd known problems
2019-05-16 Manish GoregaokarRename to redundant_closure_for_method_calls
2019-05-16 Michael WrightSplit redundant_closure lint
2019-05-15 flip1995Add macro check for unreadable_literal lint
2019-05-15 borsAuto merge of #4066 - rust-lang:hash, r=Manishearth
2019-05-14 flip1995Fix dogfood errors
2019-05-14 flip1995Also hash mem::discriminant in hash_stmt
2019-05-14 Oliver Scherermem::discriminant trumps manual discriminant hashing
2019-05-14 borsAuto merge of #4095 - flip1995:mscn_test, r=phansch
2019-05-14 Oliver SchererProperly hash enums
2019-05-14 borsAuto merge of #4084 - mikerite:fix-4019, r=oli-obk
2019-05-14 borsAuto merge of #4093 - rust-lang:rustup, r=oli-obk
2019-05-14 Oliver SchererRustfmt all the things
2019-05-14 Oliver SchererClippy dogfood
2019-05-14 Oliver SchererUse symbols instead of strings
2019-05-13 Manish GoregaokarRustup to rustc 1.36.0-nightly (1764b2972 2019-05-12)
2019-05-12 borsAuto merge of #4087 - phansch:move_tests, r=matthiaskrgr
2019-05-12 borsAuto merge of #4085 - phansch:empty_loop_tests, r=matth...
2019-05-12 borsAuto merge of #4082 - Manishearth:macro-check-split...
2019-05-12 Michael WrightFix comments; minor refactoring
2019-05-12 Michael WrightFix #4019
2019-05-12 Manish GoregaokarAdd in_macro again
2019-05-12 Manish GoregaokarRename in_macro to in_macro_or_desugar
2019-05-11 borsAuto merge of #4080 - rust-lang:rustup, r=oli-obk
2019-05-11 Manish GoregaokarStart handling desugarings in author lint
2019-05-11 Manish GoregaokarIgnore desugarings in macro checks
2019-05-11 Manish GoregaokarAdd IfDesugar to desugaring_name
2019-05-11 Manish GoregaokarFix consts.rs
2019-05-11 Manish GoregaokarMore uses of higher::if_block
2019-05-11 Manish GoregaokarRemove some unnecessary If arms
2019-05-11 Manish GoregaokarFix needless_bool.rs
2019-05-11 Manish GoregaokarFix question_mark.rs
2019-05-11 Manish GoregaokarFix shadow.rs
2019-05-11 Manish GoregaokarFix unwrap.rs
2019-05-11 Manish GoregaokarAdd util function for desugaring if block
2019-05-09 borsAuto merge of #4073 - euclio:serde-derive, r=Manishearth
2019-05-09 Andy Russelluse `derive` feature over `serde_derive` crate
2019-05-09 Michael WrightMerge branch 'master' into while_loop_test_split
2019-05-08 borsAuto merge of #4068 - matthiaskrgr:rustup_3, r=Manishearth
2019-05-08 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/60586
2019-05-04 borsAuto merge of #4061 - rust-lang:rustup, r=phansch
2019-05-04 Matthias KrügerRustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
2019-05-03 borsAuto merge of #4059 - rustic-games:into_iter_on_array...
2019-05-03 Jean MertzFix link in into_iter_on_array documentation
2019-05-03 borsAuto merge of #4053 - euclio:too-many-args-span, r...
2019-05-02 Andy Russellremove function body from "too many args" span
2019-05-02 borsAuto merge of #4049 - airt:fix-4033-search_is_some...
2019-05-02 borsAuto merge of #4035 - JoshMcguigan:useless_let_if_seq...
2019-05-01 borsAuto merge of #4056 - matthiaskrgr:rustup__, r=Manishearth
2019-05-01 Matthias Krügermore Use->DropTemps fixes
2019-05-01 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/60417/
2019-05-01 borsAuto merge of #4048 - matthiaskrgr:driver_version,...
2019-05-01 Matthias Krügerclippy-driver: use rustc_tools_util to get version...
2019-04-30 airtcheck closure arguments before use it
2019-04-30 airtformat code
2019-04-30 borsAuto merge of #4039 - andrehjr:add-find-map-lints,...
2019-04-30 André Luis Leal... Update find(p).map(p) occurrences to use find_map(p)
2019-04-30 André Luis Leal... Add lints for find_map
2019-04-30 airtfix suggestion for search_is_some
2019-04-30 airtfix suggestion for search_is_some naively
2019-04-30 borsAuto merge of #4045 - matthiaskrgr:RTU, r=phansch
2019-04-30 borsAuto merge of #4047 - rust-lang:rustup, r=Centril
2019-04-30 Manish GoregaokarRustup to rustc 1.36.0-nightly (f843ad60e 2019-04-30)
2019-04-29 borsAuto merge of #4032 - phansch:add_tests, r=phansch
2019-04-29 borsAuto merge of #4046 - rust-lang:rustup, r=phansch
2019-04-29 Manish GoregaokarRustup to rustc 1.36.0-nightly (c7fcbfbf1 2019-04-29)
2019-04-28 borsAuto merge of #4044 - matthiaskrgr:travis_sort_jobs...
2019-04-28 borsAuto merge of #4043 - rust-lang:map-clone-iter, r=matth...
2019-04-28 Manish GoregaokarSuggest .copied() for map_clone on iterators too
next