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
/
chains.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-06
Update syntex_syntax
est31
-2
/
+2
2017-06-05
Format source codes
topecongiro
-3
/
+3
2017-06-05
Allow chain item to extend if the parent ends with closing parens and alike
topecongiro
-25
/
+72
2017-06-04
Forbid method chain to get combined if it uses multi line.
topecongiro
-0
/
+3
2017-06-04
Add macro to block expr
topecongiro
-0
/
+1
2017-06-04
Add `use_block_indent` method to RewriteContext
topecongiro
-4
/
+2
2017-05-30
Put a space between nested tuple field
topecongiro
-1
/
+7
2017-05-26
Format source codes and add tests
topecongiro
-4
/
+3
2017-05-25
Add chain_split_single_child option
topecongiro
-5
/
+5
2017-05-25
Allow the last elem in chain to overflow
topecongiro
-3
/
+45
2017-05-25
Format source codes
topecongiro
-5
/
+3
2017-05-25
Disallow single line chain when the line exceeds the given budget
topecongiro
-1
/
+2
2017-05-25
Consider trailing try operations when counting almost_total
topecongiro
-2
/
+11
2017-05-25
Remove dependency on Itertools
Nick Cameron
-3
/
+4
2017-05-24
Add heuristic when rewriting chain with a single child
topecongiro
-5
/
+5
2017-05-23
Use correct width when rewriting chain
topecongiro
-7
/
+1
2017-05-23
Allow first child to stay on the same line with block parent
topecongiro
-15
/
+34
2017-05-23
Refactor source codes
topecongiro
-1
/
+0
2017-05-23
Fix weird indentaion in chain
topecongiro
-13
/
+5
2017-05-18
Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...
Michael Killough
-8
/
+7
2017-05-16
Format source codes
topecongiro
-7
/
+5
2017-05-16
Allow last child in chain to go multiline
topecongiro
-1
/
+2
2017-05-16
Switch to accessing config items via method.
Michael Killough
-16
/
+16
2017-05-13
Prevent rewriting closure block to expr inside macro
Seiichi Uchida
-1
/
+1
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-02
Merge pull request #1454 from topecongiro/match
Nick Cameron
-6
/
+12
2017-05-01
Remove duplicates
topecongiro
-32
/
+21
2017-05-01
Use 'first_line_width'
topecongiro
-2
/
+1
2017-04-24
Format source codes
topecongiro
-4
/
+2
2017-04-24
Remove '+ 1' when counting the length of chains
topecongiro
-1
/
+1
2017-04-15
Check the length of the first line of the last method in the chain
topecongiro
-6
/
+13
2017-04-06
Merge pull request #1438 from topecongiro/poor-formatting/method-chains
Nick Cameron
-1
/
+1
2017-04-06
Lookup the last element of 'subexpr_list' instead of the first one
topecongiro
-1
/
+1
2017-04-03
fix bug by adding boolean argument
Ryan1729
-1
/
+1
2017-03-28
test fallout
Nick Cameron
-15
/
+5
2017-03-28
fallout - source reformatting
Nick Cameron
-25
/
+39
2017-03-28
Use a char len heuristic rather than item count for chain_one_line_max
Nick Cameron
-2
/
+2
2017-03-28
Source formatting fallout
Nick Cameron
-3
/
+5
2017-03-28
Put the second element of a chain on its own line when block formatting.
Nick Cameron
-1
/
+2
2017-03-22
Test and source fallout
Nick Cameron
-1
/
+4
2017-03-20
Unify a bunch of option types into IndentStyle
Nick Cameron
-5
/
+5
2017-03-20
Remove BlockIndentStyle::Inherit
Nick Cameron
-14
/
+1
2017-03-07
Formatting fallout
Nick Cameron
-7
/
+10
2017-03-07
Add a heuristic for maximum number of elements in a single-line chain
Nick Cameron
-1
/
+4
2017-02-23
more fallout
Nick Cameron
-4
/
+10
2017-02-23
Tweak chain rules
Nick Cameron
-8
/
+20
2017-02-23
Fallout
Nick Cameron
-12
/
+17
2017-02-23
test fallout
Nick Cameron
-1
/
+1
2017-02-23
remove some chain options
Nick Cameron
-19
/
+6
[next]