]> git.lizzy.rs Git - rust.git/history - src/visitor.rs
Change `to_string` to `to_owned` when it just creates a `String` from a `&str`
[rust.git] / src / visitor.rs
2015-04-30 Tobias BucherChange `to_string` to `to_owned` when it just creates...
2015-04-29 Nick CameronPreserve linebreaks in doc comments
2015-04-29 Nick CameronBetter handle trait items
2015-04-29 Nick CameronBetter attribute handling
2015-04-28 Nick CameronTweak rules around attributes for modules
2015-04-28 Nick CameronComments in function decls and annotations/doc comments
2015-04-23 Nick CameronIndenting for modules
2015-04-23 Nick CameronIdempotent tests and comments in function decls
2015-04-21 Nick CameronExtract out more files