]> git.lizzy.rs Git - rust.git/history - src/functions.rs
handle windows newlines
[rust.git] / src / functions.rs
2015-05-01 Nick CameronMerge pull request #57 from defyrlt/issue_56
2015-05-01 defyrltResolved #56 -- `mut` was eaten out of `mut self` in...
2015-04-30 Nick CameronMerge pull request #49 from oli-obk/gitignore
2015-04-30 Nick CameronMerge pull request #43 from tbu-/pr_nostaticmut
2015-04-30 Nick CameronMerge pull request #45 from tbu-/pr_toowned
2015-04-30 Tobias BucherChange `to_string` to `to_owned` when it just creates...
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