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
2017-05-30
Expose methods to locate and load config
Ravi Khadiwala
-83
/
+13
2017-05-25
Simplify --version info
Nick Cameron
-13
/
+3
2017-05-18
Add --dump-default-config and --dump-minimal-config.
Michael Killough
-1
/
+39
2017-05-18
Provide `config.set().item(value)` API.
Michael Killough
-28
/
+28
2017-05-16
Switch to accessing config items via method.
Michael Killough
-29
/
+29
2017-05-08
Replace 'try!' with '?'
topecongiro
-16
/
+16
2017-05-08
Allow config-path to point to a file
topecongiro
-22
/
+40
2017-05-03
Drop rustc-serialize, use serde, update toml dependency
est31
-11
/
+17
2017-05-01
Merge pull request #1473 from topecongiro/bug/no-such-file-or-directory
Nick Cameron
-12
/
+20
2017-04-26
Prevent panicking against directories or non-existent files
Seiichi Uchida
-12
/
+20
2017-04-19
Show exit codes' meanings with the rustfmt help message
Sheng Hau
-0
/
+1
2017-04-10
fix path check
Jay Lee
-1
/
+10
2017-04-06
Merge pull request #1438 from topecongiro/poor-formatting/method-chains
Nick Cameron
-1
/
+2
2017-04-06
Lookup the last element of 'subexpr_list' instead of the first one
topecongiro
-1
/
+2
2017-04-06
Merge pull request #1432 from topecongiro/parse-config
Nick Cameron
-7
/
+8
2017-04-03
Change return type of 'from_toml' from 'Config' to 'Result<Config>'
topecongiro
-7
/
+8
2017-04-03
Merge pull request #1430 from fintelia/stdin_lines
Nick Cameron
-10
/
+18
2017-03-31
Warn about extra files listed in file_lines argument
Jonathan Behrens
-0
/
+11
2017-03-30
--file_lines argument now supports "stdin"
Jonathan Behrens
-11
/
+8
2017-03-30
Implemented support for workspaces
Emil Gardström
-16
/
+96
2017-03-28
test fallout
Nick Cameron
-35
/
+8
2017-03-28
fallout - source reformatting
Nick Cameron
-3
/
+11
2017-03-28
Source formatting fallout
Nick Cameron
-6
/
+12
2017-03-22
Test and source fallout
Nick Cameron
-1
/
+4
2017-03-07
Formatting fallout
Nick Cameron
-5
/
+20
2017-02-23
more fallout
Nick Cameron
-5
/
+5
2017-02-23
test fallout
Nick Cameron
-8
/
+8
2017-02-13
Don't print config file by default (#1313)
Casey Rodarmor
-7
/
+12
2017-01-25
Process build scripts
Ivan Ukhov
-1
/
+3
2016-12-16
Recognize "rlib" and "cdylib" crates (#1238)
Jason Dusek
-1
/
+1
2016-11-21
update Serde, etc.
Nick Cameron
-12
/
+7
2016-11-02
cargo-fmt processes bench, test, example files
Mason Smith
-11
/
+11
2016-08-29
Run clippy
sinkuu
-7
/
+7
2016-08-01
Multiple config file names feature (#1101)
Daniel Campoverde
-11
/
+15
2016-07-04
Merge pull request #1084 from johannhof/rustfmt-not-found
Nick Cameron
-1
/
+11
2016-07-04
Show more helpful error if rustfmt is not in PATH.
Johann Hofmann
-1
/
+11
2016-07-04
rustup
Nick Cameron
-2
/
+1
2016-06-21
Return failure exit code on found diffs (fix #906)
Johann Hofmann
-0
/
+3
2016-06-12
Include git commit and worktree status in version output (#1060)
Kamal Marhubi
-5
/
+13
2016-05-31
rustfmt: Add option to specify line ranges for formatting
Kamal Marhubi
-5
/
+21
2016-04-22
Change defaults and update tests and source
Nick Cameron
-15
/
+15
2016-04-22
Tests
Nick Cameron
-10
/
+7
2016-04-16
rustfmt: Parse options once instead of once per file argument (#944)
Kamal Marhubi
-19
/
+36
2016-04-15
return non-zero exit code if there were errors
Aleksey Kladov
-6
/
+22
2016-04-10
rustfmt: Simplify match in project file lookup loop
Kamal Marhubi
-8
/
+6
2016-04-10
rustfmt: Make error handling more idiomatic
Kamal Marhubi
-50
/
+35
2016-04-10
rustfmt: Move getopts::Options creation to its own function
Kamal Marhubi
-1
/
+7
2016-04-06
use std::error instead std::out
Srinivas Reddy Thatiparthy
-9
/
+1
2016-04-05
Merge pull request #897 from matklad/refactor-run
Nick Cameron
-3
/
+3
2016-04-04
Fix. rustfmt write to stderr instead stdout
0x0G
-4
/
+4
[next]