about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-07-08Implement flat_map lintJeremy Stucki-0/+55
2019-07-08Add test for unnecessary_flat_mapJeremy Stucki-0/+16
2019-07-08Add rustfmt nightly to appveyor installMichael Wright-0/+1
2019-07-07Work around rustup fallback error on WindowsMichael Wright-1/+1
2019-07-07Update documentation to the dev fmt commandflip1995-5/+7
2019-07-07Remove format checks from CI scripts again.Michael Wright-19/+0
2019-07-07Remove format checks from CI scriptMichael Wright-11/+0
2019-07-07Improve fmt test failure messageMichael Wright-1/+4
2019-07-07Fix crash on `dev --limit-stderr-length`Michael Wright-1/+1
2019-07-07Add dev fmt subcommandMichael Wright-18/+229
2019-07-07Auto merge of #4258 - mikerite:fix-breakage-20190706, r=Manishearthbors-60/+31
2019-07-06rustfmtMichael Wright-3/+1
2019-07-06Address reviewsMichael Wright-12/+21
2019-07-06Fix breakage due to rust-lang/rust#61988Michael Wright-61/+25
2019-07-06Auto merge of #4255 - mikerite:fix-warnings-20190706, r=Manishearthbors-2/+2
2019-07-06Fix unknown lint warningsMichael Wright-2/+2
2019-07-06Auto merge of #4254 - lzutao:hiridification-62168, r=Manishearthbors-65/+53
2019-07-06Remove lint for ONCE_INITLzu Tao-10/+1
2019-07-06Update rustfix testsLzu Tao-30/+27
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-28/+28
2019-07-04Auto merge of #4252 - mikerite:fix-unused-import-20190704, r=flip1995bors-1/+1
2019-07-04Remove unused importMichael Wright-1/+1
2019-07-03Auto merge of #4251 - matthiaskrgr:rustup_10, r=Manishearthbors-4/+4
2019-07-03rustup https://github.com/rust-lang/rust/pull/61995Matthias Krüger-4/+4
2019-07-03Auto merge of #4250 - mikerite:fix-3992, r=phanschbors-31/+22
2019-07-03Auto merge of #4249 - matthiaskrgr:license_url, r=phanschbors-2/+2
2019-07-03Fix allow bug in `trivially_copy_pass_by_ref`Michael Wright-31/+22
2019-07-02readme: fix urls in the licenseMatthias Krüger-2/+2
2019-07-02Auto merge of #4246 - mikerite:fix-4244, r=flip1995bors-5/+53
2019-07-02Fix `match_same_arms` false negativeMichael Wright-5/+53
2019-07-01Auto merge of #4245 - flip1995:ice_4121, r=matthiaskrgrbors-5/+17
2019-07-01Reenable cargo and rls tests in travisflip1995-5/+4
2019-07-01Test for melted ICE #4121flip1995-0/+13
2019-07-01Auto merge of #4243 - mikerite:fix-4058, r=flip1995bors-2/+12
2019-07-01Auto merge of #4222 - jfrikker:try_err, r=flip1995bors-2/+322
2019-07-01Fix `never_loop` false positiveMichael Wright-2/+12
2019-06-30Running rustfmt on testJoe Frikker-18/+28
2019-06-30Auto merge of #4240 - alex:uninit-intrinsic-prep, r=Manishearthbors-21/+8
2019-06-29Removed use of intrinsics::uninit from tests.Alex Gaynor-21/+8
2019-06-25Auto merge of #4235 - Manishearth:rustup, r=Manishearthbors-41/+29
2019-06-25fmtManish Goregaokar-15/+3
2019-06-25Remove a hir_to_node_idManish Goregaokar-1/+1
2019-06-25find_by_hir_id -> findManish Goregaokar-17/+17
2019-06-25get_parent_node_by_hir_id -> get_parent_nodeManish Goregaokar-17/+17
2019-06-24Making try_err machine applicableJoe Frikker-18/+103
2019-06-24Auto merge of #4230 - flip1995:unsugar_if, r=Manishearthbors-30/+30
2019-06-24Simplify unsugar_if to just an if expr checkflip1995-12/+12
2019-06-24Remove ast:: prefix from typesflip1995-20/+20
2019-06-24Auto merge of #4123 - Centril:rustup-let-chains-ast, r=Manishearthbors-40/+73
2019-06-24Put 'if let' back into comment.Mazdak Farrokhzad-1/+1