about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-11-24[comparison_chain] #4827 Check `core::cmp::Ord` is implementedTim Bodeit-1/+11
2019-11-23Auto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995bors-258/+318
2019-11-23Rollup merge of #4830 - lzutao:str-repeat, r=flip1995Philipp Krones-1/+1
2019-11-23Rollup merge of #4820 - guanqun:comment-fix, r=flip1995Philipp Krones-1/+1
2019-11-23Rollup merge of #4811 - mikerite:lit_repr_20191113, r=flip1995Philipp Krones-253/+272
2019-11-23Rollup merge of #4766 - phansch:fix_fp_in_derive_hash_xor_eq, r=flip1995Philipp Krones-0/+1
2019-11-23Rollup merge of #4730 - yerke:fix-check_infinite_loop, r=flip1995Philipp Krones-3/+43
2019-11-23Fix falloutflip1995-2/+3
2019-11-23Run update_lintsflip1995-2/+2
2019-11-23Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lintsflip1995-0/+224
2019-11-23Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l...flip1995-0/+74
2019-11-23Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lintsflip1995-1/+79
2019-11-23Merge remote-tracking branch 'upstream/zst-offset' into rollup-new-lintsflip1995-0/+36
2019-11-22fix check_infinite_loop by checking for break or return inside loop bodyYerkebulan Tulibergenov-3/+43
2019-11-22Rustup to rust-lang/rust#66515flip1995-6/+8
2019-11-22Remove never_type featureflip1995-1/+0
2019-11-20Implement if_same_cond_fn lintIgor Aleksanov-1/+79
2019-11-19add a good example for the approx_const lintJohannes Schilling-0/+6
2019-11-19Add suggested good cases in docs for lifetimes lintJohannes Schilling-0/+12
2019-11-19use usize::fromlzutao-1/+1
2019-11-19use more efficient code to generate repeated stringLzu Tao-1/+1
2019-11-18Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18)Manish Goregaokar-57/+35
2019-11-15New lint: zst_offsetAndre Bogus-0/+36
2019-11-16doc: fix the comment above the lint functionGuanqun Lu-1/+1
2019-11-15register new lint "tabs in doc comments" and update readmeFlorian Rohm-0/+5
2019-11-15add new lint tabs in doc commentsFlorian Rohm-0/+219
2019-11-14Rustup rust-lang/rust#66233Yuki Okushi-2/+2
2019-11-14literal repr: ignore more warnings in macrosMichael Wright-7/+17
2019-11-14literal representation: simplificationMichael Wright-1/+1
2019-11-13Add new lint: large stack arrayAreredify-0/+74
2019-11-13literal representation restructure 12Michael Wright-9/+17
2019-11-13literal representation restructure 11Michael Wright-15/+15
2019-11-13literal representation restructure 10Michael Wright-23/+23
2019-11-13literal representation restructure 9Michael Wright-77/+86
2019-11-13literal representation restructure 8Michael Wright-29/+37
2019-11-13literal representation restructure 7Michael Wright-39/+28
2019-11-13literal representation restructure 6Michael Wright-40/+35
2019-11-13literal representation restructure 5Michael Wright-29/+14
2019-11-13literal representation restructure 4Michael Wright-64/+86
2019-11-13literal representation restructure 3Michael Wright-9/+10
2019-11-13literal representation restructure 2Michael Wright-46/+42
2019-11-13literal representation restructure 1Michael Wright-52/+48
2019-11-12no more must-use-candidate on trait implsAndre Bogus-2/+5
2019-11-12don't warn on CRLF in `with_newline` lintsAndy Russell-29/+27
2019-11-11Auto merge of #4803 - tomprogrammer:issue-4732, r=phanschbors-1/+2
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-54/+58
2019-11-11Auto merge of #4801 - mikerite:to_digit_is_some, r=flip1995bors-3/+102
2019-11-11Fix false positive in explicit_counter_loop lintThomas Bahn-1/+2
2019-11-11Fix false positive in derive_hash_xor_eqPhilipp Hansch-0/+1
2019-11-11Auto merge of #4780 - flip1995:ice_4775, r=phanschbors-1/+7