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
/
expr.rs
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 #1647 from topecongiro/refactor-impl-format
Nick Cameron
-1
/
+1
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 block indent for args if single line args exceeds max width
topecongiro
-3
/
+15
2017-06-11
Use multi line when type bounds does not fit in a single line
topecongiro
-1
/
+1
2017-06-06
Implement catch
topecongiro
-18
/
+29
2017-06-06
Update syntex_syntax
est31
-2
/
+4
2017-06-06
Merge pull request #1637 from est31/master
Nick Cameron
-5
/
+5
2017-06-06
Merge pull request #1633 from topecongiro/rfc/control-style
Nick Cameron
-2
/
+4
2017-06-06
Add config options for spaces around the colon in struct literal fields
est31
-5
/
+5
2017-06-05
Do not add offset to match pattern when using Rfc style
topecongiro
-2
/
+4
2017-06-04
Forbid method chain to get combined if it uses multi line.
topecongiro
-0
/
+5
2017-06-04
Add combine_control_expr option
topecongiro
-4
/
+6
2017-06-04
Refactor rewrite_call
topecongiro
-120
/
+105
2017-06-04
Forbid line break between if and pattern
topecongiro
-0
/
+6
2017-06-02
Unindent comment on top of `else`
topecongiro
-1
/
+5
2017-06-02
Fix a typo
Seiichi Uchida
-1
/
+0
2017-06-02
Rename the Style::Default option to Legacy
Nick Cameron
-3
/
+3
2017-06-02
Merge pull request #1620 from topecongiro/rfc-if
Nick Cameron
-11
/
+17
2017-06-01
Use correct one line budget when using Rfc control style
topecongiro
-11
/
+17
2017-06-01
Format source codes
Seiichi Uchida
-7
/
+9
2017-06-01
Use block indent style when visual indent failed
Seiichi Uchida
-22
/
+46
2017-05-28
Merge pull request #1602 from topecongiro/attributes-on-expressions
Nick Cameron
-3
/
+16
2017-05-28
Allow attributes on expressions
topecongiro
-3
/
+16
2017-05-27
Avoid unnecessary binary search in rewrite_call
Seiichi Uchida
-28
/
+33
2017-05-26
Format source codes and add tests
topecongiro
-1
/
+1
2017-05-26
Allow macro to nested and overflowed like function call
topecongiro
-9
/
+9
2017-05-26
Set inside_macro to false when rewriting args of macro
topecongiro
-3
/
+5
2017-05-26
Merge pull request #1586 from topecongiro/minor
Nick Cameron
-7
/
+5
2017-05-25
Add offset when rewriting index
Seiichi Uchida
-7
/
+5
2017-05-25
Format source codes
topecongiro
-20
/
+13
2017-05-25
Refactoring: introduce one_line_budget
topecongiro
-4
/
+5
2017-05-25
Decide whether args fit in a single line inside rewrite_call_args
topecongiro
-13
/
+16
2017-05-24
Format source codes
topecongiro
-14
/
+22
2017-05-23
Format source codes
topecongiro
-15
/
+14
2017-05-23
Add trailing comma to a single arg in multiline
topecongiro
-16
/
+25
2017-05-23
Implement combining for tuple and block
topecongiro
-92
/
+156
2017-05-23
Update tests
topecongiro
-3
/
+3
2017-05-23
Implement combining openings and closings
topecongiro
-25
/
+58
2017-05-23
Update tests
topecongiro
-1
/
+1
2017-05-23
Format source codes
topecongiro
-7
/
+7
2017-05-23
Refactor source codes
topecongiro
-7
/
+4
2017-05-23
Allow macro rewrite to fail on rhs
topecongiro
-5
/
+12
2017-05-18
Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...
Michael Killough
-5
/
+4
2017-05-16
Format source codes
topecongiro
-5
/
+4
2017-05-16
Switch to accessing config items via method.
Michael Killough
-68
/
+85
2017-05-15
Format source codes
Seiichi Uchida
-8
/
+8
2017-05-15
Use offset_left for rewrite_unary_prefix
Seiichi Uchida
-28
/
+8
[next]