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
/
lists.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-10
Add visual offset when using struct_lit_style is Visual
Seiichi Uchida
-1
/
+2
2017-06-06
Update syntex_syntax
est31
-3
/
+4
2017-05-25
Format source codes
topecongiro
-4
/
+2
2017-05-24
Format source codes
topecongiro
-2
/
+4
2017-05-23
Format source codes
topecongiro
-1
/
+2
2017-05-18
Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...
Michael Killough
-104
/
+102
2017-05-16
Format source codes
topecongiro
-104
/
+102
2017-05-16
Add methods to serialize Config to TOML.
Michael Killough
-2
/
+2
2017-05-16
Switch to accessing config items via method.
Michael Killough
-9
/
+10
2017-04-24
Format source codes
topecongiro
-13
/
+3
2017-03-31
Check existence of pre comment explicitly
topecongiro
-1
/
+3
2017-03-29
Merge pull request #1415 from topecongiro/remove-duplicates
Nick Cameron
-1
/
+1
2017-03-29
Fix a typo
topecongiro
-1
/
+1
2017-03-28
Omit space before '\n' + comment (fixes #457)
Fabian Zaiser
-1
/
+3
2017-03-28
test fallout
Nick Cameron
-14
/
+4
2017-03-28
fallout - source reformatting
Nick Cameron
-110
/
+142
2017-03-28
Source formatting fallout
Nick Cameron
-3
/
+4
2017-03-22
Block indenting for struct lit patterns
Nick Cameron
-1
/
+80
2017-03-07
Formatting fallout
Nick Cameron
-7
/
+9
2017-02-23
Fallout
Nick Cameron
-2
/
+1
2017-01-31
Refactor indent and width into Shape struct
Nick Cameron
-38
/
+24
2016-11-13
fix #1216: panic on comment starting with //*
Martin Wohli
-1
/
+7
2016-08-29
Run clippy
sinkuu
-2
/
+2
2016-05-29
Format non-statement if-else expressions on a single line
Marcus Klaas
-5
/
+1
2016-05-12
Bootstrap it. Hard.
Marcus Klaas
-5
/
+2
2016-04-22
Change defaults and update tests and source
Nick Cameron
-11
/
+9
2016-01-07
Clippy rustfmt
Manish Goregaokar
-9
/
+5
2015-11-25
Apply Clippy
Seo Sanghyeon
-1
/
+1
2015-11-22
Correct doc comment indentation for struct fields
Marcus Klaas
-7
/
+1
2015-11-20
Unwrap match arms that are simple blocks
Marcus Klaas
-3
/
+1
2015-11-03
Honor "enum_trailing_comma" option. Fixes #556
Florian Zeitz
-0
/
+10
2015-10-16
Format vec! macro using brackets
Marcus Klaas
-1
/
+2
2015-10-10
Handle multi-line return types and multi-line tuples
Nick Cameron
-6
/
+6
2015-10-08
Fix https://github.com/nrc/rustfmt/issues/430
Sinh Pham
-1
/
+1
2015-10-08
Support pre- and post-comments for enums
mwiczer
-3
/
+16
2015-10-06
Merge pull request #404 from marcusklaas/rewrite-list-fmt
Marcus Klaas de Vries
-118
/
+145
2015-10-06
Increase default function call width limit
Marcus Klaas
-10
/
+7
2015-10-04
Make listItem contain option
Marcus Klaas
-11
/
+18
2015-10-04
Split ListTactic decision logic from write_list
Marcus Klaas
-108
/
+131
2015-10-02
Format rustfmt's own indices
Marcus Klaas
-1
/
+1
2015-09-26
Changes to rustfmt source
Nick Cameron
-1
/
+6
2015-09-26
Use a width heuristic for struct lits.
Nick Cameron
-1
/
+1
2015-09-26
rebasing changes and address review comment
Nick Cameron
-1
/
+1
2015-09-26
Heuristic max width for function calls
Nick Cameron
-0
/
+22
2015-09-26
Merge pull request #362 from marcusklaas/rewrite-string
Nick Cameron
-15
/
+16
2015-09-25
Use the maximum available width in struct formatting
Marcus Klaas
-3
/
+5
2015-09-25
Make rewrite_string return `Option<String>`
Marcus Klaas
-15
/
+16
2015-09-24
Add support for formatting AddrOf (unary "&").
Eli Friedman
-1
/
+4
2015-09-19
Add Indent::none(), remove make_indent.
Pavel Sountsov
-3
/
+3
2015-09-19
Initial implementation of hard tab indentation.
Pavel Sountsov
-9
/
+23
[next]