]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #4093 - rust-lang:rustup, r=oli-obk
[rust.git] / clippy_lints /
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 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
2019-04-28 borsAuto merge of #4042 - matthiaskrgr:toml_update, r=Manis...
2019-04-28 Matthias Krügerdeps: bump toml from 0.4 to 0.5
2019-04-28 borsAuto merge of #4040 - mikerite:fix-build-20190428,...
2019-04-28 Michael WrightFix breakage due to rust-lang/rust#60225
2019-04-26 Josh Mcguiganuseless_let_if_seq handle interior mutability
2019-04-25 borsAuto merge of #4008 - g-bartoszek:boxed-fnmut, r=phansch
2019-04-25 borsAuto merge of #4026 - cemiloten:working-on-#3981, r...
2019-04-25 cemilIgnore unnecessary cast if inside macro
2019-04-25 borsAuto merge of #4029 - phansch:update_pulldown_cmark...
2019-04-25 borsAuto merge of #4028 - phansch:skip_appveyor_on_pr_pushe...
2019-04-25 borsAuto merge of #4030 - phansch:rustup190425, r=Manishearth
2019-04-25 Philipp HanschRustup for https://github.com/rust-lang/rust/pull/59042
2019-04-24 Philipp HanschUpdate pulldown_cmark to 0.5
2019-04-24 borsAuto merge of #4027 - kraai:remove-approx_constant...
2019-04-24 borsAuto merge of #4023 - phansch:add_test, r=flip1995
2019-04-24 Matthew KraaiRemove approx_constant known problems
2019-04-24 borsAuto merge of #4022 - phansch:move_some_loop_tests...
2019-04-24 borsAuto merge of #4024 - kraai:suppress-let_and_return...
2019-04-24 Matthew KraaiSuppress let_and_return if let has attributes
2019-04-24 borsAuto merge of #4021 - kraai:change-cast_lossless-warnin...
2019-04-23 Matthew KraaiChange "if types change" to "if you later change the...
2019-04-23 borsAuto merge of #4018 - rust-lang:or_fn_call_variants...
2019-04-23 borsAuto merge of #4020 - rust-lang:rustup, r=phansch
2019-04-23 Manish GoregaokarRustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23)
2019-04-23 Manish GoregaokarIgnore all enum and struct constructors in lints about...
2019-04-21 borsAuto merge of #4013 - kraai:move-path_buf_push_overwrit...
2019-04-21 borsAuto merge of #4014 - Xanewok:rustup-60124, r=matthiaskrgr
2019-04-21 Igor MatuszewskiUse newly-introduced mutability query for statics
2019-04-21 Matthew KraaiMove path_buf_push_overwrite to nursery
2019-04-20 Grzegorzredundant closure triggers for fnptrs and closures
2019-04-20 borsAuto merge of #4011 - phansch:add_test_for_derive_expan...
2019-04-20 borsAuto merge of #4007 - phansch:fix_allowing_toplevel_ref...
2019-04-20 borsAuto merge of #4005 - phansch:rustfix_match_as_ref...
2019-04-20 borsAuto merge of #4006 - phansch:fix_module_name_repetitio...
2019-04-19 borsAuto merge of #4009 - phansch:update_compiletest, r...
2019-04-19 Philipp HanschAllow allowing of toplevel_ref_arg lint
2019-04-19 Grzegorzredundant closure for functions restricted to FnDefs
2019-04-19 Philipp HanschFix false positive in module_name_repetitions lint
2019-04-19 borsAuto merge of #3989 - flip1995:assert_on_const, r=phansch
2019-04-18 borsAuto merge of #3990 - felixrabe:patch-1, r=flip1995
2019-04-18 borsAuto merge of #3978 - phansch:rustfix_len_zero, r=flip1995
2019-04-18 Felix RabeTypo
2019-04-18 flip1995Fix dogfood error
2019-04-18 borsAuto merge of #3954 - andrehjr:add-lint-path-buf-overwr...
next