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
/
tests
/
source
Age
Commit message (
Expand
)
Author
Lines
2017-06-13
Merge pull request #1655 from topecongiro/issue-1652
Nick Cameron
-0
/
+4
2017-06-13
Merge pull request #1647 from topecongiro/refactor-impl-format
Nick Cameron
-0
/
+235
2017-06-12
Use correct indent for return type when it goes multi line
topecongiro
-0
/
+4
2017-06-12
Use block indent for args if single line args exceeds max width
topecongiro
-0
/
+6
2017-06-11
Update tests
topecongiro
-0
/
+121
2017-06-10
Add format_trait_ref_then_update_result
topecongiro
-0
/
+114
2017-06-06
Fix the pub-restricted tests
est31
-2
/
+2
2017-06-06
Implement catch
topecongiro
-0
/
+27
2017-06-06
Merge pull request #1634 from topecongiro/impl-rewrite-attribute
Nick Cameron
-0
/
+36
2017-06-06
Implement Rewrite trait for syntax::ast::Attribute
topecongiro
-0
/
+36
2017-06-06
Add config options for spaces around the colon in struct literal fields
est31
-0
/
+24
2017-06-04
Allow comments after attributes on enum fields
topecongiro
-0
/
+11
2017-06-03
Forbid trailing comma at the end of args of variadic functions
Seiichi Uchida
-0
/
+6
2017-06-02
Rename the Style::Default option to Legacy
Nick Cameron
-1
/
+1
2017-05-31
Merge pull request #1609 from topecongiro/nested-tuple
Nick Cameron
-0
/
+3
2017-05-30
Put a space between nested tuple field
topecongiro
-0
/
+3
2017-05-30
Allow longer custom comment
topecongiro
-1
/
+17
2017-05-30
Merge pull request #1604 from topecongiro/comment-group
Nick Cameron
-0
/
+24
2017-05-28
Merge pull request #1602 from topecongiro/attributes-on-expressions
Nick Cameron
-0
/
+21
2017-05-28
Add tests for issues which can be closed on the current master
topecongiro
-0
/
+24
2017-05-28
Allow attributes on expressions
topecongiro
-0
/
+21
2017-05-27
Allow attributes in generics of impl
Seiichi Uchida
-0
/
+5
2017-05-27
Merge pull request #1597 from topecongiro/comments-after-attributes
Nick Cameron
-0
/
+22
2017-05-27
Allow comments after attributes of struct fields
topecongiro
-0
/
+22
2017-05-26
Format source codes and add tests
topecongiro
-0
/
+4
2017-05-26
Merge pull request #1586 from topecongiro/minor
Nick Cameron
-0
/
+2
2017-05-25
Update tests
Seiichi Uchida
-0
/
+2
2017-05-25
Add a test for #1380
topecongiro
-0
/
+8
2017-05-25
Allow the last elem in chain to overflow
topecongiro
-0
/
+3
2017-05-25
Decide whether args fit in a single line inside rewrite_call_args
topecongiro
-0
/
+14
2017-05-24
Return original snippet when macro contains invalid syntax
topecongiro
-0
/
+5
2017-05-23
Add trailing comma to a single arg in multiline
topecongiro
-0
/
+29
2017-05-23
Implement combining for tuple and block
topecongiro
-0
/
+16
2017-05-23
Update tests
topecongiro
-0
/
+136
2017-05-23
Update tests
topecongiro
-0
/
+6
2017-05-23
Fix weird indentaion in chain
topecongiro
-0
/
+30
2017-05-23
Implement 'vec![expr; expr]'
topecongiro
-0
/
+7
2017-05-18
config: fix `suffices` -> `suffixes` typo
Ben Boeckel
-5
/
+5
2017-05-18
Merge pull request #1562 from flier/reorder_imports_in_group
Seiichi Uchida
-0
/
+26
2017-05-18
reorder imports in group
Flier Lu
-0
/
+26
2017-05-17
Use multiline when signature does not fit single line
topecongiro
-0
/
+6
2017-05-16
Add test for issue #1366.
Michael Killough
-0
/
+12
2017-05-15
Use offset_left for rewrite_unary_prefix
Seiichi Uchida
-0
/
+6
2017-05-15
Merge pull request #1510 from fintelia/better-filelines
Nick Cameron
-3
/
+38
2017-05-13
Add and improve tests of file_lines
Jonathan Behrens
-3
/
+38
2017-05-13
Merge pull request #1546 from topecongiro/bug/range-full
Seiichi Uchida
-0
/
+6
2017-05-13
Add a missing trailing comma before elipses
topecongiro
-0
/
+6
2017-05-12
Merge pull request #1543 from topecongiro/field-attr
Seiichi Uchida
-0
/
+22
2017-05-12
Support struct_field_attributes
topecongiro
-0
/
+22
2017-05-12
Use vertical layout when args len is larger than fn_call_width
topecongiro
-0
/
+7
[next]