| Age | Commit message (Expand) | Author | Lines |
| 2019-11-25 | Rustup to rust-lang/rust#64856 | flip1995 | -27/+26 |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -48/+48 |
| 2019-11-24 | [comparison_chain] #4827 Check `core::cmp::Ord` is implemented | Tim Bodeit | -2/+113 |
| 2019-11-23 | Auto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995 | bors | -294/+549 |
| 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 | -266/+393 |
| 2019-11-23 | Rollup merge of #4766 - phansch:fix_fp_in_derive_hash_xor_eq, r=flip1995 | Philipp Krones | -13/+45 |
| 2019-11-23 | Rollup merge of #4730 - yerke:fix-check_infinite_loop, r=flip1995 | Philipp Krones | -13/+109 |
| 2019-11-23 | Auto merge of #4839 - flip1995:rollup-new-lints, r=flip1995 | bors | -4/+786 |
| 2019-11-23 | Fix fallout | flip1995 | -2/+3 |
| 2019-11-23 | Run update_lints | flip1995 | -12/+12 |
| 2019-11-23 | Merge remote-tracking branch 'FlorianRohm/issue/4623' into rollup-new-lints | flip1995 | -0/+328 |
| 2019-11-23 | Merge remote-tracking branch 'Areredify/large_stack_arrays' into rollup-new-l... | flip1995 | -1/+148 |
| 2019-11-23 | Merge remote-tracking branch 'popzxc/if-same-cond-fn' into rollup-new-lints | flip1995 | -1/+242 |
| 2019-11-23 | Merge remote-tracking branch 'upstream/zst-offset' into rollup-new-lints | flip1995 | -2/+67 |
| 2019-11-23 | Auto merge of #4825 - Manishearth:rustup, r=flip1995 | bors | -182/+132 |
| 2019-11-23 | Disable chalk integration test. Output too large | flip1995 | -2/+3 |
| 2019-11-23 | Temporarily disable serde integration test | flip1995 | -2/+3 |
| 2019-11-23 | Add comment for mir_opt_level=0 | flip1995 | -0/+4 |
| 2019-11-22 | fix check_infinite_loop by checking for break or return inside loop body | Yerkebulan Tulibergenov | -13/+109 |
| 2019-11-22 | Set mir_opt_level=0 | flip1995 | -56/+27 |
| 2019-11-22 | Rustup to rust-lang/rust#66389 | flip1995 | -2/+2 |
| 2019-11-22 | Rustup to rust-lang/rust#66515 | flip1995 | -6/+8 |
| 2019-11-22 | Remove never_type feature | flip1995 | -41/+34 |
| 2019-11-20 | Implement if_same_cond_fn lint | Igor Aleksanov | -3/+244 |
| 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-19 | Rustup to rustc 1.41.0-nightly (d1da8023d 2019-11-19) | Manish Goregaokar | -29/+28 |
| 2019-11-18 | Rustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18) | Manish Goregaokar | -59/+38 |
| 2019-11-15 | New lint: zst_offset | Andre Bogus | -2/+67 |
| 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 | -2/+15 |
| 2019-11-15 | add new lint tabs in doc comments | Florian Rohm | -0/+315 |
| 2019-11-14 | Auto merge of #4815 - JohnTitor:rustup, r=matthiaskrgr | bors | -2/+2 |
| 2019-11-14 | Rustup rust-lang/rust#66233 | Yuki Okushi | -2/+2 |
| 2019-11-14 | literal repr: ignore more warnings in macros | Michael Wright | -23/+81 |
| 2019-11-14 | literal representation: simplification | Michael Wright | -2/+14 |
| 2019-11-13 | Add new lint: large stack array | Areredify | -3/+150 |
| 2019-11-13 | Auto merge of #4810 - Areredify:4716-fix, r=flip1995 | bors | -2/+2 |
| 2019-11-13 | Auto merge of #4794 - rust-lang:no-must-use-impls, r=flip1995 | bors | -10/+7 |
| 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 |