]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Add 'unnecessary_flat_map.fixed'
[rust.git] / clippy_lints / src /
2019-08-12 Jeremy StuckiRun 'update_lints'
2019-08-12 Jeremy StuckiUse 'span_lint_and_sugg'
2019-08-12 Jeremy StuckiMinor refactoring
2019-08-12 Jeremy StuckiChange lint type from 'pedantic' → 'complexity'
2019-08-11 Jeremy StuckiUpdate rustdoc
2019-08-11 Jeremy StuckiRefactor if_chain
2019-08-11 Jeremy StuckiRename 'flat_map' → 'flat_map_identity'
2019-08-11 Jeremy StuckiHandle calls with 'std::convert::identity'
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-11 borsAuto merge of #4368 - RalfJung:invalid_ref, r=oli-obk
2019-08-11 Ralf Jungdeprecate invalid_ref lint
2019-08-09 borsAuto merge of #4362 - lzutao:expect-on-cstring_as_ptr...
2019-08-09 borsAuto merge of #4361 - lzutao:fix-raw-string-on-single_c...
2019-08-09 Lzu TaoFix lint_cstring_as_ptr for expect
2019-08-09 Lzu TaoFix lint_single_char_pattern on raw string literal
2019-08-08 borsAuto merge of #4358 - lzutao:cleanup_implicit_return...
2019-08-08 borsAuto merge of #4357 - lzutao:update-pr-template, r...
2019-08-08 borsAuto merge of #4355 - lzutao:macro_expn_try_err, r...
2019-08-08 Lzu TaoUse source_callsite() instead of recursive outer_expn_i...
2019-08-08 Lzu TaoUse snippet_with_macro_callsite suggested by flip1995
2019-08-08 Lzu TaoFix macro expansion in try_err lint
2019-08-07 borsAuto merge of #4339 - phansch:rustfix_needless_bool...
2019-08-07 borsAuto merge of #4345 - phansch:enum_variants_fix, r...
2019-08-07 borsAuto merge of #4346 - atouchet:links, r=flip1995
2019-08-07 borsAuto merge of #4340 - lzutao:rustup, r=oli-obk
2019-08-06 Philipp HanschDon't emit enum_variant_names if remainder starts with...
2019-08-06 Lzu TaoRustup https://github.com/rust-lang/rust/pull/59369
2019-08-05 borsAuto merge of #4335 - phansch:fix_needless_bool_suggest...
2019-08-05 Philipp Hanschfmt
2019-08-05 Philipp HanschFix needless_bool suggestion with if-else-if-else
2019-08-05 borsAuto merge of #4203 - Urriel:feat/333_calling_main...
2019-08-05 Vincent Dal MasoMove expression check to LateLintPass
2019-08-05 Vincent Dal MasoAdd recursion check on main function
2019-08-05 borsAuto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995
2019-08-05 Philipp KronesRollup merge of #4332 - phansch:rustfix_unnecessary_cas...
2019-08-05 Philipp KronesRollup merge of #4331 - phansch:doctests_restriction...
2019-08-05 Philipp KronesRollup merge of #4330 - phansch:doctests_nursery, r...
2019-08-05 Philipp KronesRollup merge of #4329 - phansch:doctests_pedantic,...
2019-08-05 borsAuto merge of #4337 - flip1995:let_unit, r=phansch
2019-08-05 borsAuto merge of #4333 - phansch:rustfix_decimal_literal_r...
2019-08-05 flip1995Make let_unit lint suggestion auto applicable
2019-08-05 borsAuto merge of #4336 - phansch:rustup, r=flip1995
2019-08-05 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/63213
2019-08-03 Philipp HanschDoctests: Enable running doc tests for restriction...
2019-08-03 Philipp HanschDoctests: Enable running doc tests for nursery lints
2019-08-03 Philipp HanschDoctests: Enable running doc tests for pedantic lints
2019-08-03 borsAuto merge of #4327 - phansch:doctests_perf, r=flip1995
2019-08-03 borsAuto merge of #4325 - phansch:doctests_complexity,...
2019-08-03 borsAuto merge of #4328 - phansch:rustup, r=phansch
2019-08-03 Philipp HanschRustup to latest rustc master
2019-08-03 Philipp HanschAlso enable doc tests for internal lints
2019-08-03 Philipp HanschDoctests: Enable running doc tests for perf lints
2019-08-02 Philipp HanschDoctests: Fix all complexity lint docs
2019-08-01 borsAuto merge of #4322 - Y0hy0h:patch-1, r=phansch
2019-08-01 Y0hy0hFix missing import
2019-08-01 borsAuto merge of #4314 - chansuke:add-negation-to-is_empty...
2019-08-01 borsAuto merge of #4307 - flip1995:unnecessary_unwrap,...
2019-08-01 flip1995Fix doc tests
2019-08-01 flip1995Remove Known problems for UNNECESSARY_UNWRAP
2019-08-01 flip1995Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNW...
2019-08-01 borsAuto merge of #4318 - izik1:typo, r=phansch
2019-08-01 Y0hy0hImprove documentation on implicit_hasher lint
2019-08-01 borsAuto merge of #4316 - phansch:method_rs_cleanup2, r...
2019-08-01 borsAuto merge of #4315 - phansch:fn_to_numeric_cast_applic...
2019-08-01 borsAuto merge of #4303 - mikerite:dev-fmt-20190728, r...
2019-08-01 Zachery GyurkovitzFix `for on` typo
2019-08-01 Michael WrightUpdate formatting
2019-08-01 Michael WrightMerge branch 'master' into dev-fmt-20190728
2019-07-31 Philipp HanschMark `fn_to_numeric_cast` lints as MaybeIncorrect
2019-07-31 borsAuto merge of #4313 - Manishearth:owl, r=yaahallo
2019-07-31 chansukeAdd required negation in non_zero lint
2019-07-31 borsAuto merge of #4308 - jakubadamw:use-self-variant-scope...
2019-07-31 Jakub WieczorekUpdate all the code to pass the updated `use_self`...
2019-07-31 Jakub WieczorekExtend the `use_self` lint to suggest uses of `Self...
2019-07-30 borsAuto merge of #3766 - xd009642:issue-3764, r=flip1995
2019-07-30 borsAuto merge of #4306 - mikerite:fix-breakage-20190730...
2019-07-30 Michael WrightFix breakage due to rust-lang/rust#61856
2019-07-28 xd009642Fix dogfood test
2019-07-27 xd009642Hash discriminant of lifetime.name
2019-07-27 xd009642Hash discriminant of Lifetime::Name
2019-07-27 xd009642Respond to review comments
2019-07-27 borsAuto merge of #4301 - flip1995:dummy, r=Manishearth
2019-07-27 borsAuto merge of #4302 - matthiaskrgr:rustup_13, r=phansch
2019-07-27 xd009642Added doc comment fixed type printout
2019-07-27 xd009642Respond to comments and improve printout
2019-07-26 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/62964
2019-07-26 xd009642Responded to comments and fixed compile bug
2019-07-24 xd009642Fixed more compile errors
2019-07-24 xd009642Fix some of the compile errors
2019-07-24 xd009642Changed Ty to ty, added lifetime 'tcx
2019-07-24 xd009642Lint for type repetition in trait bounds.
2019-07-24 borsAuto merge of #4297 - matthiaskrgr:rustup_12, r=matthia...
2019-07-24 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/62859
2019-07-23 borsAuto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime...
2019-07-21 borsAuto merge of #4292 - mikerite:fix-breakage-20190721...
2019-07-21 Michael WrightFix breakage due to rust-lang/rust#60913
2019-07-21 Michael WrightFix breakage due to rust-lang/rust#62705
2019-07-18 borsAuto merge of #4282 - phansch:decrease_stderr_maximum_l...
2019-07-18 borsAuto merge of #4274 - daxpedda:implicit_return_fixes...
2019-07-18 borsAuto merge of #4284 - flip1995:rustfmt, r=phansch
next