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
/
patterns.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-19
Various cosmetic improvements (#3403)
Alexander Regueiro
-12
/
+3
2019-02-09
cargo fmt
Hirokazu Hata
-1
/
+5
2019-02-09
Fix rust_2018_idioms warnings
Hirokazu Hata
-8
/
+8
2019-02-04
transition to Rust 2018
Evgenii
-13
/
+13
2018-11-16
fix a few clippy warnings
Matthias Krüger
-1
/
+1
2018-10-19
fix a few typos found via codespell.
Matthias Krüger
-1
/
+1
2018-09-30
Put arguments of the fail attribute on the same line as println!
Seiichi Uchida
-0
/
+1
2018-09-29
Take impl Iterator for overflow routines
Seiichi Uchida
-2
/
+1
2018-09-19
Cargo fmt
Seiichi Uchida
-1
/
+2
2018-08-27
Fixed #2955. Added value to determine whether or not rustfmt has condensed a ...
crw5996
-17
/
+16
2018-08-27
Merge pull request #2942 from crw5996/fix-ellipsis-bug
Nick Cameron
-1
/
+3
2018-08-24
Fixed ellipsis bug where rustfmt was creating code that could not be parsed
chris
-1
/
+3
2018-08-23
Reformat
cad97
-2
/
+2
2018-08-23
Rename CodeMap/FileMap to SourceMap/SourceFile
cad97
-4
/
+4
2018-08-12
Remove a wildcard parttern from slice patterns
Seiichi Uchida
-1
/
+2
2018-08-03
Use builder pattern for ListFormatting
Seiichi Uchida
-2
/
+2
2018-07-12
Move pair handling to its own module
Nick Cameron
-3
/
+2
2018-07-12
Factor out PairParts::infix
Nick Cameron
-1
/
+1
2018-06-30
Fix compile error from breaking changes in libsyntax
topecongiro
-1
/
+1
2018-06-25
Handle raw identifiers
Seiichi Uchida
-3
/
+3
2018-05-18
Remove spaces_within_parens_and_brackets
Nick Cameron
-6
/
+1
2018-05-08
Cargo fmt
topecongiro
-1
/
+2
2018-04-29
update self format
csmoe
-4
/
+7
2018-04-08
update rustc syntax 91.0.0
csmoe
-1
/
+1
2018-04-01
Use ListItem::has_comment
Shotaro Yamada
-1
/
+1
2018-04-01
Do not collect into a Vec by hand
Shotaro Yamada
-4
/
+1
2018-04-01
Remove unnecessary `[..]`s
Shotaro Yamada
-1
/
+1
2018-03-25
Avoid cloning RewriteContext
Seiichi Uchida
-4
/
+0
2018-03-21
Add matches module
Seiichi Uchida
-0
/
+34
2018-03-09
Use Option<SeparatorTactic> over bool to control trailing comma
Seiichi Uchida
-1
/
+5
2018-03-09
Add overflow module
Seiichi Uchida
-5
/
+6
2018-03-06
Support parentheses in patterns
Seiichi Uchida
-0
/
+2
2018-03-02
Go back to a non-workspace structure
Nick Cameron
-0
/
+380
2018-02-07
Create rustfmt_core crate
topecongiro
-379
/
+0
2018-01-21
Extending `spaces_around_ranges` to ranges in match arm patterns
David Alber
-1
/
+6
2017-12-24
Cargo fmt
Seiichi Uchida
-1
/
+1
2017-12-10
Format macro in pattern position
Seiichi Uchida
-2
/
+2
2017-12-08
Replace into() on &str with to_owned()
Seiichi Uchida
-1
/
+1
2017-12-07
Convert '&str' into 'String' whenever necessary
Seiichi Uchida
-1
/
+1
2017-11-30
Format source codes
topecongiro
-5
/
+7
2017-11-16
Generalize ListItems to allow a separator other than comma
topecongiro
-0
/
+2
2017-11-16
Cargo fmt
topecongiro
-4
/
+4
2017-11-14
Combine spaces_within_parens and spaces_within_brackets
topecongiro
-1
/
+1
2017-11-06
Fix PairParts related issues
topecongiro
-1
/
+1
2017-11-06
Introduce PairParts to reduce the number of args of rewrite_pair()
topecongiro
-4
/
+2
2017-11-02
Combine PatKind::TupleStruct
topecongiro
-3
/
+4
2017-11-01
fix some typos
Martin Lindhe
-8
/
+8
2017-10-05
Replace 'try_opt!' macro with a '?' operator
topecongiro
-29
/
+16
2017-10-04
Merge pull request #2011 from topecongiro/rewrite_call_inner
Nick Cameron
-1
/
+1
2017-09-28
Change return type of rewrite_call_inner() to Option<String>
topecongiro
-1
/
+1
[next]