about summary refs log tree commit diff
path: root/src/types.rs
AgeCommit message (Expand)AuthorLines
2015-11-23Types which can be return types for function typesNick Cameron-12/+11
2015-11-23Implement formatting for implsNick Cameron-7/+9
2015-11-22Format bare function typesMarcus Klaas-42/+88
2015-11-22Fix up indentation of function style pathsMarcus Klaas-15/+24
2015-11-22Extract fn rewrite methods from RewriteVisitorMarcus Klaas-6/+7
2015-11-20Unwrap match arms that are simple blocksMarcus Klaas-6/+2
2015-11-14Pass in whether an ast::Path is in an expression context.Eli Friedman-43/+31
2015-10-19Format some patternsMarcus Klaas-24/+4
2015-10-17Format more type variantsMarcus Klaas-43/+77
2015-10-10Handle multi-line return types and multi-line tuplesNick Cameron-13/+21
2015-10-06Increase default function call width limitMarcus Klaas-8/+7
2015-10-04Make listItem contain optionMarcus Klaas-41/+36
2015-10-04Split ListTactic decision logic from write_listMarcus Klaas-10/+7
2015-10-02Merge pull request #402 from tikue/masterMarcus Klaas de Vries-16/+10
2015-10-02Merge pull request #378 from sinhpham/fix_376Marcus Klaas de Vries-1/+2
2015-10-01Fix 1-tuple regression.Tim Kuehn-16/+10
2015-09-30Fix https://github.com/nrc/rustfmt/issues/376Sinh Pham-1/+2
2015-09-27Fix https://github.com/nrc/rustfmt/issues/377Sinh Pham-0/+21
2015-09-27Remove a few unchecked subtractions, uses of ty_to_stringMarcus Klaas-28/+39
2015-09-26Changes to source formattingNick Cameron-2/+5
2015-09-26Heuristic max width for function callsNick Cameron-1/+1
2015-09-26Formatting of some typesNick Cameron-3/+33
2015-09-19Initial implementation of hard tab indentation.Pavel Sountsov-14/+15
2015-09-18Refactor test codeMarcus Klaas-3/+3
2015-09-16Format macro invocationsMarcus Klaas-8/+15
2015-09-15Remove a few unnecessary `rustfmt_skip`sNick Cameron-2/+0
2015-09-11Refine chain breaking heuristicsMarcus Klaas-12/+13
2015-09-11Align dots in chained expressionsMarcus Klaas-21/+22
2015-09-11Update indentation heuristics for single arg functionsMarcus Klaas-52/+64
2015-09-11Implement basic chain formattingMarcus Klaas-28/+28
2015-09-07Split off binary searchMarcus Klaas-6/+8
2015-09-07Add failure mode to `write_list`Marcus Klaas-10/+14
2015-09-06Fix qself rewrites without explicit castsMarcus Klaas-13/+16
2015-09-04code improvements suggested by clippyAndre Bogus-4/+4
2015-09-04Format <foo + 'bar> nicelyNick Cameron-20/+47
2015-08-25Replace uses of x.len() == 0 by x.is_empty() #187Ivan Apachev-7/+7
2015-08-23Merge pull request #198 from marcusklaas/parameterized-paths-matterNick Cameron-2/+2
2015-08-21Fix bug in path formattingMarcus Klaas-2/+2
2015-08-19Format closuresMarcus Klaas-21/+4
2015-08-20Re-jig binop formattingNick Cameron-3/+4
2015-08-20reformatting/rebasingNick Cameron-4/+5
2015-08-20FormattingNick Cameron-26/+26
2015-08-19Refactor itemize list so that it produces an iteratorMarcus Klaas-6/+2
2015-08-16Format pathsMarcus Klaas-46/+350
2015-07-31Phase out token::get_ident in favour of ToStringMarcus Klaas-2/+1
2015-07-17Resolve some warningsNick Cameron-7/+7
2015-07-16Tidy up some overrunning linesNick Cameron-7/+14
2015-07-03Run rustfmt on the codeGaƫtan Cassiers-10/+5
2015-04-30Spaces around in type boundsTheodore DeRego-5/+5
2015-04-29Use + for type boundsNick Cameron-1/+1