]> git.lizzy.rs Git - rust.git/history - src
Move vertical mode override to write_list
[rust.git] / src /
2015-06-04 Marcus KlaasMove vertical mode override to write_list
2015-06-02 Nick CameronMerge pull request #89 from marcusklaas/enums
2015-06-02 Marcus KlaasImplement basic enum formatting
2015-05-31 Nick CameronMerge pull request #85 from cassiersg/tuple
2015-05-30 Gaëtan CassiersHandle tuples of length 1
2015-05-30 Gaëtan Cassiersfix : width available
2015-05-28 Nick CameronMerge pull request #81 from tdudziak/issue_31
2015-05-28 Gaëtan CassiersImplement reformat of tuple litterals
2015-05-26 Tomasz DudziakUse config!(tab_spaces) instead of hardcoded `4`.
2015-05-25 Nick CameronMerge pull request #80 from cassiersg/master
2015-05-25 Tomasz DudziakClarify indent calcs in `compute_budget_for_args`
2015-05-25 Tomasz DudziakOptionally put the opening paren on the previous line...
2015-05-25 Gaëtan CassiersFix #79
2015-05-25 Nick CameronMerge pull request #75 from nrc/structs
2015-05-25 Nick CameronStruct literals
2015-05-25 Nick CameronPref for comma on the last field
2015-05-25 Nick CameronFormat structs
2015-05-24 Nick CameronMerge pull request #74 from cassiersg/paren-expr
2015-05-24 Gaëtan CassiersAvoid dangling )
2015-05-24 Gaëtan Cassierssyle correction
2015-05-24 Gaëtan CassiersAdd rewrite for ExprParen
2015-05-23 Nick CameronAdd config.rs which I forgot for the last commit
2015-05-23 Nick CameronUse config file for constants
2015-05-23 Nick CameronAdd default.toml and modify the build system for it
2015-05-20 Nick CameronMerge pull request #71 from posix4e/master
2015-05-20 Alex HotShot NewmanRemove old box syntax
2015-05-13 Nick CameronMerge pull request #67 from marcusklaas/test-diff
2015-05-12 Nick CameronMerge pull request #65 from marcusklaas/required-methods
2015-05-12 Marcus KlaasFormat required methods on traits
2015-05-11 Nick CameronMerge pull request #48 from oli-obk/newlines
2015-05-11 Nick CameronMerge pull request #61 from oli-obk/master
2015-05-11 Nick CameronMerge branch 'mattyhall-single-import'
2015-05-11 Nick CameronMerge branch 'single-import' of https://github.com...
2015-05-11 Nick CameronMerge pull request #68 from marcusklaas/import-breaks
2015-05-11 Nick CameronMerge pull request #69 from oli-obk/patch-1
2015-05-11 Oliver Schneidertypo
2015-05-04 Marcus KlaasKeep import lists on a single line when possible
2015-05-04 Oliver Schneiderprevent bogus whitespace error messages due to \r
2015-05-04 Oliver Schneiderhandle windows newlines
2015-05-04 Nick CameronMerge pull request #62 from marcusklaas/use-indent
2015-05-04 Marcus KlaasCorrectly indent use items and functions
2015-05-02 Matthew HallChange import lists with one item to single import
2015-05-02 defyrltResolved #56 -- `mut` was eaten out of `mut self` in...
2015-05-02 Nick CameronMerge pull request #60 from oli-obk/master
2015-05-01 Oliver Schneidersplit main function and test function into their own...
2015-05-01 Oliver Schneidermain.rs -> lib.rs
2015-05-01 Nick CameronMerge pull request #58 from Stebalien/borrow
2015-05-01 Steven AllenTrust the borrow checker.
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-05-01 Nick CameronMerge pull request #55 from tedsta/master
2015-05-01 Theodore DeRegoSpaces around in type bounds
2015-04-30 Nick CameronMerge pull request #44 from tbu-/pr_bin
2015-04-30 Nick CameronMerge pull request #49 from oli-obk/gitignore
2015-04-30 Tobias BucherRename `src/mod.rs` to `src/main.rs` to adhere to the...
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 Nick CameronMerge pull request #46 from tbu-/pr_testwarnings
2015-04-30 Nick CameronMerge pull request #47 from tbu-/pr_cargolock
2015-04-30 Tobias BucherUse `AtomicUsize` instead of `static mut` that require...
2015-04-30 Tobias BucherChange `to_string` to `to_owned` when it just creates...
2015-04-30 Nick CameronMerge pull request #39 from Manishearth/pubuse
2015-04-30 Manish GoregaokarHandle pub use (fixes #23)
2015-04-30 Tobias BucherFix warnings in `cargo test`
2015-04-30 Nick CameronAdd README.md
2015-04-29 Nick CameronUse + for type bounds
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 CameronFix trailing commas in where clauses
2015-04-28 Nick CameronTweak rules around attributes for modules
2015-04-28 Nick CameronComments on their own lines between args
2015-04-28 Nick CameronAbsolute paths
2015-04-28 Nick CameronComments after return
2015-04-28 Nick CameronComments in function decls and annotations/doc comments
2015-04-23 Nick CameronIndenting for modules
2015-04-23 Nick CameronArg/line length bug
2015-04-23 Nick Cameronminor reformatting
2015-04-23 Nick Camerontrailing newline hell fixed
2015-04-23 Nick Cameronterminating newline bug
2015-04-23 Nick CameronFix formatting in changes.rs
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 CameronTrivial reformatting
2015-04-21 Nick CameronPull out some functionality into separate files
2015-04-21 Nick CameronWrite output to files
2015-04-21 Nick CameronSome configuration options for function layout
2015-04-20 Nick CameronBy value self in functions
2015-04-20 Nick CameronFunction visibility
2015-04-14 Nick CameronWork across multiple files
2015-04-14 Nick CameronUse strings.rs rather than local modules
2015-04-14 Nick CameronNew reformatting of fns
2015-03-22 Nick CameronMerge pull request #13 from Stebalien/fix-fkmethod
2015-03-22 Steven AllenUpdate for new FnKind::FkMethod signature
2015-03-20 Nick CameronMerge pull request #12 from djg/fix-convert-path-to...
2015-03-09 Dan GlastonburyUpdate from Path to PathBuf
2015-03-09 Nick CameronA different, more pretty printing approach.
next