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
2015-11-19
Use argv[0] for usage output
Steven Fackler
-1
/
+1
2015-11-20
Merge pull request #619 from SiegeLord/item_brace_style_1
Nick Cameron
-4
/
+27
2015-11-18
Properly follow the brace styles.
Pavel Sountsov
-20
/
+26
2015-11-16
Comments.
Pavel Sountsov
-1
/
+1
2015-11-16
Rustup
Nick Cameron
-12
/
+8
2015-11-15
Implement initial option for brace style for non-fn items.
Pavel Sountsov
-2
/
+19
2015-11-16
Merge pull request #607 from rhoot/native-newline
Nick Cameron
-1
/
+13
2015-11-15
Adds a "Native" option to newline_style.
Johan Sköld
-1
/
+13
2015-11-15
Add verbose mode
Seo Sanghyeon
-11
/
+22
2015-11-14
Pass in whether an ast::Path is in an expression context.
Eli Friedman
-49
/
+43
2015-11-14
Merge pull request #601 from thorbenk/chains_tabbed_indent
Marcus Klaas de Vries
-1
/
+10
2015-11-14
new config 'chain_indent'
Thorben Kroeger
-1
/
+10
2015-11-14
Don't print an unnecessary newline after printing format report
Mika Attila
-1
/
+1
2015-11-14
Merge pull request #596 from marcusklaas/where-indent
Nick Cameron
-2
/
+3
2015-11-14
Merge pull request #597 from marcusklaas/method-generix
Nick Cameron
-4
/
+6
2015-11-13
Fix span issue with generic method calls
Marcus Klaas
-4
/
+6
2015-11-13
Fix brace indentation after where clause
Marcus Klaas
-2
/
+3
2015-11-13
Correct some non-idiomatic code
Jan Likar
-6
/
+2
2015-11-13
Enable rustfmt to format a list of files
Jan Likar
-14
/
+24
2015-11-10
Merge pull request #571 from nrc/semi
Marcus Klaas de Vries
-5
/
+1
2015-11-09
Check if the CWD contains a config (previously it only checked parents)
Jørn Lode
-4
/
+5
2015-11-09
Merge pull request #573 from nrc/doom_panic
Marcus Klaas de Vries
-57
/
+153
2015-11-10
Option to disable line breaking in comments
Nick Cameron
-3
/
+4
2015-11-09
Format tuple structs better
Nick Cameron
-57
/
+153
2015-11-09
Don't strip semi-colons from expressions with non-void type since it can chan...
Nick Cameron
-5
/
+1
2015-11-07
Move config help to dedicated --config-help flag
Kamal Marhubi
-1
/
+14
2015-11-05
fix unused variable `path` warning
Mitsutaka Mimura
-1
/
+1
2015-11-03
Honor "enum_trailing_comma" option. Fixes #556
Florian Zeitz
-1
/
+11
2015-11-03
Address review concerns
Johann
-21
/
+8
2015-11-02
Stdin support
Johann
-11
/
+94
2015-10-27
Fix crash speculatively parsing macro arguments as expressions.
Eli Friedman
-19
/
+34
2015-10-26
Merge pull request #531 from marcusklaas/match-inner-block
Nick Cameron
-73
/
+69
2015-10-24
Print configuration options once in help message
Marcus Klaas
-41
/
+54
2015-10-24
Address some issues with multiline patterns in let statements
Marcus Klaas
-73
/
+69
2015-10-24
show rustfmt coverage!
Ravi Shankar
-13
/
+41
2015-10-24
Merge pull request #471 from defuz/relative-configfile
Nick Cameron
-13
/
+20
2015-10-24
Lookup rustfmt.toml file is relative from input file, not from current directory
defuz
-13
/
+20
2015-10-24
Merge pull request #530 from marcusklaas/match-inner-block
Nick Cameron
-5
/
+4
2015-10-24
Merge pull request #529 from marcusklaas/pattern-indent
Nick Cameron
-2
/
+3
2015-10-24
Merge pull request #528 from marcusklaas/chain-idempotence
Nick Cameron
-4
/
+4
2015-10-23
Ignore #[cfg_attr(rustfmt, rustfmt_skip)] functions
Alex Crichton
-0
/
+3
2015-10-23
Move option parsing to crates.io-based getopts crate
Alex Crichton
-36
/
+40
2015-10-23
Remove dependence on rustc/rustc_driver, use syntex
Alex Crichton
-119
/
+30
2015-10-23
Remove usage of many unstable features
Alex Crichton
-21
/
+37
2015-10-23
Use the log/env_logger crates from crates.io
Alex Crichton
-0
/
+3
2015-10-23
Bump match inner block indent a level
Marcus Klaas
-5
/
+4
2015-10-23
Fix indentation for enum-style patterns
Marcus Klaas
-2
/
+3
2015-10-23
Restore idempotence for chain formatting
Marcus Klaas
-4
/
+4
2015-10-22
Merge pull request #485 from marcusklaas/floaters2
Marcus Klaas de Vries
-10
/
+40
2015-10-22
Deal with floating links in chains
Marcus Klaas
-10
/
+40
[next]