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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-25
Apply Clippy
Seo Sanghyeon
-2
/
+2
2015-11-23
Handle multiply-referenced files
Nick Cameron
-2
/
+2
2015-11-20
Unwrap match arms that are simple blocks
Marcus Klaas
-9
/
+3
2015-11-15
Add verbose mode
Seo Sanghyeon
-0
/
+3
2015-11-14
Don't print an unnecessary newline after printing format report
Mika Attila
-1
/
+1
2015-11-02
Stdin support
Johann
-0
/
+42
2015-10-27
Fix crash speculatively parsing macro arguments as expressions.
Eli Friedman
-6
/
+16
2015-10-24
Address some issues with multiline patterns in let statements
Marcus Klaas
-0
/
+8
2015-10-24
show rustfmt coverage!
Ravi Shankar
-5
/
+8
2015-10-23
Remove dependence on rustc/rustc_driver, use syntex
Alex Crichton
-64
/
+13
2015-10-23
Remove usage of many unstable features
Alex Crichton
-7
/
+0
2015-10-19
Format some patterns
Marcus Klaas
-1
/
+24
2015-10-06
Increase default function call width limit
Marcus Klaas
-1
/
+0
2015-10-04
Split ListTactic decision logic from write_list
Marcus Klaas
-2
/
+1
2015-10-01
Fix 1-tuple regression.
Tim Kuehn
-0
/
+1
2015-09-27
Merge pull request #370 from marcusklaas/match-arm-delining
Marcus Klaas de Vries
-2
/
+2
2015-09-26
Fix match arm indentation bug
Marcus Klaas
-2
/
+2
2015-09-26
Changes to rustfmt source
Nick Cameron
-5
/
+20
2015-09-26
Changes to source formatting
Nick Cameron
-2
/
+4
2015-09-19
Add Indent::none(), remove make_indent.
Pavel Sountsov
-9
/
+13
2015-09-19
Initial implementation of hard tab indentation.
Pavel Sountsov
-0
/
+74
2015-09-18
Refactor test code
Marcus Klaas
-73
/
+27
2015-09-18
Split formatting function from side effects
Marcus Klaas
-16
/
+33
2015-09-16
Format macro invocations
Marcus Klaas
-4
/
+4
2015-09-15
Remove a few unnecessary `rustfmt_skip`s
Nick Cameron
-14
/
+3
2015-09-11
Refine chain breaking heuristics
Marcus Klaas
-0
/
+1
2015-09-11
Implement basic chain formatting
Marcus Klaas
-0
/
+1
2015-09-10
Add diff write mode https://github.com/nrc/rustfmt/issues/261
Sinh Pham
-0
/
+6
2015-09-07
Merge pull request #248 from sinhpham/unicode_string_lit
Nick Cameron
-2
/
+3
2015-09-04
code improvements suggested by clippy
Andre Bogus
-2
/
+2
2015-09-03
Support unicode in string literals.
Sinh Pham
-2
/
+3
2015-09-02
Support struct-like layouts for fn args
Nick Cameron
-3
/
+3
2015-08-25
Format assignment
Marcus Klaas
-0
/
+2
2015-08-20
Re-jig binop formatting
Nick Cameron
-1
/
+1
2015-08-20
Handle span error with `continue`
Nick Cameron
-1
/
+4
2015-08-20
Formatting
Nick Cameron
-2
/
+2
2015-08-19
Add option to override single configuration lines for tests
Marcus Klaas
-1
/
+1
2015-08-19
Add an option to forgo backups
Marcus Klaas
-5
/
+20
2015-08-02
Kill ChangeSet and replace remaining part by FileMap
Gaëtan Cassiers
-15
/
+15
2015-08-02
Remove ChangeSet of FmtVisitor
Gaëtan Cassiers
-4
/
+7
2015-08-02
Separate modules and files listing of reformatting
Gaëtan Cassiers
-2
/
+4
2015-07-25
Merge pull request #147 from marcusklaas/even-more-expr
Nick Cameron
-5
/
+5
2015-07-24
Refactor some things; add extra tests.
Marcus Klaas
-2
/
+1
2015-07-23
Simplify CompilerCalls impl
Nick Cameron
-33
/
+1
2015-07-19
Format all the loops!
Marcus Klaas
-3
/
+4
2015-07-17
Resolve some warnings
Nick Cameron
-1
/
+1
2015-07-17
Merge pull request #137 from nrc/struct-lit-opt
Nick Cameron
-0
/
+13
2015-07-16
Don't apologise if its not our fault in warnings
Nick Cameron
-5
/
+25
2015-07-16
Add an option to format struct lits with either block or visual indent
Nick Cameron
-0
/
+13
2015-07-03
Format modules into separate files
Gaëtan Cassiers
-5
/
+0
[next]