about summary refs log tree commit diff
path: root/src/patterns.rs
AgeCommit message (Expand)AuthorLines
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-5/+4
2022-09-02rustfmt: BindingAnnotation changeCameron Steffen-5/+7
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-3/+4
2021-11-07Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-syncCaleb Cartwright-4/+4
2021-10-20Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtreeCaleb Cartwright-6/+18
2021-08-16Document private items for rustfmtJoshua Nelson-2/+2
2021-07-25Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmtCaleb Cartwright-14/+11
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-3/+3
2021-04-02chore: fmt and cleanupCaleb Cartwright-1/+1
2021-04-02deps: apply rustc-ap-* v712 changesCaleb Cartwright-3/+3
2021-04-02chore: add span creation util functionCaleb Cartwright-2/+2
2020-03-31backport new syntax to rustfmt 1.x (#4105)Caleb Cartwright-21/+37
2020-03-27refactor: rename libsyntax --> rustc_astCaleb Cartwright-2/+2
2020-03-27chore: fix src formattingCaleb Cartwright-1/+3
2020-03-27refactor: parse & mod resolver for rustc-ap v650Caleb Cartwright-2/+2
2020-02-08deps: update rustc-ap to v642.0.0Caleb Cartwright-21/+24
2019-10-17fix: nested comments in control flow condition patCaleb Cartwright-9/+64
2019-10-05Update rustc-ap-* crates to 606.0.0 (#3835)Seiichi Uchida-4/+4
2019-09-08Update deps (#3788)Seiichi Uchida-23/+25
2019-09-06Update rustc-ap-* crates to 581.0.0 (#3783)Seiichi Uchida-7/+34
2019-08-28fix the bug removing attrs (#3760)rChaser53-13/+44
2019-08-06Fix broken tuple pattern (#3729)Seiichi Uchida-1/+20
2019-07-31fix underscore in slice patterns are removed (#3719)rChaser53-1/+1
2019-07-30fix to build with rustc 1.38.0-nightly (4560cb830 2019-07-28) (#3712)rChaser53-81/+40
2019-05-30fix Erasing inner attributes in struct (#3593)rChaser53-1/+2
2019-05-09Enable unreachable_pub lintRuben Schmidmeister-3/+3
2019-02-19Various cosmetic improvements (#3403)Alexander Regueiro-12/+3
2019-02-09cargo fmtHirokazu Hata-1/+5
2019-02-09Fix rust_2018_idioms warningsHirokazu Hata-8/+8
2019-02-04transition to Rust 2018Evgenii-13/+13
2018-11-16fix a few clippy warningsMatthias Krüger-1/+1
2018-10-19fix a few typos found via codespell.Matthias Krüger-1/+1
2018-09-30Put arguments of the fail attribute on the same line as println!Seiichi Uchida-0/+1
2018-09-29Take impl Iterator for overflow routinesSeiichi Uchida-2/+1
2018-09-19Cargo fmtSeiichi Uchida-1/+2
2018-08-27Fixed #2955. Added value to determine whether or not rustfmt has condensed a ...crw5996-17/+16
2018-08-27Merge pull request #2942 from crw5996/fix-ellipsis-bugNick Cameron-1/+3
2018-08-24Fixed ellipsis bug where rustfmt was creating code that could not be parsedchris-1/+3
2018-08-23Reformatcad97-2/+2
2018-08-23Rename CodeMap/FileMap to SourceMap/SourceFilecad97-4/+4
2018-08-12Remove a wildcard parttern from slice patternsSeiichi Uchida-1/+2
2018-08-03Use builder pattern for ListFormattingSeiichi Uchida-2/+2
2018-07-12Move pair handling to its own moduleNick Cameron-3/+2
2018-07-12Factor out PairParts::infixNick Cameron-1/+1
2018-06-30Fix compile error from breaking changes in libsyntaxtopecongiro-1/+1
2018-06-25Handle raw identifiersSeiichi Uchida-3/+3
2018-05-18Remove spaces_within_parens_and_bracketsNick Cameron-6/+1
2018-05-08Cargo fmttopecongiro-1/+2
2018-04-29update self formatcsmoe-4/+7
2018-04-08update rustc syntax 91.0.0csmoe-1/+1