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
2019-02-19
Various cosmetic improvements (#3403)
Alexander Regueiro
-11
/
+1
2019-02-09
cargo +nightly fix --edition-idioms
Hirokazu Hata
-4
/
+4
2019-02-04
transition to Rust 2018
Evgenii
-1
/
+1
2018-10-29
Use edition in rustfmt.toml when no command line argument is passed
Seiichi Uchida
-3
/
+5
2018-10-23
rustfmt: add support to specify the Rust edition as argument
Otavio Salvador
-2
/
+17
2018-10-23
rustfmt: avoid duplicating the error handling for `--emit`
Otavio Salvador
-5
/
+2
2018-10-12
bin: replace `.unwrap_or` with `.map_or`
Otavio Salvador
-3
/
+1
2018-09-25
Remove unnecessary feature flag
Nick Cameron
-3
/
+0
2018-09-19
Cargo fmt
Seiichi Uchida
-1
/
+2
2018-09-07
Fix typo in usage text
David Hotham
-1
/
+1
2018-09-01
final clippy changes
Maximilian Roos
-7
/
+7
2018-08-23
Consider "dev" as nightly for feature (un)gating
Christopher Durham
-1
/
+1
2018-07-31
Use is_nightly helper instead of duplicate code
Ingvar Stepanyan
-3
/
+1
2018-07-31
Fix check for unstable features
Ingvar Stepanyan
-29
/
+30
2018-07-31
Emit 0 exit code for --version and similar operations
Nick Cameron
-5
/
+5
2018-07-31
Warn the user if using an unstable option without `--unstable-options`
Nick Cameron
-0
/
+19
2018-07-24
Remove `Summary`
Nick Cameron
-12
/
+11
2018-07-24
formatting
Nick Cameron
-2
/
+1
2018-07-23
factor out a `Session` object
Nick Cameron
-97
/
+66
2018-07-12
Fixup formatting of tests and source
Nick Cameron
-1
/
+2
2018-07-05
Fix help for --help=file-lines
Eric Huss
-1
/
+1
2018-05-21
Replace `use_colored_tty` with iatty crate
Nick Cameron
-3
/
+3
2018-05-21
Remove `format_and_emit_report` from the API
Nick Cameron
-6
/
+50
2018-05-21
Replace WriteMode with EmitMode and backup bool
Nick Cameron
-33
/
+43
2018-05-21
Use our own `FileName` struct rather than exporting libsyntax's
Nick Cameron
-2
/
+2
2018-05-21
Refactor CliOptions
Nick Cameron
-7
/
+151
2018-05-21
Rationalise error types
Nick Cameron
-4
/
+4
2018-05-18
Exit with 1 for license check in `--check` mode
Nick Cameron
-3
/
+3
2018-05-14
Reorder the --help message
Nick Cameron
-30
/
+29
2018-05-14
Make some write modes unstable
Nick Cameron
-3
/
+9
2018-05-14
Support unstable options
Nick Cameron
-33
/
+40
2018-05-13
Replace `--write-mode` with `--emit`
Nick Cameron
-8
/
+3
2018-05-13
Add `--backup` flag
Nick Cameron
-0
/
+1
2018-05-12
Fix build failure (#2699)
Seiichi Uchida
-5
/
+4
2018-05-11
Replace `--dump-minimal-config` and `--dump-default-config` with `--print-con...
Nick Cameron
-30
/
+18
2018-05-11
Add `--check` flag.
Nick Cameron
-2
/
+10
2018-05-11
`--help` options
Nick Cameron
-19
/
+55
2018-05-11
Remove `--verbose-diff`
Nick Cameron
-5
/
+0
2018-05-11
Add `--quiet` flag, remove `Plain` write mode
Nick Cameron
-8
/
+9
2018-05-06
Cargo fmt
topecongiro
-1
/
+2
2018-04-30
Merge branch 'master' into imports_indent
Nick Cameron
-2
/
+2
2018-04-29
set stdin default config path to curr
csmoe
-2
/
+2
2018-04-29
update self format
csmoe
-2
/
+4
2018-04-26
Replace completely std::error with failure crate
Tibo
-3
/
+8
2018-04-20
Refactor to make a sensible public API
Nick Cameron
-181
/
+37
2018-04-20
Get exit codes right
Nick Cameron
-4
/
+2
2018-04-20
Add a verbose-diff option
Nick Cameron
-0
/
+9
2018-04-20
Refactoring around write mode in main
Nick Cameron
-22
/
+12
2018-04-20
Trivial refactoring in bin
Nick Cameron
-92
/
+100
2018-04-20
Implemented rough draft of `check` write mode. (#2539)
David Barsky
-10
/
+17
[next]