]> git.lizzy.rs Git - rust.git/history - clippy_lints
Don't use use ty::TyKind::*
[rust.git] / clippy_lints /
2020-02-21 flip1995Don't use use ty::TyKind::*
2020-02-21 flip1995Fix fallout
2020-02-21 flip1995Filter prelude glob imports
2020-02-21 flip1995Move enum_glob_use lint into wildcard_imports pass
2020-02-21 flip1995Let's do it the easy way
2020-02-21 flip1995Run update_lints
2020-02-21 flip1995Implement wildcard_imports lint
2020-02-21 borsAuto merge of #5202 - krishna-veerareddy:issue-5201...
2020-02-21 borsAuto merge of #5213 - JohnTitor:warm-return-ty, r=flip1995
2020-02-21 borsAuto merge of #5200 - nipunn1313:unneeded_field_pattern...
2020-02-21 Yuki OkushiUse generator own DefId
2020-02-21 Krishna Sai Veera... Separate out lint to check lossy whole number float...
2020-02-21 borsAuto merge of #5211 - krishna-veerareddy:rustup-69072...
2020-02-21 Krishna Sai Veera... Rustup to rust-lang/rust#69072
2020-02-20 Nipunn KoorapatiMove unneeded_field_pattern to restriction group
2020-02-20 borsAuto merge of #5204 - flip1995:license, r=Manishearth
2020-02-20 borsAuto merge of #5198 - sinkuu:redundant_clone_df, r...
2020-02-19 Shotaro YamadaMigrate to generic dataflow
2020-02-19 Shotaro YamadaRename for clarity
2020-02-19 borsAuto merge of #5190 - flip1995:nuke_traveyor, r=phansch...
2020-02-19 borsAuto merge of #5195 - JohnTitor:rustup-take2, r=matthia...
2020-02-19 Yuki OkushiRustup to rust-lang/rust#69194
2020-02-18 borsAuto merge of #5194 - JohnTitor:rustup-0219, r=matthiaskrgr
2020-02-18 Yuki OkushiRustup to rust-lang/rust#69181
2020-02-18 borsAuto merge of #5193 - krishna-veerareddy:add-more-log...
2020-02-18 Krishna Sai Veera... Add `LOG2_10` and `LOG10_2` to `approx_const` lint
2020-02-18 borsAuto merge of #5191 - JohnTitor:clean-up, r=flip1995
2020-02-18 Yuki OkushiClean up imports
2020-02-18 Yuki OkushiUse `Vec::with_capacity()` as possible
2020-02-17 borsAuto merge of #5189 - jonhoo:async-fn-main-not-needless...
2020-02-17 Jon Gjengsetneedless_doctest_main: False positive for async fn
2020-02-17 borsAuto merge of #5181 - daxpedda:future-missing-errors...
2020-02-17 daxpeddaRemove use of `TyKind`.
2020-02-17 daxpeddaUse `if_chain`.
2020-02-17 daxpeddaFix ICE.
2020-02-17 daxpeddaAdd tests and improve checks.
2020-02-17 daxpeddaAdd `Future` detection for `missing_errors_doc`.
2020-02-17 borsAuto merge of #5186 - JohnTitor:rename-fnretty, r=flip1995
2020-02-17 Yuki OkushiRename `FunctionRetTy` to `FnRetTy`
2020-02-17 borsAuto merge of #5185 - krishna-veerareddy:issue-5160...
2020-02-17 Krishna Sai Veera... Uplift `excessive_precision` to the correctness category
2020-02-17 Krishna Sai Veera... Add lint to detect lossy float literals
2020-02-17 borsAuto merge of #5184 - JohnTitor:reduce-dep-size, r...
2020-02-17 Yuki OkushiReduce pulldown-cmark size
2020-02-17 borsAuto merge of #5183 - JohnTitor:fix-fp-import, r=matthi...
2020-02-17 borsAuto merge of #5182 - JohnTitor:infer, r=matthiaskrgr
2020-02-17 Yuki OkushiDon't lint `single_component_path_imports` in macros
2020-02-17 Yuki OkushiRustup to rust-lang/rust#67953
2020-02-15 borsAuto merge of #5177 - matthewjasper:own-infer, r=flip1995
2020-02-15 Matthew JasperAvoid using regions from `TypeckTables`
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-15 borsAuto merge of #5156 - flip1995:dev_add_internal, r...
2020-02-14 flip1995Let update_lints also generate the internal lints
2020-02-14 borsAuto merge of #5171 - flip1995:deploy, r=Manishearth
2020-02-13 borsAuto merge of #5173 - matthiaskrgr:pulldown, r=flip1995
2020-02-13 Matthias Krügerdeps: update pulldown-cmark from 0.6 to 0.7
2020-02-13 borsAuto merge of #5168 - lily-commure:chars_next_style...
2020-02-13 borsAuto merge of #5170 - JohnTitor:fix-prefix, r=flip1995
2020-02-13 Yuki OkushiFix false positive in `zero_prefixed_literal`
2020-02-13 Lily Chungchange in the right place, run update_lints
2020-02-11 borsAuto merge of #5158 - lzutao:callbackshook, r=flip1995
2020-02-11 borsAuto merge of #5152 - flip1995:rustup, r=flip1995
2020-02-10 flip1995Rustup to rust-lang/rust#68725
2020-02-10 borsAuto merge of #5148 - krishna-veerareddy:issue-5147...
2020-02-09 borsAuto merge of #5150 - krishna-veerareddy:rustup-69004...
2020-02-09 Krishna Sai Veera... Rustup to rust-lang/rust#68911
2020-02-09 Krishna Sai Veera... Allow `option-env-unwrap` within external macros
2020-02-09 Krishna Sai Veera... Account for `expect` being used to unwrap `Option`
2020-02-09 borsAuto merge of #5149 - lzutao:rustup-65232, r=flip1995
2020-02-09 Lzu TaoRustup "index ReEmpty by universe"
2020-02-09 Krishna Sai Veera... Add `option-env-unwrap` lint
2020-02-06 borsAuto merge of #5134 - flip1995:snippet_block, r=phansch
2020-02-06 borsAuto merge of #5143 - flip1995:rustup, r=flip1995
2020-02-06 flip1995Rustup to rust-lang/rust#68788
2020-02-06 flip1995Rename ctx->cx in needless_continue
2020-02-06 flip1995Improve help message in needless_continue
2020-02-06 flip1995Fix rebase fallout
2020-02-06 flip1995Document the indent_relative_to arg of snippet_block
2020-02-06 flip1995Move tests to the end of the file in utils mod.rs
2020-02-06 flip1995Update needless_continue stderr
2020-02-06 flip1995Rewrite suggestion generation of needless_continue
2020-02-06 flip1995Make block_in_if_condition auto applicable
2020-02-06 flip1995Optionally indent snippet_block relative to an Expr
2020-02-06 borsAuto merge of #5139 - lzutao:linecount, r=llogiq
2020-02-06 borsAuto merge of #5125 - Areredify:too_many_bools, r=flip1995
2020-02-06 Lzu Taodev: Use bytecount for faster line count
2020-02-06 borsAuto merge of #5132 - JohnTitor:fix-fp-in-unwrap-lint...
2020-02-05 Areredifyadd excessive bools lints
2020-02-05 Areredifymove is_trait_impl_item check from functions.rs to...
2020-02-05 borsAuto merge of #5135 - lzutao:config, r=flip1995
2020-02-05 Lzu TaoFew improvement to `utils::conf` module
2020-02-04 borsAuto merge of #5061 - ThibsG:UselessMatch3664, r=flip1995
2020-02-04 ThibsGManage macros case + move to MaybeIncorrect when bindin...
2020-02-04 ThibsGAdd wild and struct handling
2020-02-04 ThibsGUse span_lint_and_sugg + move infaillible lint
2020-02-04 Yuki OkushiRe-cover use of unnecessary unwraps in macros
2020-02-04 borsAuto merge of #5124 - flip1995:backport_back_merge...
2020-02-04 ThibsGAdd new lint: match with a single binding statement
2020-02-03 Yuki OkushiDo not lint `unnecessary_unwrap` in macros
2020-02-03 borsAuto merge of #5130 - JohnTitor:split-up-index-slice...
next