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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-10
Reset the error count of parser from the previous file
topecongiro
-6
/
+15
2017-06-06
Update syntex_syntax
est31
-3
/
+3
2017-06-04
Format source codes
topecongiro
-1
/
+1
2017-06-01
Format source codes
Seiichi Uchida
-15
/
+17
2017-05-25
Remove dependency on Itertools
Nick Cameron
-1
/
+0
2017-05-25
Remove multimap dep
Nick Cameron
-1
/
+0
2017-05-18
Provide `config.set().item(value)` API.
Michael Killough
-3
/
+1
2017-05-16
Switch to accessing config items via method.
Michael Killough
-22
/
+24
2017-05-15
Merge pull request #1510 from fintelia/better-filelines
Nick Cameron
-16
/
+24
2017-05-08
Replace 'try!' with '?'
topecongiro
-8
/
+8
2017-05-08
Refactor Shape
topecongiro
-16
/
+5
2017-05-08
Add indented and with_max_width
topecongiro
-13
/
+23
2017-05-06
Respect file_lines within format_lines() function
Jonathan Behrens
-16
/
+24
2017-05-05
Block format control flow discriminant expressions and binops
Nick Cameron
-0
/
+8
2017-05-03
Drop rustc-serialize, use serde, update toml dependency
est31
-1
/
+5
2017-05-01
Remove TODO from 'format_tuple_struct'
topecongiro
-1
/
+1
2017-05-01
Refactor Shape
topecongiro
-20
/
+5
2017-04-18
format_lines: fix line_len for config.max_width
Evgeny Duzhakov
-2
/
+2
2017-04-02
Do not count `\r` as part of line width.
Mike Boutin
-1
/
+0
2017-03-28
test fallout
Nick Cameron
-3
/
+1
2017-03-28
fallout - source reformatting
Nick Cameron
-1
/
+3
2017-03-22
Block indenting for struct lit patterns
Nick Cameron
-0
/
+8
2017-03-07
Formatting fallout
Nick Cameron
-1
/
+4
2017-03-06
added unit tests for Indent and Shape (#1353)
Andy Librian
-0
/
+85
2017-02-23
Merge pull request #1325 from C4K3/master
Nick Cameron
-1
/
+1
2017-02-23
Fallout
Nick Cameron
-18
/
+18
2017-02-21
WIP
Nick Cameron
-3
/
+93
2017-02-19
Add error_on_line_overflow option
Sebastian Blunt
-1
/
+1
2017-02-07
New `disable_all_formatting` config option (#1297)
Craig M. Brandenburg
-0
/
+3
2017-01-31
Refactor indent and width into Shape struct
Nick Cameron
-0
/
+44
2017-01-20
process cfg'ed off modules
Nick Cameron
-2
/
+9
2017-01-09
Better message for LineOverflow error (#1268)
Stepan Koltsov
-6
/
+11
2016-11-21
update Serde, etc.
Nick Cameron
-2
/
+2
2016-09-16
Update to latest Syntex
Nick Cameron
-4
/
+5
2016-08-29
Run clippy
sinkuu
-3
/
+3
2016-06-21
Return failure exit code on found diffs (fix #906)
Johann Hofmann
-7
/
+13
2016-05-31
Add type to represent collection of lines in files
Kamal Marhubi
-0
/
+2
2016-05-31
utils: Move codemap related utilities to a dedicated module
Kamal Marhubi
-0
/
+1
2016-05-31
Derive Debug for the Input enum
Kamal Marhubi
-0
/
+1
2016-05-28
Handle pub(restricted) (#1013)
Kamal Marhubi
-0
/
+1
2016-05-18
Handle parser errors better
Nick Cameron
-5
/
+10
2016-05-15
Write each file as it is formatted (#991)
Nick Cameron
-96
/
+120
2016-05-12
Bootstrap it. Hard.
Marcus Klaas
-5
/
+2
2016-05-06
Changed modules & visitor mods to public, set filemap::write_file public
Daniel Campbell
-2
/
+2
2016-04-28
Always skip children when using Plain write mode
Micah Chalmer
-1
/
+4
2016-04-27
Bail out on recovered errors. (#965)
Nick Cameron
-4
/
+15
2016-04-15
Don't print empty lines to stderr (#940)
Aleksey Kladov
-1
/
+3
2016-04-15
return non-zero exit code if there were errors
Aleksey Kladov
-11
/
+32
2016-04-14
don't silence error unnecessary
Aleksey Kladov
-5
/
+1
2016-04-13
Change stdout to stderr (#925)
Srinivas Reddy Thatiparthy
-1
/
+1
[next]