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
/
bin
Age
Commit message (
Expand
)
Author
Lines
2015-11-20
Unwrap match arms that are simple blocks
Marcus Klaas
-3
/
+1
2015-11-19
Use argv[0] for usage output
Steven Fackler
-1
/
+1
2015-11-15
Add verbose mode
Seo Sanghyeon
-11
/
+18
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-09
Check if the CWD contains a config (previously it only checked parents)
Jørn Lode
-4
/
+5
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
Address review concerns
Johann
-17
/
+4
2015-11-02
Stdin support
Johann
-6
/
+42
2015-10-24
Print configuration options once in help message
Marcus Klaas
-40
/
+53
2015-10-24
show rustfmt coverage!
Ravi Shankar
-1
/
+1
2015-10-24
Lookup rustfmt.toml file is relative from input file, not from current directory
defuz
-13
/
+20
2015-10-23
Move option parsing to crates.io-based getopts crate
Alex Crichton
-36
/
+40
2015-10-23
Remove usage of many unstable features
Alex Crichton
-4
/
+3
2015-10-23
Use the log/env_logger crates from crates.io
Alex Crichton
-0
/
+3
2015-09-29
Refactoring configuration
Scyptnex
-7
/
+1
2015-09-18
Refactor test code
Marcus Klaas
-2
/
+5
2015-09-14
Changed ConfigType trait to only return a string of variants, rather than a vec
Aaron Lobb
-8
/
+2
2015-09-14
Merged config imports
Aaron Lobb
-2
/
+1
2015-09-14
Fixed https://github.com/nrc/rustfmt/issues/291; added output to --help runti...
Aaron Lobb
-0
/
+11
2015-09-11
Break chains that don't start with path expressions
Marcus Klaas
-2
/
+3
2015-09-10
Add diff write mode https://github.com/nrc/rustfmt/issues/261
Sinh Pham
-1
/
+1
2015-09-04
fix outdated help text
Christoph Burgdorf
-1
/
+1
2015-08-28
Simplify match expression
Mika Attila
-1
/
+1
2015-08-28
Don't pass --write-mode argument to rustc
Mika Attila
-14
/
+12
2015-08-28
Only exit after running all destructors and flushing stdout
Mika Attila
-18
/
+42
2015-08-26
Fix usage of the tool. Provide -h and --help
Alex HotShot Newman
-4
/
+22
2015-08-25
Add project-specific configuration file support
Simon Bernier St-Pierre
-10
/
+43
2015-08-19
Add an option to forgo backups
Marcus Klaas
-2
/
+26
2015-08-18
Provide information about default.toml
Alex Newman
-1
/
+3
2015-06-22
Rustup
Marcus Klaas
-23
/
+1
2015-05-23
Use config file for constants
Nick Cameron
-2
/
+10
2015-05-12
Format required methods on traits
Marcus Klaas
-0
/
+1
2015-05-01
split main function and test function into their own files
Oliver Schneider
-0
/
+42