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
/
test
Age
Commit message (
Expand
)
Author
Lines
2019-03-04
Fix stdin_works... test on Windows
Igor Matuszewski
-3
/
+3
2019-03-04
Expose ModifiedLines and implement parsing data from the string output
Igor Matuszewski
-2
/
+2
2019-03-04
Allow for stdin input in EmitMode::ModifiedLines
Igor Matuszewski
-1
/
+25
2019-02-19
Various cosmetic improvements (#3403)
Alexander Regueiro
-54
/
+46
2019-02-09
Fix rust_2018_idioms warnings
Hirokazu Hata
-1
/
+1
2019-02-04
transition to Rust 2018
Evgenii
-6
/
+8
2018-12-18
Merge pull request #3240 from Xanewok/parser-panic
Seiichi Uchida
-0
/
+12
2018-12-14
use the rustfmt function to find the bin
Andreas Jonson
-1
/
+1
2018-12-14
remove deprecated dependency assert_cli
Andreas Jonson
-9
/
+6
2018-12-13
Add test asserting we catch Rust parser panics
Igor Matuszewski
-0
/
+12
2018-11-16
fix a few clippy warnings
Matthias Krüger
-5
/
+5
2018-11-07
Trim the indentation on macros which heuristically appear to use block-style ...
Kevin Stenerson
-1
/
+1
2018-10-18
Remove NLL feature
Nick Cameron
-1
/
+1
2018-10-09
Enable `stdin_disable_all_formatting_test` test
Otavio Salvador
-22
/
+27
2018-09-19
Cargo fmt
Seiichi Uchida
-3
/
+6
2018-09-06
fix cargo test --release.
Matthias Krüger
-1
/
+12
2018-09-01
final clippy changes
Maximilian Roos
-2
/
+2
2018-08-23
Reformat
cad97
-2
/
+2
2018-08-23
Rename CodeMap/FileMap to SourceMap/SourceFile
cad97
-10
/
+10
2018-07-24
Remove `Summary`
Nick Cameron
-8
/
+8
2018-07-24
formatting
Nick Cameron
-5
/
+4
2018-07-24
Refactoring: factor out `format_file` and `FormatHandler`
Nick Cameron
-7
/
+6
2018-07-24
Refactoring: summary
Nick Cameron
-2
/
+1
2018-07-23
factor out a `Session` object
Nick Cameron
-33
/
+78
2018-07-23
Move non-public API from lib.rs to its own module
Nick Cameron
-4
/
+6
2018-07-17
Merge pull request #2823 from fwalch/default-newline-style
Nick Cameron
-0
/
+3
2018-07-12
Fixup formatting of tests and source
Nick Cameron
-1
/
+2
2018-07-02
test: Assert CRLF line endings on Windows
Florian Walch
-0
/
+3
2018-06-30
warn on use of default value for an option
Stéphane Campinas
-0
/
+3
2018-06-10
Move newline logic inside the formatting process.
Tibo Delor
-9
/
+3
2018-05-29
Add mercy for devs that run `cargo test` without building
Alex Butler
-0
/
+4
2018-05-21
Remove `format_and_emit_report` from the API
Nick Cameron
-4
/
+4
2018-05-21
Replace WriteMode with EmitMode and backup bool
Nick Cameron
-2
/
+2
2018-05-21
Refactor CliOptions
Nick Cameron
-2
/
+2
2018-05-21
Rationalise result and error types
Nick Cameron
-24
/
+20
2018-05-14
Update uses of `rustfmt_skip` to `rustfmt::skip`
Nick Cameron
-3
/
+3
2018-05-13
Replace `--write-mode` with `--emit`
Nick Cameron
-12
/
+1
2018-05-09
Merge pull request #2684 from topecongiro/issue-2175
Nick Cameron
-2
/
+4
2018-05-08
Ensure tests pass on the beta compiler
Alex Crichton
-0
/
+4
2018-05-08
Fix rustfmt tests in the Rust repo
Alex Crichton
-8
/
+11
2018-05-08
Cargo fmt
topecongiro
-2
/
+4
2018-05-06
Fix up lines exceeding max width
topecongiro
-2
/
+3
2018-05-06
Use rustfmt.toml when running self_tests
topecongiro
-8
/
+15
2018-05-06
Use a different env var for the test directory
Nick Cameron
-1
/
+2
2018-05-04
Fix test bug (again)
Nick Cameron
-6
/
+4
2018-05-03
Make test temp files in the Cargo target directory, if known
Nick Cameron
-4
/
+8
2018-04-30
Run cargo fmt with reorder_impl_items set to true
topecongiro
-0
/
+1
2018-04-27
Harden tests to not rely on CWD
Nick Cameron
-2
/
+27
2018-04-20
Refactor to make a sensible public API
Nick Cameron
-0
/
+884