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
Age
Commit message (
Expand
)
Author
Lines
2017-06-13
Merge pull request #1657 from topecongiro/issue-1656
Nick Cameron
-28
/
+15
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
-198
/
+260
2017-06-13
Merge pull request #1654 from topecongiro/over-long-lines
Nick Cameron
-3
/
+29
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
-17
/
+11
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
/
+1
2017-06-12
Use block indent for args if single line args exceeds max width
topecongiro
-3
/
+15
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
-1
/
+2
2017-06-12
Merge pull request #1646 from topecongiro/issue-1606
Nick Cameron
-6
/
+15
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
Add visual offset when using struct_lit_style is Visual
Seiichi Uchida
-1
/
+2
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
-35
/
+65
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
/
+7
2017-06-07
Merge pull request #1640 from topecongiro/issue-1632
Nick Cameron
-3
/
+6
2017-06-06
Do not overwrite files when there are no diffs in Overwrite mode
topecongiro
-3
/
+6
2017-06-06
Rebasing
Nick Cameron
-1
/
+1
2017-06-06
Implement catch
topecongiro
-18
/
+29
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
-48
/
+74
2017-06-06
Merge pull request #1634 from topecongiro/impl-rewrite-attribute
Nick Cameron
-10
/
+77
2017-06-06
Implement Rewrite trait for syntax::ast::Attribute
topecongiro
-10
/
+77
2017-06-06
Merge pull request #1637 from est31/master
Nick Cameron
-7
/
+17
2017-06-06
Merge pull request #1633 from topecongiro/rfc/control-style
Nick Cameron
-2
/
+4
2017-06-06
Merge pull request #1621 from topecongiro/combining
Nick Cameron
-214
/
+275
2017-06-06
Add config options for spaces around the colon in struct literal fields
est31
-7
/
+17
2017-06-05
Do not add offset to match pattern when using Rfc style
topecongiro
-2
/
+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
/
+1
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
/
+51
2017-06-05
Merge pull request #1629 from topecongiro/issue-982
Nick Cameron
-2
/
+17
2017-06-04
Allow comments after attributes on enum fields
topecongiro
-24
/
+51
2017-06-04
Format source codes
topecongiro
-38
/
+45
2017-06-04
Forbid method chain to get combined if it uses multi line.
topecongiro
-0
/
+11
2017-06-04
Add macro to block expr
topecongiro
-0
/
+1
2017-06-04
Format source codes
topecongiro
-51
/
+51
2017-06-04
Add combine_control_expr option
topecongiro
-5
/
+8
2017-06-04
Refactor rewrite_call
topecongiro
-120
/
+105
2017-06-04
Forbid line break between if and pattern
topecongiro
-0
/
+6
2017-06-04
Add `use_block_indent` method to RewriteContext
topecongiro
-5
/
+8
2017-06-04
Use recover_comment_removed in rewrite_static
topecongiro
-2
/
+17
2017-06-04
Merge pull request #1619 from topecongiro/config/format_if_else_cond_comment
Nick Cameron
-5
/
+31
[next]