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
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
2015-11-13
Fix span issue with generic method calls
Marcus Klaas
-4
/
+6
2015-10-24
Merge pull request #528 from marcusklaas/chain-idempotence
Nick Cameron
-4
/
+4
2015-10-23
Remove usage of many unstable features
Alex Crichton
-6
/
+6
2015-10-23
Restore idempotence for chain formatting
Marcus Klaas
-4
/
+4
2015-10-22
Deal with floating links in chains
Marcus Klaas
-8
/
+37
2015-10-14
Indent uncontinued chains to block level
Marcus Klaas
-3
/
+3
2015-09-26
Changes to source formatting
Nick Cameron
-2
/
+11
2015-09-24
Add support for formatting AddrOf (unary "&").
Eli Friedman
-4
/
+1
2015-09-19
Add Indent::none(), remove make_indent.
Pavel Sountsov
-2
/
+2
2015-09-19
Initial implementation of hard tab indentation.
Pavel Sountsov
-4
/
+5
2015-09-11
Refine chain breaking heuristics
Marcus Klaas
-20
/
+69
2015-09-11
Align dots in chained expressions
Marcus Klaas
-49
/
+50
2015-09-11
Add some tests for match blocks
Marcus Klaas
-0
/
+11
2015-09-11
Add tests for chain expressions
Marcus Klaas
-4
/
+5
2015-09-11
Break chains that don't start with path expressions
Marcus Klaas
-54
/
+49
2015-09-11
Update indentation heuristics for single arg functions
Marcus Klaas
-4
/
+9
2015-09-11
Implement basic chain formatting
Marcus Klaas
-0
/
+133