| Age | Commit message (Expand) | Author | Lines |
| 2019-11-24 | [comparison_chain] #4827 Check `core::cmp::Ord` is implemented | Tim Bodeit | -1/+11 |
| 2019-11-23 | Auto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995 | bors | -258/+318 |
| 2019-11-23 | Rollup merge of #4830 - lzutao:str-repeat, r=flip1995 | Philipp Krones | -1/+1 |
| 2019-11-23 | Rollup merge of #4820 - guanqun:comment-fix, r=flip1995 | Philipp Krones | -1/+1 |
| 2019-11-23 | Rollup merge of #4811 - mikerite:lit_repr_20191113, r=flip1995 | Philipp Krones | -253/+272 |
| 2019-11-23 | Rollup merge of #4766 - phansch:fix_fp_in_derive_hash_xor_eq, r=flip1995 | Philipp Krones | -0/+1 |
| 2019-11-23 | Rollup merge of #4730 - yerke:fix-check_infinite_loop, r=flip1995 | Philipp Krones | -3/+43 |
| 2019-11-23 | Fix fallout | flip1995 | -2/+3 |
| 2019-11-23 | Run update_lints | flip1995 | -2/+2 |
| 2019-11-23 | Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lints | flip1995 | -0/+224 |
| 2019-11-23 | Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l... | flip1995 | -0/+74 |
| 2019-11-23 | Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lints | flip1995 | -1/+79 |
| 2019-11-23 | Merge remote-tracking branch 'upstream/zst-offset' into rollup-new-lints | flip1995 | -0/+36 |
| 2019-11-22 | fix check_infinite_loop by checking for break or return inside loop body | Yerkebulan Tulibergenov | -3/+43 |
| 2019-11-22 | Rustup to rust-lang/rust#66515 | flip1995 | -6/+8 |
| 2019-11-22 | Remove never_type feature | flip1995 | -1/+0 |
| 2019-11-20 | Implement if_same_cond_fn lint | Igor Aleksanov | -1/+79 |
| 2019-11-19 | add a good example for the approx_const lint | Johannes Schilling | -0/+6 |
| 2019-11-19 | Add suggested good cases in docs for lifetimes lint | Johannes Schilling | -0/+12 |
| 2019-11-19 | use usize::from | lzutao | -1/+1 |
| 2019-11-19 | use more efficient code to generate repeated string | Lzu Tao | -1/+1 |
| 2019-11-18 | Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18) | Manish Goregaokar | -57/+35 |
| 2019-11-15 | New lint: zst_offset | Andre Bogus | -0/+36 |
| 2019-11-16 | doc: fix the comment above the lint function | Guanqun Lu | -1/+1 |
| 2019-11-15 | register new lint "tabs in doc comments" and update readme | Florian Rohm | -0/+5 |
| 2019-11-15 | add new lint tabs in doc comments | Florian Rohm | -0/+219 |
| 2019-11-14 | Rustup rust-lang/rust#66233 | Yuki Okushi | -2/+2 |
| 2019-11-14 | literal repr: ignore more warnings in macros | Michael Wright | -7/+17 |
| 2019-11-14 | literal representation: simplification | Michael Wright | -1/+1 |
| 2019-11-13 | Add new lint: large stack array | Areredify | -0/+74 |
| 2019-11-13 | literal representation restructure 12 | Michael Wright | -9/+17 |
| 2019-11-13 | literal representation restructure 11 | Michael Wright | -15/+15 |
| 2019-11-13 | literal representation restructure 10 | Michael Wright | -23/+23 |
| 2019-11-13 | literal representation restructure 9 | Michael Wright | -77/+86 |
| 2019-11-13 | literal representation restructure 8 | Michael Wright | -29/+37 |
| 2019-11-13 | literal representation restructure 7 | Michael Wright | -39/+28 |
| 2019-11-13 | literal representation restructure 6 | Michael Wright | -40/+35 |
| 2019-11-13 | literal representation restructure 5 | Michael Wright | -29/+14 |
| 2019-11-13 | literal representation restructure 4 | Michael Wright | -64/+86 |
| 2019-11-13 | literal representation restructure 3 | Michael Wright | -9/+10 |
| 2019-11-13 | literal representation restructure 2 | Michael Wright | -46/+42 |
| 2019-11-13 | literal representation restructure 1 | Michael Wright | -52/+48 |
| 2019-11-12 | no more must-use-candidate on trait impls | Andre Bogus | -2/+5 |
| 2019-11-12 | don't warn on CRLF in `with_newline` lints | Andy Russell | -29/+27 |
| 2019-11-11 | Auto merge of #4803 - tomprogrammer:issue-4732, r=phansch | bors | -1/+2 |
| 2019-11-11 | MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy | Manish Goregaokar | -54/+58 |
| 2019-11-11 | Auto merge of #4801 - mikerite:to_digit_is_some, r=flip1995 | bors | -3/+102 |
| 2019-11-11 | Fix false positive in explicit_counter_loop lint | Thomas Bahn | -1/+2 |
| 2019-11-11 | Fix false positive in derive_hash_xor_eq | Philipp Hansch | -0/+1 |
| 2019-11-11 | Auto merge of #4780 - flip1995:ice_4775, r=phansch | bors | -1/+7 |