]> git.lizzy.rs Git - rust.git/history - clippy_lints
Add tests for lossy whole number float literals
[rust.git] / clippy_lints /
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...
2020-02-03 borsAuto merge of #5129 - JohnTitor:use-checked-sub, r...
2020-02-03 borsAuto merge of #5127 - Areredify:issue-5115, r=flip1995
2020-02-03 Areredifyimprove 'iter_nth_zero' documentation
2020-02-03 Yuki OkushiUse `checked_sub` to avoid index out of bounds
2020-02-02 borsAuto merge of #5120 - JohnTitor:split-up-drop-forget...
2020-02-02 borsAuto merge of #5119 - JohnTitor:tweak-doc, r=flip1995
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-02-01 borsAuto merge of #5123 - JohnTitor:rustup-0202, r=matthiaskrgr
2020-02-01 Yuki OkushiRustup to rust-lang/rust#68133
2020-02-01 flip1995Move debug_assertions_with_mut_call to nursery
2020-02-01 flip1995Don't trigger `debug_assert_with_mut_call` on `.await`
2020-02-01 flip1995Small refactor of mutable_debug_assertions
2020-02-01 Yuki OkushiPin versions to trigger lint correctly
2020-01-31 borsAuto merge of #5106 - flip1995:dbg_assert_mut_async...
2020-01-31 flip1995Move debug_assertions_with_mut_call to nursery
2020-01-31 flip1995Don't trigger `debug_assert_with_mut_call` on `.await`
2020-01-31 flip1995Small refactor of mutable_debug_assertions
2020-01-31 borsAuto merge of #5111 - flip1995:changelog, r=phansch
2020-01-31 borsAuto merge of #5109 - phansch:ciao_util_dev, r=flip1995
2020-01-30 borsAuto merge of #5110 - Aloso:patch-1, r=flip1995
2020-01-30 Ludwig StecherUn-ignore most code blocks to render correctly on websi...
2020-01-30 Ludwig StecherFix code formatting for more lints
2020-01-30 borsAuto merge of #5108 - JohnTitor:split-up-0130, r=flip1995
2020-01-30 Ludwig StecherFix syntax highlighting of code fence
2020-01-30 borsAuto merge of #5101 - Areredify:let_underscore_lock...
2020-01-30 Areredifylint all guard types, not just lock functions
2020-01-30 Mikhail Babenkodecouple 'let_underscore' tests
2020-01-30 Mikhail Babenkoadd lint
2020-01-29 borsAuto merge of #5058 - xiongmao86:issue4903, r=flip1995
2020-01-29 xiongmao86Reformat code.
2020-01-29 xiongmao86Declare lint and implement lint logic.
2020-01-29 borsAuto merge of #5104 - JohnTitor:rustup-0129, r=Manishearth
2020-01-29 Yuki OkushiRustup to rust-lang/rust#68512
2020-01-27 borsAuto merge of #5099 - JohnTitor:split-up-non-copy-const...
2020-01-27 borsAuto merge of #5098 - JohnTitor:rename-span-lints,...
2020-01-27 Yuki OkushiRename `span_note_and_lint` to `span_lint_and_note`
2020-01-27 Yuki OkushiRename `span_help_and_lint` to `span_lint_and_help`
2020-01-26 borsAuto merge of #5084 - JohnTitor:clean-up-span-lint...
2020-01-26 borsAuto merge of #5096 - eddyb:mac-name, r=oli-obk
2020-01-26 Eduard-Mihai BurtescuDon't use ExpnKind::descr to get the name of a bang...
2020-01-25 Yuki OkushiApply review comments
next