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
2019-02-19
Various cosmetic improvements (#3403)
Alexander Regueiro
-12
/
+2
2019-02-11
Merge pull request #3335 from h-michael/rust-2018
Seiichi Uchida
-5
/
+5
2019-02-09
Fix rust_2018_idioms warnings
Hirokazu Hata
-5
/
+5
2019-02-07
fix formatting of strings within a macro
Stéphane Campinas
-2
/
+11
2019-02-04
transition to Rust 2018
Evgenii
-6
/
+5
2019-01-17
Merge pull request #3284 from scampi/issue-3270
Nick Cameron
-5
/
+13
2019-01-16
version-gate the formatting of commented strings
Stéphane Campinas
-7
/
+10
2019-01-15
Use Unicode-standard char width to wrap comments or strings. (#3275)
wada314
-15
/
+19
2019-01-10
recognize strings inside comments in order to avoid indenting them
Stéphane Campinas
-5
/
+10
2018-12-18
Fix trim_right/trim_left deprecation warnings (#3252)
Philipp Hansch
-1
/
+1
2018-12-08
Update rustc-ap-syntax to 306.0
kngwyu
-2
/
+13
2018-11-07
Trim the indentation on macros which heuristically appear to use block-style ...
Kevin Stenerson
-2
/
+2
2018-10-30
The method trim_left_preserve_layout didn't handle tabs properly.
Stéphane Campinas
-38
/
+115
2018-10-24
Fix handling of code that is annotated with rustfmt::skip.
Stéphane Campinas
-1
/
+40
2018-10-18
Remove NLL feature
Nick Cameron
-1
/
+36
2018-10-16
Merge pull request #3106 from sinkuu/clippy
Nick Cameron
-1
/
+1
2018-10-16
Merge pull request #3102 from nrc/arm-guard-newline
Nick Cameron
-0
/
+32
2018-10-16
Merge pull request #3101 from nrc/pair-newline
Nick Cameron
-4
/
+5
2018-10-15
Clippy
Shotaro Yamada
-1
/
+1
2018-10-15
Only put `{` on a newline in a match arm where necessary
Nick Cameron
-0
/
+32
2018-10-15
Fixup formatting
Nick Cameron
-4
/
+5
2018-10-14
utils: rewrite `count_newlines` using `bytecount::count`
Otavio Salvador
-2
/
+4
2018-08-23
Reformat
cad97
-1
/
+1
2018-08-23
Rename CodeMap/FileMap to SourceMap/SourceFile
cad97
-2
/
+2
2018-08-05
Ignore comment in wrap_str
Seiichi Uchida
-1
/
+2
2018-07-29
fix nits
Benjamin Brittain
-2
/
+2
2018-07-29
Format Async block and async fn
Ben Brittain
-0
/
+8
2018-07-24
chains: prefer to use the next line for an expression, if using the same line...
Nick Cameron
-0
/
+7
2018-07-20
Fix breaking changes
Seiichi Uchida
-0
/
+20
2018-07-14
fix rewrite_string when a line feed is present in a sequence of whitespaces, ...
Stéphane Campinas
-1
/
+1
2018-07-12
Fixup formatting of tests and source
Nick Cameron
-5
/
+4
2018-06-25
Handle raw identifiers
Seiichi Uchida
-2
/
+6
2018-05-21
Replace `use_colored_tty` with iatty crate
Nick Cameron
-27
/
+0
2018-05-18
Remove spaces_within_parens_and_brackets
Nick Cameron
-9
/
+0
2018-05-15
Use saturating_sub
Shotaro Yamada
-4
/
+1
2018-05-14
Give a deprecation warning on `rustfmt_skip` and an error on `rustfmt::` othe...
Nick Cameron
-2
/
+2
2018-05-14
Skip on `rustfmt::skip` as well as `rustfmt_skip`
Nick Cameron
-3
/
+6
2018-05-08
Cargo fmt
topecongiro
-1
/
+2
2018-05-06
Update rustc_ap_syntax
Nick Cameron
-2
/
+2
2018-04-30
Merge branch 'master' into imports_indent
Nick Cameron
-0
/
+10
2018-04-30
Merge pull request #2656 from topecongiro/issue-2594
Nick Cameron
-0
/
+10
2018-04-29
update self format
csmoe
-2
/
+4
2018-04-28
add rustc_target to dependencies (#2660)
Ryan Leung
-1
/
+2
2018-04-28
Factor out a formatting routine for empty struct and tuple
topecongiro
-0
/
+10
2018-04-20
keep auto trait
Roman Stoliar
-0
/
+8
2018-04-20
Refactor to make a sensible public API
Nick Cameron
-9
/
+0
2018-04-14
Fallout from removing TupField
Nick Cameron
-1
/
+0
2018-04-08
update rustc syntax 91.0.0
csmoe
-3
/
+3
2018-04-06
Cargo update (#2602)
Seiichi Uchida
-2
/
+1
2018-03-23
Merge pull request #2549 from topecongiro/macro-def-spaces-around-colon
Nick Cameron
-4
/
+4
[next]