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
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-5
/
+4
2022-09-02
rustfmt: BindingAnnotation change
Cameron Steffen
-5
/
+7
2021-12-29
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...
Caleb Cartwright
-3
/
+4
2021-11-07
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
Caleb Cartwright
-4
/
+4
2021-10-20
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
Caleb Cartwright
-6
/
+18
2021-08-16
Document private items for rustfmt
Joshua Nelson
-2
/
+2
2021-07-25
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
Caleb Cartwright
-14
/
+11
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-3
/
+3
2021-04-02
chore: fmt and cleanup
Caleb Cartwright
-1
/
+1
2021-04-02
deps: apply rustc-ap-* v712 changes
Caleb Cartwright
-3
/
+3
2021-04-02
chore: add span creation util function
Caleb Cartwright
-2
/
+2
2020-03-31
backport new syntax to rustfmt 1.x (#4105)
Caleb Cartwright
-21
/
+37
2020-03-27
refactor: rename libsyntax --> rustc_ast
Caleb Cartwright
-2
/
+2
2020-03-27
chore: fix src formatting
Caleb Cartwright
-1
/
+3
2020-03-27
refactor: parse & mod resolver for rustc-ap v650
Caleb Cartwright
-2
/
+2
2020-02-08
deps: update rustc-ap to v642.0.0
Caleb Cartwright
-21
/
+24
2019-10-17
fix: nested comments in control flow condition pat
Caleb Cartwright
-9
/
+64
2019-10-05
Update rustc-ap-* crates to 606.0.0 (#3835)
Seiichi Uchida
-4
/
+4
2019-09-08
Update deps (#3788)
Seiichi Uchida
-23
/
+25
2019-09-06
Update rustc-ap-* crates to 581.0.0 (#3783)
Seiichi Uchida
-7
/
+34
2019-08-28
fix the bug removing attrs (#3760)
rChaser53
-13
/
+44
2019-08-06
Fix broken tuple pattern (#3729)
Seiichi Uchida
-1
/
+20
2019-07-31
fix underscore in slice patterns are removed (#3719)
rChaser53
-1
/
+1
2019-07-30
fix to build with rustc 1.38.0-nightly (4560cb830 2019-07-28) (#3712)
rChaser53
-81
/
+40
2019-05-30
fix Erasing inner attributes in struct (#3593)
rChaser53
-1
/
+2
2019-05-09
Enable unreachable_pub lint
Ruben Schmidmeister
-3
/
+3
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
[next]