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-05-05
Block format control flow discriminant expressions and binops
Nick Cameron
-7
/
+17
2017-05-04
Check format failures explicitly in visit_block
topecongiro
-18
/
+6
2017-05-03
Use block indent when visual indent failed inside closure block
topecongiro
-9
/
+27
2017-05-02
Use block when arm exceeds max_width
Seiichi Uchida
-1
/
+3
2017-05-02
Merge pull request #1487 from topecongiro/issue1470
Nick Cameron
-3
/
+5
2017-05-02
Merge pull request #1454 from topecongiro/match
Nick Cameron
-8
/
+10
2017-05-01
Use block indent when visual indent exceeds max_width
Seiichi Uchida
-3
/
+5
2017-05-01
Merge pull request #1469 from topecongiro/bug/chains
Nick Cameron
-13
/
+4
2017-04-24
Format source codes
topecongiro
-13
/
+4
2017-04-17
Prohibit long return val from 'rewrite_closure_block'
topecongiro
-5
/
+8
2017-04-15
Format source codes
topecongiro
-9
/
+9
2017-04-15
Add heuristic choosing block or visual indent for unary op based on span
topecongiro
-8
/
+27
2017-04-15
Use offset instead of indent for match arm
topecongiro
-3
/
+2
2017-04-06
Fix a bug with overlong function calls
Nick Cameron
-2
/
+11
2017-04-06
Implement a max array width
Nick Cameron
-2
/
+7
2017-04-04
eliminate nested match
Ryan1729
-5
/
+3
2017-04-03
fix bug by adding boolean argument
Ryan1729
-8
/
+21
2017-03-29
Fix a typo
topecongiro
-3
/
+4
2017-03-28
Remove duplicate definitions
topecongiro
-8
/
+4
2017-03-28
test fallout
Nick Cameron
-58
/
+15
2017-03-28
fallout - source reformatting
Nick Cameron
-60
/
+148
2017-03-28
Source formatting fallout
Nick Cameron
-10
/
+17
2017-03-28
Support block indent for function calls
Nick Cameron
-21
/
+35
2017-03-26
Add indent_match_arms option (#1404)
C4K3
-1
/
+6
2017-03-22
Test and source fallout
Nick Cameron
-12
/
+35
2017-03-22
Block indenting for struct lit patterns
Nick Cameron
-100
/
+60
2017-03-20
Unify a bunch of option types into IndentStyle
Nick Cameron
-11
/
+11
2017-03-20
Remove FnArgLayoutStyle::BlockAlways
Nick Cameron
-3
/
+1
2017-03-20
Block formatting for arrays
Nick Cameron
-11
/
+49
2017-03-07
Treat new blocks like existing ones in closures
Nick Cameron
-1
/
+1
2017-03-07
Formatting fallout
Nick Cameron
-44
/
+51
2017-03-02
Fix failing test
Nick Cameron
-1
/
+2
2017-03-02
Fix trailing comma tests
Nick Cameron
-3
/
+3
2017-03-02
Merge branch 'master' of github.com:rust-lang-nursery/rustfmt
Nick Cameron
-9
/
+21
2017-03-01
Fix wrap_match_arms resulting in a missing comma (#1307)
Marcus Ball
-9
/
+21
2017-02-24
Coalesce trailing comma options
Nick Cameron
-7
/
+1
2017-02-24
Fix width bug for long patterns in match arms
Nick Cameron
-14
/
+5
2017-02-23
more fallout
Nick Cameron
-9
/
+10
2017-02-23
Fallout
Nick Cameron
-147
/
+147
2017-02-23
test fallout
Nick Cameron
-1
/
+1
2017-02-23
remove some chain options
Nick Cameron
-1
/
+1
2017-02-23
Remove indent from context and only use Shape
Nick Cameron
-4
/
+4
2017-02-21
WIP
Nick Cameron
-221
/
+190
2017-02-13
Support field-init-shorthand (#1308)
sinkuu
-16
/
+21
2017-01-31
Handle multiline condition in let if else (fixes #1239)
Trevor Spiteri
-1
/
+10
2017-01-31
Refactor indent and width into Shape struct
Nick Cameron
-357
/
+306
2017-01-27
Some debugging stuff
Nick Cameron
-0
/
+2
2017-01-27
Make string lit formatting fallible
Nick Cameron
-9
/
+12
2017-01-20
Update to latest Syntex
Nick Cameron
-4
/
+10
2017-01-17
Fix bug in identifying comments
Nick Cameron
-2
/
+2
[next]