about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-08Fix mod ordering + formattingGaëtan Cassiers-3/+2
2015-06-08Use impl_enum_decodable for SeparatorTacticGaëtan Cassiers-29/+21
2015-06-04Remove duplicate statement in make_comments_for_listMarcus Klaas-2/+1
2015-06-04Add macro for enum implementations of DecodableMarcus Klaas-32/+20
2015-06-04Move vertical mode override to write_listMarcus Klaas-14/+4
2015-06-02Implement basic enum formattingMarcus Klaas-40/+166
2015-05-31Merge pull request #85 from cassiersg/tupleNick Cameron-0/+42
2015-05-30Handle tuples of length 1Gaëtan Cassiers-0/+4
2015-05-30fix : width availableGaëtan Cassiers-2/+3
2015-05-29Merge pull request #81 from tdudziak/issue_31Nick Cameron-10/+23
2015-05-28Implement reformat of tuple litteralsGaëtan Cassiers-0/+37
2015-05-26Use config!(tab_spaces) instead of hardcoded `4`.Tomasz Dudziak-1/+1
2015-05-25Clarify indent calcs in `compute_budget_for_args`Tomasz Dudziak-5/+5
2015-05-25Optionally put the opening paren on the previous line for argsTomasz Dudziak-7/+20
2015-05-25Fix #79Gaëtan Cassiers-1/+15
2015-05-25Struct literalsNick Cameron-4/+87
2015-05-25Pref for comma on the last fieldNick Cameron-6/+13
2015-05-25Format structsNick Cameron-8/+136
2015-05-24Avoid dangling )Gaëtan Cassiers-15/+4
2015-05-24syle correctionGaëtan Cassiers-2/+5
2015-05-24Add rewrite for ExprParenGaëtan Cassiers-0/+20
2015-05-23Add config.rs which I forgot for the last commitNick Cameron-1/+42
2015-05-23Use config file for constantsNick Cameron-42/+96
2015-05-23Add default.toml and modify the build system for itNick Cameron-0/+2
2015-05-20Remove old box syntaxAlex HotShot Newman-4/+2
2015-05-12Format required methods on traitsMarcus Klaas-19/+90
2015-05-12Merge pull request #48 from oli-obk/newlinesNick Cameron-8/+46
2015-05-12Merge branch 'single-import' of https://github.com/mattyhall/rustfmt into mat...Nick Cameron-2/+26
2015-05-12Merge pull request #68 from marcusklaas/import-breaksNick Cameron-23/+37
2015-05-11typoOliver Schneider-1/+1
2015-05-04Keep import lists on a single line when possibleMarcus Klaas-23/+37
2015-05-04prevent bogus whitespace error messages due to \rOliver Schneider-1/+2
2015-05-04handle windows newlinesOliver Schneider-7/+44
2015-05-04Correctly indent use items and functionsMarcus Klaas-38/+32
2015-05-02Change import lists with one item to single importMatthew Hall-5/+27
2015-05-02Resolved #56 -- `mut` was eaten out of `mut self` in fn args.defyrlt-1/+16
2015-05-01split main function and test function into their own filesOliver Schneider-98/+43
2015-05-01main.rs -> lib.rsOliver Schneider-0/+0
2015-05-01Trust the borrow checker.Steven Allen-7/+2
2015-05-01Merge pull request #57 from defyrlt/issue_56Nick Cameron-1/+16
2015-05-01Resolved #56 -- `mut` was eaten out of `mut self` in fn args.defyrlt-1/+16
2015-04-30Spaces around in type boundsTheodore DeRego-5/+5
2015-04-30Rename `src/mod.rs` to `src/main.rs` to adhere to the standard crate formatTobias Bucher-2/+3
2015-04-30Merge pull request #43 from tbu-/pr_nostaticmutNick Cameron-6/+5
2015-04-30Merge pull request #45 from tbu-/pr_toownedNick Cameron-14/+14
2015-04-30Merge pull request #46 from tbu-/pr_testwarningsNick Cameron-1/+3
2015-04-30Use `AtomicUsize` instead of `static mut` that require `unsafe`Tobias Bucher-6/+5
2015-04-30Change `to_string` to `to_owned` when it just creates a `String` from a `&str`Tobias Bucher-14/+14
2015-04-30Handle pub use (fixes #23)Manish Goregaokar-5/+12
2015-04-30Fix warnings in `cargo test`Tobias Bucher-1/+3