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
2017-06-06
Update syntex_syntax
est31
-3
/
+3
2017-05-25
Format source codes
topecongiro
-4
/
+4
2017-05-23
Format source codes
topecongiro
-1
/
+1
2017-05-19
Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...
Michael Killough
-1
/
+1
2017-05-18
config: fix `suffices` -> `suffixes` typo
Ben Boeckel
-1
/
+1
2017-05-18
Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...
Michael Killough
-12
/
+9
2017-05-16
Format source codes
topecongiro
-12
/
+9
2017-05-16
Switch to accessing config items via method.
Michael Killough
-10
/
+13
2017-05-15
Use offset_left for rewrite_unary_prefix
Seiichi Uchida
-4
/
+2
2017-05-13
Add a missing trailing comma before elipses
topecongiro
-2
/
+8
2017-05-01
Merge pull request #1469 from topecongiro/bug/chains
Nick Cameron
-7
/
+3
2017-04-24
Format source codes
topecongiro
-7
/
+3
2017-04-15
Add heuristic choosing block or visual indent for unary op based on span
topecongiro
-2
/
+4
2017-03-28
test fallout
Nick Cameron
-10
/
+3
2017-03-28
fallout - source reformatting
Nick Cameron
-19
/
+33
2017-03-27
Merge pull request #1409 from alobb/1408-empty-tuple-enum-decl
Nick Cameron
-47
/
+46
2017-03-26
Prevent conversion of empty tuples to unit structs
Aaron Lobb
-47
/
+46
2017-03-26
Avoid extra comma in vertical single-field struct patterns (#1403)
Jon Gjengset
-3
/
+9
2017-03-22
Block indenting for struct lit patterns
Nick Cameron
-44
/
+70
2017-03-09
Be smarter about finding the span for `..` in patterns
Nick Cameron
-2
/
+13
2017-03-07
Formatting fallout
Nick Cameron
-10
/
+10
2017-02-26
bump syntex_* to 0.58
Igor Gnatenko
-3
/
+10
2017-02-23
Fallout
Nick Cameron
-26
/
+27
2017-02-21
WIP
Nick Cameron
-5
/
+5
2017-01-31
Refactor indent and width into Shape struct
Nick Cameron
-65
/
+58
2017-01-20
Update to latest Syntex
Nick Cameron
-4
/
+11
2016-11-21
update Serde, etc.
Nick Cameron
-1
/
+1
2016-11-07
Condense suffix strings of simple wildcards in patterns
Marcus Klaas
-10
/
+39
2016-10-18
Add spaces_within_square_brackets config option. (#1191)
Mikko Rantanen
-1
/
+5
2016-10-13
Add support for spaces_within_parens config (#1187)
Mikko Rantanen
-2
/
+12
2016-09-16
Update to latest Syntex
Nick Cameron
-4
/
+3
2016-09-09
Fix #1021: Handle `..` in tuple / tuple struct patterns
sinkuu
-40
/
+93
2016-08-29
Run clippy
sinkuu
-1
/
+1
2016-05-31
utils: Move codemap related utilities to a dedicated module
Kamal Marhubi
-1
/
+2
2016-05-31
Merge pull request #1017 from marcusklaas/tweak-if-else
Nick Cameron
-5
/
+1
2016-05-30
deps: Update syntex_syntax to 0.33
Kamal Marhubi
-5
/
+10
2016-05-29
Format non-statement if-else expressions on a single line
Marcus Klaas
-5
/
+1
2016-05-27
Don't ignore universal quantification in function types
Nick Cameron
-1
/
+0
2016-05-12
Bootstrap it. Hard.
Marcus Klaas
-4
/
+2
2016-04-22
Change defaults and update tests and source
Nick Cameron
-5
/
+4
2016-04-16
Fix off-by-one error in pattern formatting
Marcus Klaas
-2
/
+3
2016-03-14
Merge pull request #857 from kamalmarhubi/codemap-ext
Nick Cameron
-3
/
+3
2016-03-13
utils: Add CodeMapSpanUtils trait for span_* methods
Kamal Marhubi
-3
/
+3
2016-03-02
deps: Update syntex_syntax to 0.29.1
Kamal Marhubi
-15
/
+16
2016-02-15
reviewer changes
Nick Cameron
-10
/
+16
2016-02-12
Format all patterns (well, except macros)
Nick Cameron
-33
/
+120
2015-12-06
Fixed named arguments in bare function types
Marcus Klaas
-1
/
+7
2015-11-20
Unwrap match arms that are simple blocks
Marcus Klaas
-6
/
+2
2015-11-16
Rustup
Nick Cameron
-8
/
+4
2015-11-14
Pass in whether an ast::Path is in an expression context.
Eli Friedman
-2
/
+7
[next]