about summary refs log tree commit diff
path: root/src/expr.rs
AgeCommit message (Expand)AuthorLines
2023-06-19Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-06-19Caleb Cartwright-2/+4
2023-04-27Tweak await spanMichael Goulet-2/+2
2023-04-21rustfmt fmtDrMeepster-1/+3
2023-04-21minor tweaksDrMeepster-2/+1
2023-04-21offset_ofDrMeepster-0/+1
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-1/+1
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-5/+0
2023-02-01Fix #5488 - prevent shorthand init for tuple structRajiv Sharma-2/+4
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-1/+4
2023-01-24Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmtCaleb Cartwright-5/+4
2023-01-23Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24Caleb Cartwright-5/+4
2023-01-12parse const closuresDeadbeef-0/+1
2023-01-12Update rustfmt for ast::ExprKind::FormatArgs.Mara Bos-1/+4
2022-11-23Fix rustfmtEsteban Küber-1/+1
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-1/+1
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-13/+13
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-19/+22
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-0/+1
2022-08-16Rename some things related to literals.Nicholas Nethercote-3/+5
2022-08-06Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-08-06Caleb Cartwright-5/+4
2022-07-12implement rustfmt formatting for `for<>` closure bindersMaybe Waffle-5/+11
2022-07-05refactor: remove some unnecessary clonesCaleb Cartwright-5/+4
2022-06-22Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmtCaleb Cartwright-50/+1
2022-06-22Revert "Memoize format_expr"Yacin Tmimi-50/+1
2022-06-12Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmtCaleb Cartwright-1/+50
2022-06-07Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-06-07Caleb Cartwright-1/+50
2022-04-30Fix the rustfmt buildScott McMurray-0/+4
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-2/+2
2022-04-27Avoid producing `NoDelim` values in `MacArgs::delim()`.Nicholas Nethercote-1/+1
2022-04-17Memoize format_exprhkalbasi-1/+50
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-2/+2
2022-01-12Remove LLVM-style inline assembly from rustfmtTomasz Miąsko-3/+1
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-6/+17
2021-12-02Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...Caleb Cartwright-8/+49
2021-11-07Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-syncCaleb Cartwright-9/+12
2021-10-20Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtreeCaleb Cartwright-9/+37
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-1/+1
2021-07-25Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmtCaleb Cartwright-20/+10
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-1/+3
2021-04-21refactor: apply heuristic config changes in libCaleb Cartwright-15/+4
2021-04-02chore: fmt and cleanupCaleb Cartwright-10/+2
2021-04-02deps: apply rustc-ap-* v712 changesCaleb Cartwright-13/+16
2021-02-17Add the use of rewrite_assign_rhs_with_comments to 1.xDavid Bar-On-41/+65
2021-01-28fix: don't insert trailing comma on struct lit rest in mac defCaleb Cartwright-1/+4
2021-01-27chore: backport some empty block check fixesCaleb Cartwright-1/+1
2021-01-27refactor: cleanup block check for statementsCaleb Cartwright-1/+8
2020-11-28chore: run rustfmt against sourceCaleb Cartwright-1/+0
2020-11-28feat: support underscore expressionsCaleb Cartwright-0/+1
2020-11-28feat: support struct/slice destructuringCaleb Cartwright-18/+28
2020-11-14Correctly create artificial span for formatting closure bodyAyaz Hafiz-11/+1