| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -8/+0 | |
| 2020-01-24 | Remove unused ignore-license directives | Tomasz Miąsko | -5/+0 | |
| The tidy check was removed in rust-lang/rust#53617 | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -7/+0 | |
| 2016-03-07 | syntax: Always pretty print a newline after doc comments | Erick Tryzelaar | -0/+20 | |
| Before this patch, code that had a doc comment as the first line, as in: ```rust /// Foo struct Foo; ``` Was pretty printed into: ```rust ///Foostruct Foo; ``` This makes sure that that there is always a trailing newline after a doc comment. Closes #31722 | ||||
