]> git.lizzy.rs Git - rust.git/history - src/functions.rs
Better handle trait items
[rust.git] / src / functions.rs
2015-04-28 Nick CameronFix trailing commas in where clauses
2015-04-28 Nick CameronComments on their own lines between args
2015-04-28 Nick CameronComments after return
2015-04-28 Nick CameronComments in function decls and annotations/doc comments
2015-04-23 Nick CameronArg/line length bug
2015-04-23 Nick Cameronminor reformatting
2015-04-23 Nick Cameronterminating newline bug
2015-04-23 Nick CameronIdempotent tests and comments in function decls
2015-04-21 Nick CameronKeep comments on fn arguments
2015-04-21 Nick CameronExtract out more files
2015-04-21 Nick CameronRefactor missing spans and fix bug with trailing whitespace
2015-04-21 Nick CameronExtract some methods for functions.
2015-04-21 Nick CameronPull out some functionality into separate files