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
/
rustfmt_diff.rs
Age
Commit message (
Expand
)
Author
Lines
2021-12-27
chore: reduce some vis. for updated unreachable_pub lint
Caleb Cartwright
-5
/
+5
2021-07-25
fix a bunch of clippy warnings
Matthias Krüger
-5
/
+2
2019-09-08
Update deps (#3788)
Seiichi Uchida
-2
/
+0
2019-05-09
Enable unreachable_pub lint
Ruben Schmidmeister
-5
/
+5
2019-03-04
Remove redundant closure
Igor Matuszewski
-2
/
+2
2019-03-04
Remove eprintln
Igor Matuszewski
-2
/
+0
2019-03-04
Expose ModifiedLines and implement parsing data from the string output
Igor Matuszewski
-39
/
+145
2019-02-19
Various cosmetic improvements (#3403)
Alexander Regueiro
-12
/
+2
2019-02-09
Fix rust_2018_idioms warnings
Hirokazu Hata
-1
/
+1
2019-02-04
transition to Rust 2018
Evgenii
-2
/
+4
2018-09-19
Cargo fmt
Seiichi Uchida
-1
/
+2
2018-09-06
Change `print_diff` to output the correct line number.
Robert Bartlensky
-1
/
+1
2018-07-24
formatting
Nick Cameron
-7
/
+9
2018-05-21
Replace `use_colored_tty` with iatty crate
Nick Cameron
-2
/
+1
2018-05-21
Remove `format_and_emit_report` from the API
Nick Cameron
-1
/
+0
2018-05-11
Remove `--verbose-diff`
Nick Cameron
-2
/
+6
2018-04-25
Cargo update and clippy (#2643)
Seiichi Uchida
-1
/
+1
2018-04-20
Add a verbose-diff option
Nick Cameron
-8
/
+15
2018-03-26
Update tests and cargo fmt
Seiichi Uchida
-26
/
+20
2018-03-20
cargo fmt
Nick Cameron
-1
/
+1
2018-03-20
format code and tests
Nick Cameron
-1
/
+1
2018-03-02
Go back to a non-workspace structure
Nick Cameron
-0
/
+303
2018-02-07
Create rustfmt_core crate
topecongiro
-247
/
+0
2018-01-22
Cargo fmt
Seiichi Uchida
-1
/
+1
2018-01-11
Consolidating the logic for printing output
David Alber
-61
/
+42
2018-01-04
Adding test to verify code block idempotency in Configurations.md
David Alber
-5
/
+18
2017-12-08
Replace into() on &str with to_owned()
Seiichi Uchida
-13
/
+13
2017-11-17
Add test for trailing newline in diff.
Utkarsh Kukreti
-0
/
+16
2017-11-13
rename to use_colored_tty; used match as well
clippered
-2
/
+2
2017-11-13
add cli option for color
clippered
-3
/
+4
2017-10-19
Run rustfmt on the new changes.
Chris Emerson
-30
/
+50
2017-10-19
Add a couple of special cases which fix the zero-context diff case.
Chris Emerson
-3
/
+3
2017-10-19
Add a test for two nearby chunks (with context).
Chris Emerson
-0
/
+20
2017-10-19
Add a failing test of zero context.
Chris Emerson
-1
/
+13
2017-10-19
Add a simple passing test for diffs.
Chris Emerson
-0
/
+20
2017-08-15
Move isatty() to utils.rs
topecongiro
-19
/
+1
2017-07-13
Sort imports in alphabetical and consistent order
topecongiro
-2
/
+12
2017-06-13
Reformat source code using new defaults
Nick Cameron
-6
/
+10
2017-03-28
test fallout
Nick Cameron
-15
/
+5
2017-03-28
fallout - source reformatting
Nick Cameron
-5
/
+15
2016-08-26
Check term supports colour before printing fancy diffs
Kamal Marhubi
-1
/
+3
2016-05-31
print_diff: Don't print color codes if output is not a tty
Kamal Marhubi
-4
/
+22
2016-05-17
Fall back to basic stdout if we can't unwrap a fancy terminal (#995)
Nick Cameron
-1
/
+35
2016-01-01
Fixed #700, use default color for titles and context in write-mode=diff
Sinh Pham
-3
/
+3
2015-12-28
Add tests for #606.
Utkarsh Kukreti
-0
/
+2
2015-09-26
Changes to rustfmt source
Nick Cameron
-1
/
+4
2015-09-10
Add diff write mode https://github.com/nrc/rustfmt/issues/261
Sinh Pham
-0
/
+109