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
Age
Commit message (
Expand
)
Author
Lines
2017-06-13
Merge branch 'master' of github.com:rust-lang-nursery/rustfmt
Nick Cameron
-242
/
+770
2017-06-13
Merge pull request #1657 from topecongiro/issue-1656
Nick Cameron
-30
/
+34
2017-06-13
Merge pull request #1655 from topecongiro/issue-1652
Nick Cameron
-1
/
+16
2017-06-13
Merge pull request #1647 from topecongiro/refactor-impl-format
Nick Cameron
-207
/
+675
2017-06-13
Merge pull request #1654 from topecongiro/over-long-lines
Nick Cameron
-4
/
+45
2017-06-12
Force multi line if the first attempt of rewriting args failed
topecongiro
-0
/
+14
2017-06-12
Put guard on newline if it exceeds max width
topecongiro
-19
/
+30
2017-06-12
Use rewrite instead of visitor for attributes
topecongiro
-11
/
+4
2017-06-12
Use correct indent for return type when it goes multi line
topecongiro
-1
/
+16
2017-06-12
Use block indent for args if single line args exceeds max width
topecongiro
-4
/
+31
2017-06-12
v0.8.5 + cargo update
Nick Cameron
-6
/
+6
2017-06-12
Update rewrite_trait_ref to return Option<String>
topecongiro
-38
/
+36
2017-06-12
Merge pull request #1649 from topecongiro/issue-1648
Nick Cameron
-3
/
+4
2017-06-12
Merge pull request #1646 from topecongiro/issue-1606
Nick Cameron
-6
/
+15
2017-06-12
Merge pull request #1644 from topecongiro/issue-1643
Nick Cameron
-1
/
+11
2017-06-11
Update tests
topecongiro
-9
/
+236
2017-06-11
Use multi line when type bounds does not fit in a single line
topecongiro
-127
/
+82
2017-06-11
Refactor format_impl
topecongiro
-78
/
+82
2017-06-10
Fix Configurations.md
Seiichi Uchida
-1
/
+1
2017-06-10
Add visual offset when using struct_lit_style is Visual
Seiichi Uchida
-2
/
+3
2017-06-10
Add format_trait_ref_then_update_result
topecongiro
-70
/
+245
2017-06-10
Use multiline in generics rather than fail
topecongiro
-45
/
+124
2017-06-10
Share codes when rewriting generics
topecongiro
-42
/
+72
2017-06-10
Reset the error count of parser from the previous file
topecongiro
-6
/
+15
2017-06-09
Force brace on new line if the signature ends with comment
topecongiro
-1
/
+11
2017-06-07
Merge pull request #1640 from topecongiro/issue-1632
Nick Cameron
-3
/
+6
2017-06-07
Merge pull request #1639 from topecongiro/rfc-update
Nick Cameron
-0
/
+1
2017-06-06
Do not overwrite files when there are no diffs in Overwrite mode
topecongiro
-3
/
+6
2017-06-06
Merge pull request #1638 from est31/master
Nick Cameron
-118
/
+257
2017-06-06
Fix the pub-restricted tests
est31
-4
/
+4
2017-06-06
Update a test
Nick Cameron
-4
/
+2
2017-06-06
Rebasing
Nick Cameron
-1
/
+1
2017-06-06
Implement catch
topecongiro
-25
/
+85
2017-06-06
Leave GlobalAsm and MacroDef without formatting
topecongiro
-1
/
+4
2017-06-06
Format pub(restricted) properly
topecongiro
-1
/
+4
2017-06-06
Update syntex_syntax
est31
-92
/
+167
2017-06-06
Merge pull request #1634 from topecongiro/impl-rewrite-attribute
Nick Cameron
-12
/
+149
2017-06-06
Add 'fn_args_paren_newline = false' to rfc-rustfmt.toml
topecongiro
-0
/
+1
2017-06-06
Implement Rewrite trait for syntax::ast::Attribute
topecongiro
-12
/
+149
2017-06-06
Merge pull request #1637 from est31/master
Nick Cameron
-9
/
+121
2017-06-06
Merge pull request #1633 from topecongiro/rfc/control-style
Nick Cameron
-2
/
+4
2017-06-06
Merge pull request #1631 from topecongiro/fix-appveyor
Nick Cameron
-7
/
+4
2017-06-06
Merge pull request #1621 from topecongiro/combining
Nick Cameron
-239
/
+611
2017-06-06
Add config options for spaces around the colon in struct literal fields
est31
-9
/
+121
2017-06-05
Do not add offset to match pattern when using Rfc style
topecongiro
-2
/
+4
2017-06-05
Update appveyor.yml
Seiichi Uchida
-7
/
+4
2017-06-05
Format source codes
topecongiro
-7
/
+5
2017-06-05
Set combine_control_expr to false by default and true in rfc-rustfmt
topecongiro
-1
/
+136
2017-06-05
Allow chain item to extend if the parent ends with closing parens and alike
topecongiro
-25
/
+72
2017-06-05
Merge pull request #1630 from topecongiro/issue-1115
Nick Cameron
-24
/
+74
[next]