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
/
filemap.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-06
Do not overwrite files when there are no diffs in Overwrite mode
topecongiro
-3
/
+6
2017-06-04
Format source codes
topecongiro
-2
/
+3
2017-05-16
Switch to accessing config items via method.
Michael Killough
-5
/
+5
2017-05-08
Replace 'try!' with '?'
topecongiro
-17
/
+17
2016-09-27
Fix broken import
nokaa
-1
/
+1
2016-09-27
Write to the supplied buffer if one is supplied to format_input
Nick Cameron
-7
/
+3
2016-08-09
Don't emit filename in diff mode, add filename to diff metadata
juicejitsu
-2
/
+2
2016-06-21
Return failure exit code on found diffs (fix #906)
Johann Hofmann
-4
/
+7
2016-05-15
Write each file as it is formatted (#991)
Nick Cameron
-9
/
+7
2016-05-06
Changed modules & visitor mods to public, set filemap::write_file public
Daniel Campbell
-5
/
+5
2016-04-02
refactor: unify run and run_from_stdin
Aleksey Kladov
-5
/
+5
2016-04-02
minor: use &mut ref instead of by value argument
Aleksey Kladov
-4
/
+4
2016-02-08
config: Use write_mode from config
Kamal Marhubi
-13
/
+5
2016-01-19
Update checkstyle write mode to take Write arguments.
Mark Story
-16
/
+19
2016-01-14
Clean up function names for checkstyle output.
Mark Story
-3
/
+3
2016-01-13
Use PartialEq/Eq implementation instead of match.
Mark Story
-8
/
+0
2016-01-13
Extract checkstyle output into a separate module.
Mark Story
-79
/
+5
2016-01-13
Update based on pull request feedback.
Mark Story
-10
/
+11
2016-01-13
Encode XML entities.
Mark Story
-1
/
+20
2016-01-13
Remove unused argument.
Mark Story
-4
/
+4
2016-01-13
Fix formatting errors.
Mark Story
-12
/
+11
2016-01-13
Hack together checkstyle output that compiles.
Mark Story
-3
/
+71
2016-01-13
Start hacking checkstyle output in.
Mark Story
-0
/
+14
2016-01-12
Allow for setting of write-mode via config file. FIxes #215
Victor M. Suarez
-52
/
+40
2016-01-10
stop creating bk files if there are no changes. Fixes #733
Victor M. Suarez
-20
/
+33
2015-11-15
Adds a "Native" option to newline_style.
Johan Sköld
-1
/
+12
2015-11-03
Address review concerns
Johann
-4
/
+4
2015-11-02
Stdin support
Johann
-5
/
+10
2015-10-24
show rustfmt coverage!
Ravi Shankar
-1
/
+1
2015-10-06
Increase default function call width limit
Marcus Klaas
-2
/
+1
2015-09-26
Changes to source formatting
Nick Cameron
-1
/
+2
2015-09-18
Refactor test code
Marcus Klaas
-4
/
+5
2015-09-10
Add diff write mode https://github.com/nrc/rustfmt/issues/261
Sinh Pham
-1
/
+13
2015-08-20
Formatting
Nick Cameron
-10
/
+10
2015-08-19
Add an option to forgo backups
Marcus Klaas
-32
/
+38
2015-08-02
Fix nits for filemap
Gaëtan Cassiers
-11
/
+10
2015-08-02
Kill ChangeSet and replace remaining part by FileMap
Gaëtan Cassiers
-0
/
+113