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-05-06
Respect file_lines within format_lines() function
Jonathan Behrens
-16
/
+38
2017-05-05
Block format control flow discriminant expressions and binops
Nick Cameron
-7
/
+26
2017-05-04
Merge pull request #1495 from topecongiro/poor-formatting/closure
Nick Cameron
-38
/
+42
2017-05-04
Merge pull request #1500 from shioju/master
Nick Cameron
-2
/
+2
2017-05-04
Format macros in trait item position
Sheng Hau
-2
/
+2
2017-05-04
Check format failures explicitly in visit_block
topecongiro
-18
/
+11
2017-05-03
Format fix
est31
-1
/
+1
2017-05-03
Simplifications
est31
-4
/
+4
2017-05-03
Drop rustc-serialize, use serde, update toml dependency
est31
-27
/
+55
2017-05-03
Format source codes
topecongiro
-24
/
+11
2017-05-03
Keep a chain with length chain_one_line_max in a single line
topecongiro
-1
/
+1
2017-05-03
Split a long chain with a single child
topecongiro
-3
/
+9
2017-05-03
Use block indent when visual indent failed inside closure block
topecongiro
-9
/
+27
2017-05-02
Merge pull request #1453 from topecongiro/bug/empty-struct-with-comment
Nick Cameron
-50
/
+74
2017-05-02
Add test for empty tuple struct with comment
topecongiro
-1
/
+1
2017-05-02
Handle empty tuple struct def properly
topecongiro
-50
/
+74
2017-05-02
Use block when arm exceeds max_width
Seiichi Uchida
-1
/
+3
2017-05-02
Made `type_punctuation_density` apply too all `+` in types
Vincent Esche
-9
/
+31
2017-05-02
Merge pull request #1491 from regexident/where_density
Nick Cameron
-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
-52
/
+62
2017-05-02
Merge pull request #1486 from topecongiro/refactoring
Nick Cameron
-125
/
+74
2017-05-01
Add todo on equal output for `where_density = Tall` or `Vertical`
Vincent Esche
-1
/
+3
2017-05-02
Remove generics_style option
Nick Cameron
-1
/
+0
2017-05-01
Use block indent when visual indent exceeds max_width
Seiichi Uchida
-3
/
+5
2017-05-01
Remove TODO from 'format_tuple_struct'
topecongiro
-27
/
+18
2017-05-01
Remove TODO from 'rewrite_generics'
topecongiro
-46
/
+30
2017-05-01
Refactor Shape
topecongiro
-20
/
+5
2017-05-01
Remove duplicates
topecongiro
-32
/
+21
2017-05-01
Use 'first_line_width'
topecongiro
-2
/
+1
2017-05-01
Merge pull request #1473 from topecongiro/bug/no-such-file-or-directory
Nick Cameron
-12
/
+20
2017-05-01
Remove where_indent option
Nick Cameron
-2
/
+0
2017-05-01
Merge pull request #1469 from topecongiro/bug/chains
Nick Cameron
-69
/
+22
2017-05-01
Merge pull request #1459 from shioju/master
Nick Cameron
-0
/
+11
2017-05-01
Merge pull request #1457 from diaevd/master
Nick Cameron
-1
/
+1
2017-05-01
Merge pull request #1461 from DarkEld3r/1447-line-length-in-chars
Nick Cameron
-1
/
+1
2017-04-26
Prevent panicking against directories or non-existent files
Seiichi Uchida
-12
/
+20
2017-04-24
Format source codes
topecongiro
-68
/
+21
2017-04-24
Remove '+ 1' when counting the length of chains
topecongiro
-1
/
+1
2017-04-19
Fix line length calculation (should be in chars, not bytes)
Stanislav Tkach
-1
/
+1
2017-04-19
Show exit codes' meanings with the rustfmt help message
Sheng Hau
-0
/
+11
2017-04-18
format_lines: fix line_len for config.max_width
Evgeny Duzhakov
-2
/
+2
2017-04-17
Prohibit long return val from 'rewrite_closure_block'
topecongiro
-20
/
+22
2017-04-15
Format source codes
topecongiro
-12
/
+12
2017-04-15
Add heuristic choosing block or visual indent for unary op based on span
topecongiro
-11
/
+32
2017-04-15
Check the length of the first line of the last method in the chain
topecongiro
-6
/
+13
2017-04-15
Format source codes
topecongiro
-23
/
+26
2017-04-15
Use offset instead of indent for match arm
topecongiro
-3
/
+2
2017-04-10
fix path check
Jay Lee
-1
/
+10
2017-04-06
Merge pull request #1438 from topecongiro/poor-formatting/method-chains
Nick Cameron
-2
/
+3
[next]