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