]> git.lizzy.rs Git - rust.git/history - clippy_lints
new_lint.rs: encourage authors to write more detailed code samples in lint descriptio...
[rust.git] / clippy_lints /
2020-03-16 borsAuto merge of #5324 - matthiaskrgr:rustup_32, r=flip1995
2020-03-16 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69738
2020-03-16 borsAuto merge of #5322 - phansch:or_patterns, r=matthiaskrgr
2020-03-16 borsAuto merge of #5321 - matthiaskrgr:rustup_31, r=phansch
2020-03-16 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/68944
2020-03-16 Philipp HanschMake use of `or_patterns` feature
2020-03-15 borsAuto merge of #5318 - matthiaskrgr:rustup_30, r=flip1995
2020-03-15 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69589/
2020-03-15 borsAuto merge of #5316 - lzutao:osstr, r=phansch
2020-03-14 borsAuto merge of #5317 - JohnTitor:rustup, r=matthiaskrgr
2020-03-14 Yuki OkushiRustup to rust-lang/rust#69076
2020-03-14 borsAuto merge of #5312 - joshtriplett:wildcard-prelude...
2020-03-13 Josh TriplettDocument that wildcard_imports doesn't warn about ...
2020-03-13 borsAuto merge of #5308 - flip1995:changelog, r=Manishearth
2020-03-12 borsAuto merge of #5304 - sinkuu:redundant_clone_not_consum...
2020-03-12 borsAuto merge of #5307 - JohnTitor:rename-method, r=flip1995
2020-03-12 Yuki OkushiRustup to rust-lang/rust#69674
2020-03-12 Shotaro YamadaUse visit_place
2020-03-12 Shotaro YamadaCheck for mutation
2020-03-12 Shotaro YamadaOnly fires on temporaries
2020-03-12 Shotaro YamadaExtend `redundant_clone` to the case that cloned value...
2020-03-10 borsAuto merge of #5272 - jmeyers35:file_read_lint, r=flip1995
2020-03-10 borsAuto merge of #5300 - JohnTitor:edition-flag, r=flip1995
2020-03-10 Jacob Meyersadd CR feedback
2020-03-10 borsAuto merge of #5298 - rust-lang:needless_doc_main_code...
2020-03-10 borsAuto merge of #5299 - JohnTitor:contrib, r=flip1995
2020-03-10 Andre Bogusneedless_doc_main: only check rust code
2020-03-10 borsAuto merge of #5296 - sinkuu:fix_ice_trivial_bounds...
2020-03-10 borsAuto merge of #5297 - JohnTitor:shadow, r=phansch
2020-03-10 Yuki OkushiUse `node_type_opt` over `node_type`
2020-03-10 Shotaro YamadaFix doc
2020-03-10 Shotaro YamadaFix ICE with trivial_bounds feature
2020-03-10 borsAuto merge of #5295 - matthiaskrgr:lints_readme, r...
2020-03-10 Matthias Krügerclippy_lints: readme: don't mention crates.io since...
2020-03-09 borsAuto merge of #5277 - chrissimpkins:rustc-dev-guide...
2020-03-09 borsAuto merge of #5292 - jpospychala:map-placeholder,...
2020-03-09 Jacek PospychalaImprove placeholder in map_unit_fn
2020-03-09 borsAuto merge of #5287 - matthiaskrgr:pat_isref, r=flip1995
2020-03-09 borsAuto merge of #5286 - matthiaskrgr:delay_vec_creation...
2020-03-09 borsAuto merge of #5291 - ThibsG:FixSingleBinding, r=flip1995
2020-03-09 ThibsGFix match single binding when in a let stmt
2020-03-09 borsAuto merge of #5285 - matthiaskrgr:dep_it, r=flip1995
2020-03-09 borsAuto merge of #5290 - polybuildr:map-message, r=phansch
2020-03-08 Vivek GhaisasImprove error messages for {option,result}_map_unit_fn
2020-03-08 Matthias Krügerredundant_pattern: take binding (ref, ref mut) into...
2020-03-08 Matthias Krügercheck_pat: delay creation of the "normal" vec until...
2020-03-08 Matthias Krügerdeps: bump itertools 0.8 -> 0.9
2020-03-06 Jacob Meyersadd lint on File::read_to_string and File::read_to_end
2020-03-05 borsAuto merge of #5276 - flip1995:macro_use, r=flip1995
2020-03-05 flip1995Rename macro_use_import -> macro_use_imports
2020-03-05 borsAuto merge of #5230 - DevinR528:macro-use, r=flip1995
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-04 borsAuto merge of #5257 - mlegner:cast_hex_fp, r=flip1995
2020-03-04 Devin Rwarn on macro_use attr
2020-03-04 borsAuto merge of #5266 - sinkuu:questionmark, r=flip1995
2020-03-04 Shotaro YamadaApply suggestions from code review
2020-03-04 mlegnerSimplify if_chain.
2020-03-04 mlegnerMove NumericLiteral to its own module.
2020-03-04 mlegnerIncluded binary and octal cases.
2020-03-04 mlegnerResolve false positives for hex int cast.
2020-03-04 borsAuto merge of #5258 - ThibsG:UselessBindingInStruct638...
2020-03-04 borsAuto merge of #5246 - JarredAllen:master, r=flip1995
2020-03-04 Shotaro Yamadarun-rustfix
2020-03-04 Shotaro YamadaLint `if let Some` in question_mark lint
2020-03-04 ThibsGAdd restrictive pat use in full binded struct
2020-03-04 JarredAllenRan cargo dev fmt
2020-03-03 JarredAllenRecommended changes from flip1995
2020-03-03 borsAuto merge of #5261 - matthiaskrgr:qmark, r=flip1995
2020-03-03 Matthias Krügeruse question mark operator
2020-03-03 borsAuto merge of #5256 - JohnTitor:try-eval-usize, r=phansch
2020-03-03 Yuki OkushiUse `try_eval_usize` over `eval_usize`
2020-03-03 borsAuto merge of #5259 - flip1995:lang_items, r=phansch
2020-03-03 borsAuto merge of #5047 - flip1995:use_debug, r=phansch
2020-03-03 borsAuto merge of #5250 - mlegner:unused_fp, r=flip1995
2020-03-03 flip1995Add path for display trait
2020-03-03 flip1995Use lang items instead of get_trait_def_id where possible
2020-03-03 flip1995Don't lint debug formatting in debug impl
2020-03-02 borsAuto merge of #5242 - matthiaskrgr:5238_test, r=flip1995
2020-03-02 borsAuto merge of #5254 - JohnTitor:sugg, r=flip1995
2020-03-02 Yuki OkushiRustup to rust-lang/rust#69469
2020-03-02 mlegnerWhitelist unused attribute for use items.
2020-03-02 JarredAllenFix one last test issue
2020-03-02 JarredAllenRefactor suggested by krishna-veerareddy
2020-03-01 JarredAllenFixed compile error from merging
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 borsAuto merge of #5247 - JohnTitor:syntax, r=flip1995
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69579
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69592
2020-03-01 JarredAllenRun cargo dev fmt
2020-02-29 JarredAllenFinished checking for cases of absolute values
2020-02-28 JarredAllenSome bugfixing
2020-02-28 JarredAllenCreated floating point abs lint and test, but not yet run
2020-02-24 borsAuto merge of #4897 - krishna-veerareddy:issue-2040...
2020-02-24 Krishna Sai Veera... Add `imprecise_flops` lint
2020-02-24 Krishna Sai Veera... Rename `mul_add` test file and add general improvements
2020-02-24 Krishna Sai Veera... Move `manual_mul_add` into `suboptimal_flops` lint
2020-02-24 Krishna Sai Veera... Fix `powi` suggestion and add general improvements
2020-02-24 Krishna Sai Veera... Change lint name to `suboptimal_flops`
2020-02-24 Krishna Sai Veera... Remove lint for logarithm division identity
2020-02-24 Krishna Veera ReddyAdd type suffixes to unsuffixed method receiver suggestions
next