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
/
utils.rs
Age
Commit message (
Expand
)
Author
Lines
2017-05-03
Format fix
est31
-1
/
+1
2017-05-03
Simplifications
est31
-4
/
+4
2017-05-03
Drop rustc-serialize, use serde, update toml dependency
est31
-4
/
+20
2017-03-29
Fix a typo
topecongiro
-1
/
+1
2017-03-28
Remove duplicate definitions
topecongiro
-0
/
+10
2017-03-28
test fallout
Nick Cameron
-6
/
+2
2017-03-28
fallout - source reformatting
Nick Cameron
-10
/
+15
2017-03-28
Source formatting fallout
Nick Cameron
-2
/
+4
2017-03-07
Formatting fallout
Nick Cameron
-1
/
+5
2017-02-21
WIP
Nick Cameron
-3
/
+3
2017-01-31
Refactor indent and width into Shape struct
Nick Cameron
-8
/
+8
2017-01-20
Update to latest Syntex
Nick Cameron
-3
/
+5
2016-12-23
Update to the latest syntex module
Erick Tryzelaar
-4
/
+4
2016-11-21
update Serde, etc.
Nick Cameron
-25
/
+8
2016-09-16
Update to latest Syntex
Nick Cameron
-7
/
+38
2016-08-29
Run clippy
sinkuu
-1
/
+1
2016-07-26
Add `use` declaration re-ordering (#1104)
Stuart Dootson
-0
/
+7
2016-06-10
Fix integer underflow in extra_offset
Marcus Klaas
-2
/
+1
2016-05-31
utils: Move codemap related utilities to a dedicated module
Kamal Marhubi
-38
/
+1
2016-05-29
Format non-statement if-else expressions on a single line
Marcus Klaas
-5
/
+1
2016-05-28
Handle pub(restricted) (#1013)
Kamal Marhubi
-8
/
+20
2016-05-05
deps: Update syntex_syntax to 0.32.0
Kamal Marhubi
-1
/
+1
2016-05-02
Handle new visibility types more gracefully
Kamal Marhubi
-6
/
+6
2016-05-01
deps: Update syntex_syntax to 0.31.0
Kamal Marhubi
-2
/
+5
2016-04-22
Change defaults and update tests and source
Nick Cameron
-8
/
+8
2016-04-18
Add option to force explicit extern ABI's
Marcus Klaas
-3
/
+6
2016-04-15
config: Rename get_variant_names to doc_hint
Kamal Marhubi
-1
/
+1
2016-04-14
Be careful about where we change braces in closures
Nick Cameron
-0
/
+19
2016-04-12
Reviewer comments - mostly fix rewrite_guard
Nick Cameron
-0
/
+7
2016-04-06
use std::error instead std::out
Srinivas Reddy Thatiparthy
-0
/
+10
2016-03-28
Use checked_next_power_of_two from std instead of custom method
Kamal Marhubi
-35
/
+0
2016-03-14
Merge pull request #857 from kamalmarhubi/codemap-ext
Nick Cameron
-27
/
+35
2016-03-13
utils: Add CodeMapSpanUtils trait for span_* methods
Kamal Marhubi
-27
/
+35
2016-03-02
deps: Update syntex_syntax to 0.29.1
Kamal Marhubi
-14
/
+14
2016-01-12
Handle more possible comment position for if else
DarkDrek
-0
/
+8
2016-01-07
Merge pull request #747 from Manishearth/clippy
Nick Cameron
-2
/
+1
2016-01-07
Clippy rustfmt
Manish Goregaokar
-2
/
+1
2016-01-02
ignore case for config enums. Fixes #738
Victor M. Suarez
-12
/
+14
2015-12-27
Make fn argument formatting more resilient for complex self types
Marcus Klaas
-0
/
+12
2015-11-25
Reformat trim_newlines
Kevin Yeh
-6
/
+6
2015-11-24
Fix empty trim_newline panic, add impl macro test
Kevin Yeh
-1
/
+5
2015-11-23
Implement formatting for impls
Nick Cameron
-0
/
+7
2015-11-22
Format bare function types
Marcus Klaas
-0
/
+15
2015-11-20
Unwrap match arms that are simple blocks
Marcus Klaas
-3
/
+1
2015-11-19
Support single-line functions
Kevin Yeh
-0
/
+27
2015-10-23
Ignore #[cfg_attr(rustfmt, rustfmt_skip)] functions
Alex Crichton
-0
/
+3
2015-10-17
Format more type variants
Marcus Klaas
-1
/
+2
2015-09-29
Refactoring configuration
Scyptnex
-2
/
+1
2015-09-19
Add Indent::none(), remove make_indent.
Pavel Sountsov
-6
/
+0
2015-09-19
Initial implementation of hard tab indentation.
Pavel Sountsov
-12
/
+10
[next]