| Age | Commit message (Expand) | Author | Lines |
| 2019-06-03 | Do not install rustup-toolchain if it is in PATH | Lzu Tao | -3/+6 |
| 2019-06-03 | Bump cargo_metadata of clippy_lints | Lzu Tao | -1/+1 |
| 2019-06-02 | Change from ignore to rust | BO41 | -2/+4 |
| 2019-06-02 | Auto merge of #4166 - mati865:rustup, r=Manishearth | bors | -32/+57 |
| 2019-06-02 | Cargo fmt | Mateusz Mikuła | -6/+41 |
| 2019-06-02 | Rustup for https://github.com/rust-lang/rust/pull/61276 | Mateusz Mikuła | -31/+21 |
| 2019-06-02 | Add example to needless_range_loop | BO41 | -0/+6 |
| 2019-06-02 | Auto merge of #4160 - lzutao:bump-cargo_metadata, r=matthiaskrgr | bors | -1/+1 |
| 2019-06-02 | Auto merge of #4159 - lzutao:into-outer_expn_info, r=matthiaskrgr | bors | -25/+12 |
| 2019-06-02 | Fix .map(..).unwrap_or_else(..) bad suggestion | Michael Wright | -9/+38 |
| 2019-06-01 | doc: Remove `pub` from trait definition in foo lint example | Lzu Tao | -3/+3 |
| 2019-06-01 | Bump cargo_metadata to 0.8.0 | Lzu Tao | -1/+1 |
| 2019-06-01 | Make use of new `outer_expn_info()` function | Lzu Tao | -25/+12 |
| 2019-06-01 | Auto merge of #4158 - phansch:rustup_tests, r=Manishearth | bors | -23/+23 |
| 2019-06-01 | Fix ellipsis_inclusive_range_patterns lint warnings | Philipp Hansch | -23/+23 |
| 2019-05-30 | add suggestions for print/write with newline lint | Andy Russell | -82/+206 |
| 2019-05-30 | Auto merge of #4157 - phansch:update_pulldown_cmark2, r=matthiaskrgr | bors | -1/+1 |
| 2019-05-30 | Auto merge of #4113 - rust-lang:author, r=flip1995 | bors | -8/+65 |
| 2019-05-30 | Update pulldown_cmark to 0.5.2 | Philipp Hansch | -1/+1 |
| 2019-05-30 | Auto merge of #4155 - phansch:rustup_trait_obj, r=oli-obk | bors | -38/+38 |
| 2019-05-30 | Rustup to https://github.com/rust-lang/rust/pull/61203 | Philipp Hansch | -38/+38 |
| 2019-05-29 | Auto merge of #4153 - matthiaskrgr:rustup_5, r=flip1995 | bors | -3/+3 |
| 2019-05-29 | rustup https://github.com/rust-lang/rust/pull/60928 | Matthias Krüger | -3/+3 |
| 2019-05-28 | Auto merge of #4152 - matthiaskrgr:rustup_4, r=matthiaskrgr | bors | -6/+6 |
| 2019-05-28 | rustup https://github.com/rust-lang/rust/pull/61164 | Matthias Krüger | -6/+6 |
| 2019-05-28 | Don't rustfmt author test | Oliver Scherer | -1/+2 |
| 2019-05-28 | Fix `Block` dump in author lint | Oliver Scherer | -8/+64 |
| 2019-05-28 | Auto merge of #4142 - agnxy:rename-assoc, r=flip1995 | bors | -11/+11 |
| 2019-05-28 | Auto merge of #4071 - matthiaskrgr:sizeof, r=flip1995 | bors | -36/+42 |
| 2019-05-27 | Auto merge of #4150 - rust-lang:rustup, r=oli-obk | bors | -6/+13 |
| 2019-05-27 | Rustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27) | Oliver Scherer | -6/+13 |
| 2019-05-27 | Auto merge of #4137 - euclio:let-return, r=oli-obk | bors | -23/+43 |
| 2019-05-27 | Auto merge of #4149 - flip1995:rollup-6knpdqb, r=flip1995 | bors | -82/+241 |
| 2019-05-27 | Rollup merge of #4119 - BO41:non_ascii_literal, r=flip1995 | Philipp Krones | -27/+23 |
| 2019-05-27 | Rollup merge of #4102 - Urriel:fix/4096_match_same_arms, r=flip1995 | Philipp Krones | -55/+218 |
| 2019-05-27 | Auto merge of #3832 - HarrisonMc555:use_last, r=flip1995 | bors | -1/+183 |
| 2019-05-27 | Auto merge of #4148 - sanxiyn:typo, r=Manishearth | bors | -1/+1 |
| 2019-05-27 | Fix typo in comment | Seo Sanghyeon | -1/+1 |
| 2019-05-26 | Auto merge of #4145 - rust-lang:rustup, r=oli-obk | bors | -13/+7 |
| 2019-05-26 | Rustfmt | Oliver Scherer | -5/+3 |
| 2019-05-26 | Rustup to rustc 1.36.0-nightly (2268d9923 2019-05-26) | Oliver Scherer | -9/+5 |
| 2019-05-25 | Rename "Associated*" to "Assoc*" | Andrew Xu | -11/+11 |
| 2019-05-25 | Auto merge of #4141 - phansch:rustup5, r=oli-obk | bors | -1/+1 |
| 2019-05-25 | Rustup to https://github.com/rust-lang/rust/pull/61026 | Philipp Hansch | -1/+1 |
| 2019-05-24 | tweak `let_and_return` diagnostic | Andy Russell | -23/+43 |
| 2019-05-24 | Auto merge of #4135 - matthiaskrgr:rustup_obsol, r=phansch | bors | -3/+1 |
| 2019-05-24 | rustup https://github.com/rust-lang/rust/pull/60803/ | Matthias Krüger | -3/+1 |
| 2019-05-24 | Auto merge of #4134 - phansch:rustup4, r=Manishearth | bors | -15/+16 |
| 2019-05-24 | Rustup to https://github.com/rust-lang/rust/pull/59545 | Philipp Hansch | -15/+16 |
| 2019-05-23 | trivially_copy_pass_by_ref: print size of type and limit in the lint message | Matthias Krüger | -36/+42 |