]> git.lizzy.rs Git - rust.git/history - clippy_lints
Make code cleaner and more readable
[rust.git] / clippy_lints /
2019-08-17 Lzu TaoMake code cleaner and more readable
2019-08-16 borsAuto merge of #4397 - kraai:remove-a, r=flip1995
2019-08-16 borsAuto merge of #4392 - phansch:cleanups, r=flip1995
2019-08-16 borsAuto merge of #4398 - kraai:outer_expn_data, r=flip1995
2019-08-16 flip1995Run rustfmt
2019-08-16 KRAAI, MATTHEW ... Use outer_expn_data instead of outer_expn_info
2019-08-16 KRAAI, MATTHEW ... Remove "a" from single_match_else description
2019-08-16 borsAuto merge of #4395 - lzutao:rustup-63586, r=phansch
2019-08-16 Lzu TaoRustup "Remove `Spanned` from `{ast,hir}::FieldPat`"
2019-08-15 borsAuto merge of #4391 - flip1995:toml_ver, r=phansch
2019-08-15 flip1995Also specify patch version of toml crate
2019-08-15 borsAuto merge of #4382 - jeremystucki:unnecessary_fold_spa...
2019-08-15 borsAuto merge of #4348 - phansch:deprecate-unused-unused...
2019-08-15 borsAuto merge of #4388 - flip1995:rustup, r=phansch
2019-08-15 flip1995Rustup to rust-lang/rust#63543
2019-08-14 Philipp HanschDeprecate unused_collect lint
2019-08-14 Jeremy StuckiRemove unused import
2019-08-14 Jeremy StuckiUse different span
2019-08-14 borsAuto merge of #4379 - matthiaskrgr:url_dep, r=phansch
2019-08-14 borsAuto merge of #4363 - phansch:fix_lint_deprecation...
2019-08-14 Matthias Krügerupdate url dependency from 1.7.0 to 2.1.0
2019-08-14 borsAuto merge of #4369 - mikerite:fix-4293, r=flip1995
2019-08-14 borsAuto merge of #4231 - jeremystucki:flat-map, r=flip1995
2019-08-14 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-13 Jeremy StuckiUse correct span
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 Philipp HanschFix invalid_ref deprecation
2019-08-12 Philipp HanschKeep old deprecated lints deprecated as non-tool, too
2019-08-12 Philipp HanschUpdate lint deprecation for tool lints
2019-08-12 Jeremy StuckiChange lint type from 'pedantic' → 'complexity'
2019-08-12 borsAuto merge of #4365 - lukas-code:async_new_ret_no_self...
2019-08-12 borsAuto merge of #4367 - flip1995:doc_edition_2018_tests...
2019-08-11 Jeremy StuckiUpdate rustdoc
2019-08-11 Jeremy StuckiRefactor if_chain
2019-08-11 borsAuto merge of #4370 - vallentin:master, r=flip1995
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 VallentinFixed repeated word
2019-08-11 borsAuto merge of #4368 - RalfJung:invalid_ref, r=oli-obk
2019-08-11 Ralf Jungdeprecate invalid_ref lint
2019-08-10 Michael WrightFix `wrong_self_convention` issue
2019-08-10 Michael WrightSimplify `wrong_self_convention` code
2019-08-10 Michael WrightRename implitem to impl_item
2019-08-09 Lukas Markeffskynew_ret_no_self: walk associated types in impl Trait...
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...
next