about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-07-28Enable rustfmt testsMichael Wright-3/+2
2019-07-28Skip fmt test if rustfmt is unavailbleMichael Wright-1/+14
2019-07-28dev-fmt: better error handlingMichael Wright-0/+29
2019-07-27Hash discriminant of lifetime.namexd009642-0/+1
2019-07-27Hash discriminant of Lifetime::Namexd009642-1/+2
2019-07-27Updated tests.xd009642-22/+12
2019-07-27Respond to review commentsxd009642-36/+57
2019-07-27Auto merge of #4301 - flip1995:dummy, r=Manishearthbors-4/+4
2019-07-27Auto merge of #4302 - matthiaskrgr:rustup_13, r=phanschbors-3/+4
2019-07-27ci: temporarily disable rustfmt checks/tetss since it's broken for nightlyMatthias Krüger-2/+3
2019-07-27Updated test stderrxd009642-1/+1
2019-07-27Added doc comment fixed type printoutxd009642-2/+16
2019-07-27Respond to comments and improve printoutxd009642-8/+8
2019-07-26rustup https://github.com/rust-lang/rust/pull/62964Matthias Krüger-1/+1
2019-07-26Bump version of clippy_dummyflip1995-4/+4
2019-07-26Responded to comments and fixed compile bugxd009642-5/+3
2019-07-24Fixed more compile errorsxd009642-10/+14
2019-07-24Fix some of the compile errorsxd009642-32/+22
2019-07-24Changed Ty to ty, added lifetime 'tcxxd009642-17/+17
2019-07-24Lint for type repetition in trait bounds.xd009642-4/+210
2019-07-24Auto merge of #4297 - matthiaskrgr:rustup_12, r=matthiaskrgrbors-2/+2
2019-07-24update test stderr, not sure which rustc pull request caused this.Matthias Krüger-1/+1
2019-07-24rustup https://github.com/rust-lang/rust/pull/62859Matthias Krüger-1/+1
2019-07-23Auto merge of #4266 - uHOOCCOOHu:fix/async_fn_lifetime, r=flip1995bors-28/+86
2019-07-23Fix tests for edition 2018 compatibilityuHOOCCOOHu-27/+27
2019-07-23Revert "Revert global fmt config and use `rustfmt::skip`"uHOOCCOOHu-38/+34
2019-07-21Auto merge of #4292 - mikerite:fix-breakage-20190721, r=matthiaskrgrbors-28/+42
2019-07-21Fix breakage due to rust-lang/rust#60913Michael Wright-16/+30
2019-07-21Fix breakage due to rust-lang/rust#62705Michael Wright-12/+12
2019-07-20Revert global fmt config and use `rustfmt::skip`uHOOCCOOHu-34/+38
2019-07-19Fix fmtuHOOCCOOHu-9/+25
2019-07-19Auto merge of #4287 - matthiaskrgr:rustup_11, r=phanschbors-2/+2
2019-07-19rustup https://github.com/rust-lang/rust/pull/62679/Matthias Krüger-2/+2
2019-07-19Auto merge of #4286 - phansch:update_pulldown_cmark3, r=flip1995bors-1/+5
2019-07-19Auto merge of #4285 - matthiaskrgr:rustup_backticks, r=phanschbors-24/+24
2019-07-19Update pulldown-cmark to 0.5.3Philipp Hansch-1/+5
2019-07-19rustup https://github.com/rust-lang/rust/pull/62764Matthias Krüger-24/+24
2019-07-18Auto merge of #4282 - phansch:decrease_stderr_maximum_length, r=flip1995bors-1/+1
2019-07-19Add testuHOOCCOOHu-0/+40
2019-07-18Auto merge of #4274 - daxpedda:implicit_return_fixes, r=flip1995bors-74/+118
2019-07-18Auto merge of #4284 - flip1995:rustfmt, r=phanschbors-3/+8
2019-07-18Format codeflip1995-3/+8
2019-07-17Decrease maximum length for stderr filesPhilipp Hansch-1/+1
2019-07-17Improved importsdaxpedda-2/+2
2019-07-17Auto merge of #4280 - phansch:uitests_matches, r=flip1995bors-182/+191
2019-07-17Auto merge of #4259 - Darth-Revan:origin/inherent_to_string, r=flip1995bors-2/+290
2019-07-17Fix "unkown clippy lint" error in UI test.Darth-Revan-12/+8
2019-07-17Corrections for PR review.Darth-Revan-17/+31
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-2/+280
2019-07-17Auto merge of #4278 - phansch:uitestcleanup_indexing, r=flip1995bors-157/+194