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-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
2017-02-21
WIP
Nick Cameron
-35
/
+37
2017-01-31
Refactor indent and width into Shape struct
Nick Cameron
-43
/
+41
2016-10-13
Add support for spaces_within_angle_brackets
Mikko Rantanen
-1
/
+7
2016-08-29
Run clippy
sinkuu
-1
/
+1
2016-06-01
Merge pull request #1016 from rust-lang-nursery/try-double-indent
Nick Cameron
-0
/
+28
2016-05-29
Format non-statement if-else expressions on a single line
Marcus Klaas
-17
/
+3
2016-05-29
Treat chains with just expr? specially.
Nick Cameron
-0
/
+28
2016-05-27
Don't put a newline before `?` when it is the second sub-expression in a chai...
Nick Cameron
-1
/
+3
2016-05-12
Add try macro to try shorthand conversion tests
Marcus Klaas
-28
/
+34
2016-05-09
Format try shorthand
Marcus Klaas
-5
/
+44
2016-04-26
Fix for stable
Nick Cameron
-1
/
+1
2016-04-22
Update docs (and a function name)
Nick Cameron
-21
/
+12
2016-04-22
Change defaults and update tests and source
Nick Cameron
-11
/
+5
2016-04-22
Tests
Nick Cameron
-5
/
+5
2016-04-22
Tabbed/Inherit indent for chains works even without a newline after first item.
Nick Cameron
-36
/
+48
2016-04-22
refactor and document the chain reformatting code
Nick Cameron
-78
/
+200
2016-03-14
Don't apply the function args heuristic to tuple lits.
Nick Cameron
-2
/
+1
2016-03-02
deps: Update syntex_syntax to 0.29.1
Kamal Marhubi
-21
/
+21
2015-12-25
Reduce dependency on pprust
Marcus Klaas
-2
/
+3
2015-11-25
Apply Clippy
Seo Sanghyeon
-1
/
+1
2015-11-21
Fix long field accesses not being broken onto separate lines
Markus Westerlind
-2
/
+16
2015-11-20
Force chains to adhere to restrictions
Marcus Klaas
-11
/
+10
2015-11-20
Unwrap match arms that are simple blocks
Marcus Klaas
-12
/
+4
2015-11-14
new config 'chain_indent'
Thorben Kroeger
-1
/
+9
[next]