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
/
items.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-13
Merge pull request #1655 from topecongiro/issue-1652
Nick Cameron
-1
/
+1
2017-06-13
Merge pull request #1647 from topecongiro/refactor-impl-format
Nick Cameron
-125
/
+206
2017-06-12
Use correct indent for return type when it goes multi line
topecongiro
-1
/
+1
2017-06-12
Update rewrite_trait_ref to return Option<String>
topecongiro
-38
/
+36
2017-06-11
Use multi line when type bounds does not fit in a single line
topecongiro
-69
/
+38
2017-06-11
Refactor format_impl
topecongiro
-78
/
+82
2017-06-10
Add format_trait_ref_then_update_result
topecongiro
-70
/
+66
2017-06-10
Use multiline in generics rather than fail
topecongiro
-45
/
+124
2017-06-10
Share codes when rewriting generics
topecongiro
-20
/
+55
2017-06-09
Force brace on new line if the signature ends with comment
topecongiro
-1
/
+7
2017-06-06
Update syntex_syntax
est31
-7
/
+12
2017-06-06
Merge pull request #1637 from est31/master
Nick Cameron
-2
/
+8
2017-06-06
Merge pull request #1621 from topecongiro/combining
Nick Cameron
-14
/
+16
2017-06-06
Add config options for spaces around the colon in struct literal fields
est31
-2
/
+8
2017-06-05
Merge pull request #1630 from topecongiro/issue-1115
Nick Cameron
-24
/
+51
2017-06-04
Allow comments after attributes on enum fields
topecongiro
-24
/
+51
2017-06-04
Format source codes
topecongiro
-15
/
+17
2017-06-04
Format source codes
topecongiro
-13
/
+13
2017-06-04
Use recover_comment_removed in rewrite_static
topecongiro
-2
/
+13
2017-06-04
Merge pull request #1628 from topecongiro/issue-1113
Nick Cameron
-4
/
+20
2017-06-04
Merge pull request #1627 from topecongiro/issue-1624
Nick Cameron
-26
/
+29
2017-06-04
Preserve the layout of comment after return type
topecongiro
-4
/
+20
2017-06-03
Organize vertical layout of function definition
Seiichi Uchida
-13
/
+17
2017-06-03
Use correct budget
Seiichi Uchida
-12
/
+8
2017-06-03
Put opening paren next to multi line generic
Seiichi Uchida
-1
/
+4
2017-06-03
Forbid trailing comma at the end of args of variadic functions
Seiichi Uchida
-1
/
+5
2017-05-27
Allow attributes in generics of impl
Seiichi Uchida
-2
/
+6
2017-05-27
Merge pull request #1597 from topecongiro/comments-after-attributes
Nick Cameron
-7
/
+34
2017-05-27
Merge pull request #1596 from topecongiro/issue-1595
Nick Cameron
-0
/
+9
2017-05-27
Merge pull request #1593 from topecongiro/issue-1439
Nick Cameron
-2
/
+6
2017-05-27
Merge pull request #1588 from topecongiro/nesting-macro
Nick Cameron
-3
/
+1
2017-05-27
Allow comments after attributes of struct fields
topecongiro
-7
/
+34
2017-05-27
Add a trailing comma if the last arg ends with comment
topecongiro
-0
/
+9
2017-05-27
Allow comments after where clause
topecongiro
-2
/
+6
2017-05-26
Format source codes and add tests
topecongiro
-3
/
+1
2017-05-26
Put closing paren on the next line when the last arg contains comment
topecongiro
-1
/
+13
2017-05-26
Merge pull request #1586 from topecongiro/minor
Nick Cameron
-6
/
+19
2017-05-25
Be precise with one_line_budget for fn_base
Seiichi Uchida
-6
/
+19
2017-05-25
Format source codes
topecongiro
-2
/
+1
2017-05-25
Remove dependency on Itertools
Nick Cameron
-17
/
+4
2017-05-24
Format source codes
topecongiro
-1
/
+2
2017-05-23
Format source codes
topecongiro
-29
/
+29
2017-05-23
Format source codes
topecongiro
-4
/
+4
2017-05-18
Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...
Michael Killough
-33
/
+30
2017-05-17
Use multiline when signature does not fit single line
topecongiro
-2
/
+7
2017-05-16
Format source codes
topecongiro
-31
/
+23
2017-05-16
Switch to accessing config items via method.
Michael Killough
-115
/
+119
2017-05-15
Format source codes
Seiichi Uchida
-1
/
+1
2017-05-08
Merge pull request #1442 from topecongiro/poor-formatting/trailing-comma
Nick Cameron
-2
/
+7
2017-05-08
Add indented and with_max_width
topecongiro
-42
/
+27
[next]