| Age | Commit message (Expand) | Author | Lines |
| 2019-07-08 | Implement flat_map lint | Jeremy Stucki | -0/+55 |
| 2019-07-08 | Add test for unnecessary_flat_map | Jeremy Stucki | -0/+16 |
| 2019-07-08 | Add rustfmt nightly to appveyor install | Michael Wright | -0/+1 |
| 2019-07-07 | Work around rustup fallback error on Windows | Michael Wright | -1/+1 |
| 2019-07-07 | Update documentation to the dev fmt command | flip1995 | -5/+7 |
| 2019-07-07 | Remove format checks from CI scripts again. | Michael Wright | -19/+0 |
| 2019-07-07 | Remove format checks from CI script | Michael Wright | -11/+0 |
| 2019-07-07 | Improve fmt test failure message | Michael Wright | -1/+4 |
| 2019-07-07 | Fix crash on `dev --limit-stderr-length` | Michael Wright | -1/+1 |
| 2019-07-07 | Add dev fmt subcommand | Michael Wright | -18/+229 |
| 2019-07-07 | Auto merge of #4258 - mikerite:fix-breakage-20190706, r=Manishearth | bors | -60/+31 |
| 2019-07-06 | rustfmt | Michael Wright | -3/+1 |
| 2019-07-06 | Address reviews | Michael Wright | -12/+21 |
| 2019-07-06 | Fix breakage due to rust-lang/rust#61988 | Michael Wright | -61/+25 |
| 2019-07-06 | Auto merge of #4255 - mikerite:fix-warnings-20190706, r=Manishearth | bors | -2/+2 |
| 2019-07-06 | Fix unknown lint warnings | Michael Wright | -2/+2 |
| 2019-07-06 | Auto merge of #4254 - lzutao:hiridification-62168, r=Manishearth | bors | -65/+53 |
| 2019-07-06 | Remove lint for ONCE_INIT | Lzu Tao | -10/+1 |
| 2019-07-06 | Update rustfix tests | Lzu Tao | -30/+27 |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -28/+28 |
| 2019-07-04 | Auto merge of #4252 - mikerite:fix-unused-import-20190704, r=flip1995 | bors | -1/+1 |
| 2019-07-04 | Remove unused import | Michael Wright | -1/+1 |
| 2019-07-03 | Auto merge of #4251 - matthiaskrgr:rustup_10, r=Manishearth | bors | -4/+4 |
| 2019-07-03 | rustup https://github.com/rust-lang/rust/pull/61995 | Matthias Krüger | -4/+4 |
| 2019-07-03 | Auto merge of #4250 - mikerite:fix-3992, r=phansch | bors | -31/+22 |
| 2019-07-03 | Auto merge of #4249 - matthiaskrgr:license_url, r=phansch | bors | -2/+2 |
| 2019-07-03 | Fix allow bug in `trivially_copy_pass_by_ref` | Michael Wright | -31/+22 |
| 2019-07-02 | readme: fix urls in the license | Matthias Krüger | -2/+2 |
| 2019-07-02 | Auto merge of #4246 - mikerite:fix-4244, r=flip1995 | bors | -5/+53 |
| 2019-07-02 | Fix `match_same_arms` false negative | Michael Wright | -5/+53 |
| 2019-07-01 | Auto merge of #4245 - flip1995:ice_4121, r=matthiaskrgr | bors | -5/+17 |
| 2019-07-01 | Reenable cargo and rls tests in travis | flip1995 | -5/+4 |
| 2019-07-01 | Test for melted ICE #4121 | flip1995 | -0/+13 |
| 2019-07-01 | Auto merge of #4243 - mikerite:fix-4058, r=flip1995 | bors | -2/+12 |
| 2019-07-01 | Auto merge of #4222 - jfrikker:try_err, r=flip1995 | bors | -2/+322 |
| 2019-07-01 | Fix `never_loop` false positive | Michael Wright | -2/+12 |
| 2019-06-30 | Running rustfmt on test | Joe Frikker | -18/+28 |
| 2019-06-30 | Auto merge of #4240 - alex:uninit-intrinsic-prep, r=Manishearth | bors | -21/+8 |
| 2019-06-29 | Removed use of intrinsics::uninit from tests. | Alex Gaynor | -21/+8 |
| 2019-06-25 | Auto merge of #4235 - Manishearth:rustup, r=Manishearth | bors | -41/+29 |
| 2019-06-25 | fmt | Manish Goregaokar | -15/+3 |
| 2019-06-25 | Remove a hir_to_node_id | Manish Goregaokar | -1/+1 |
| 2019-06-25 | find_by_hir_id -> find | Manish Goregaokar | -17/+17 |
| 2019-06-25 | get_parent_node_by_hir_id -> get_parent_node | Manish Goregaokar | -17/+17 |
| 2019-06-24 | Making try_err machine applicable | Joe Frikker | -18/+103 |
| 2019-06-24 | Auto merge of #4230 - flip1995:unsugar_if, r=Manishearth | bors | -30/+30 |
| 2019-06-24 | Simplify unsugar_if to just an if expr check | flip1995 | -12/+12 |
| 2019-06-24 | Remove ast:: prefix from types | flip1995 | -20/+20 |
| 2019-06-24 | Auto merge of #4123 - Centril:rustup-let-chains-ast, r=Manishearth | bors | -40/+73 |
| 2019-06-24 | Put 'if let' back into comment. | Mazdak Farrokhzad | -1/+1 |