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
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2023-06-19
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-06-19
Caleb Cartwright
-2
/
+4
2023-04-27
Tweak await span
Michael Goulet
-2
/
+2
2023-04-21
rustfmt fmt
DrMeepster
-1
/
+3
2023-04-21
minor tweaks
DrMeepster
-2
/
+1
2023-04-21
offset_of
DrMeepster
-0
/
+1
2023-03-19
Remove the `NodeId` of `ast::ExprKind::Async`
Arpad Borsos
-1
/
+1
2023-03-12
Remove `box_syntax` from AST and use in tools
clubby789
-5
/
+0
2023-02-01
Fix #5488 - prevent shorthand init for tuple struct
Rajiv Sharma
-2
/
+4
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-1
/
+4
2023-01-24
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
Caleb Cartwright
-5
/
+4
2023-01-23
Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24
Caleb Cartwright
-5
/
+4
2023-01-12
parse const closures
Deadbeef
-0
/
+1
2023-01-12
Update rustfmt for ast::ExprKind::FormatArgs.
Mara Bos
-1
/
+4
2022-11-23
Fix rustfmt
Esteban Küber
-1
/
+1
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-1
/
+1
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-13
/
+13
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-19
/
+22
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-0
/
+1
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-3
/
+5
2022-08-06
Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-08-06
Caleb Cartwright
-5
/
+4
2022-07-12
implement rustfmt formatting for `for<>` closure binders
Maybe Waffle
-5
/
+11
2022-07-05
refactor: remove some unnecessary clones
Caleb Cartwright
-5
/
+4
2022-06-22
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
Caleb Cartwright
-50
/
+1
2022-06-22
Revert "Memoize format_expr"
Yacin Tmimi
-50
/
+1
2022-06-12
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
Caleb Cartwright
-1
/
+50
2022-06-07
Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-06-07
Caleb Cartwright
-1
/
+50
2022-04-30
Fix the rustfmt build
Scott McMurray
-0
/
+4
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-2
/
+2
2022-04-27
Avoid producing `NoDelim` values in `MacArgs::delim()`.
Nicholas Nethercote
-1
/
+1
2022-04-17
Memoize format_expr
hkalbasi
-1
/
+50
2022-02-25
Enable rustc_pass_by_value for Span
Mark Rousskov
-2
/
+2
2022-01-12
Remove LLVM-style inline assembly from rustfmt
Tomasz Miąsko
-3
/
+1
2021-12-29
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...
Caleb Cartwright
-6
/
+17
2021-12-02
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...
Caleb Cartwright
-8
/
+49
2021-11-07
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
Caleb Cartwright
-9
/
+12
2021-10-20
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
Caleb Cartwright
-9
/
+37
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-1
/
+1
2021-07-25
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
Caleb Cartwright
-20
/
+10
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-1
/
+3
2021-04-21
refactor: apply heuristic config changes in lib
Caleb Cartwright
-15
/
+4
2021-04-02
chore: fmt and cleanup
Caleb Cartwright
-10
/
+2
2021-04-02
deps: apply rustc-ap-* v712 changes
Caleb Cartwright
-13
/
+16
2021-02-17
Add the use of rewrite_assign_rhs_with_comments to 1.x
David Bar-On
-41
/
+65
2021-01-28
fix: don't insert trailing comma on struct lit rest in mac def
Caleb Cartwright
-1
/
+4
2021-01-27
chore: backport some empty block check fixes
Caleb Cartwright
-1
/
+1
2021-01-27
refactor: cleanup block check for statements
Caleb Cartwright
-1
/
+8
2020-11-28
chore: run rustfmt against source
Caleb Cartwright
-1
/
+0
2020-11-28
feat: support underscore expressions
Caleb Cartwright
-0
/
+1
2020-11-28
feat: support struct/slice destructuring
Caleb Cartwright
-18
/
+28
2020-11-14
Correctly create artificial span for formatting closure body
Ayaz Hafiz
-11
/
+1
[next]