index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
types.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-23
Types which can be return types for function types
Nick Cameron
-12
/
+11
2015-11-23
Implement formatting for impls
Nick Cameron
-7
/
+9
2015-11-22
Format bare function types
Marcus Klaas
-42
/
+88
2015-11-22
Fix up indentation of function style paths
Marcus Klaas
-15
/
+24
2015-11-22
Extract fn rewrite methods from RewriteVisitor
Marcus Klaas
-6
/
+7
2015-11-20
Unwrap match arms that are simple blocks
Marcus Klaas
-6
/
+2
2015-11-14
Pass in whether an ast::Path is in an expression context.
Eli Friedman
-43
/
+31
2015-10-19
Format some patterns
Marcus Klaas
-24
/
+4
2015-10-17
Format more type variants
Marcus Klaas
-43
/
+77
2015-10-10
Handle multi-line return types and multi-line tuples
Nick Cameron
-13
/
+21
2015-10-06
Increase default function call width limit
Marcus Klaas
-8
/
+7
2015-10-04
Make listItem contain option
Marcus Klaas
-41
/
+36
2015-10-04
Split ListTactic decision logic from write_list
Marcus Klaas
-10
/
+7
2015-10-02
Merge pull request #402 from tikue/master
Marcus Klaas de Vries
-16
/
+10
2015-10-02
Merge pull request #378 from sinhpham/fix_376
Marcus Klaas de Vries
-1
/
+2
2015-10-01
Fix 1-tuple regression.
Tim Kuehn
-16
/
+10
2015-09-30
Fix https://github.com/nrc/rustfmt/issues/376
Sinh Pham
-1
/
+2
2015-09-27
Fix https://github.com/nrc/rustfmt/issues/377
Sinh Pham
-0
/
+21
2015-09-27
Remove a few unchecked subtractions, uses of ty_to_string
Marcus Klaas
-28
/
+39
2015-09-26
Changes to source formatting
Nick Cameron
-2
/
+5
2015-09-26
Heuristic max width for function calls
Nick Cameron
-1
/
+1
2015-09-26
Formatting of some types
Nick Cameron
-3
/
+33
2015-09-19
Initial implementation of hard tab indentation.
Pavel Sountsov
-14
/
+15
2015-09-18
Refactor test code
Marcus Klaas
-3
/
+3
2015-09-16
Format macro invocations
Marcus Klaas
-8
/
+15
2015-09-15
Remove a few unnecessary `rustfmt_skip`s
Nick Cameron
-2
/
+0
2015-09-11
Refine chain breaking heuristics
Marcus Klaas
-12
/
+13
2015-09-11
Align dots in chained expressions
Marcus Klaas
-21
/
+22
2015-09-11
Update indentation heuristics for single arg functions
Marcus Klaas
-52
/
+64
2015-09-11
Implement basic chain formatting
Marcus Klaas
-28
/
+28
2015-09-07
Split off binary search
Marcus Klaas
-6
/
+8
2015-09-07
Add failure mode to `write_list`
Marcus Klaas
-10
/
+14
2015-09-06
Fix qself rewrites without explicit casts
Marcus Klaas
-13
/
+16
2015-09-04
code improvements suggested by clippy
Andre Bogus
-4
/
+4
2015-09-04
Format <foo + 'bar> nicely
Nick Cameron
-20
/
+47
2015-08-25
Replace uses of x.len() == 0 by x.is_empty() #187
Ivan Apachev
-7
/
+7
2015-08-23
Merge pull request #198 from marcusklaas/parameterized-paths-matter
Nick Cameron
-2
/
+2
2015-08-21
Fix bug in path formatting
Marcus Klaas
-2
/
+2
2015-08-19
Format closures
Marcus Klaas
-21
/
+4
2015-08-20
Re-jig binop formatting
Nick Cameron
-3
/
+4
2015-08-20
reformatting/rebasing
Nick Cameron
-4
/
+5
2015-08-20
Formatting
Nick Cameron
-26
/
+26
2015-08-19
Refactor itemize list so that it produces an iterator
Marcus Klaas
-6
/
+2
2015-08-16
Format paths
Marcus Klaas
-46
/
+350
2015-07-31
Phase out token::get_ident in favour of ToString
Marcus Klaas
-2
/
+1
2015-07-17
Resolve some warnings
Nick Cameron
-7
/
+7
2015-07-16
Tidy up some overrunning lines
Nick Cameron
-7
/
+14
2015-07-03
Run rustfmt on the code
Gaƫtan Cassiers
-10
/
+5
2015-04-30
Spaces around in type bounds
Theodore DeRego
-5
/
+5
2015-04-29
Use + for type bounds
Nick Cameron
-1
/
+1
[next]