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
/
compiler
/
rustc_ast
/
src
/
util
/
classify.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-06
compiler: rename {ast,hir}::BareFn* to FnPtr*
Jubilee Young
-1
/
+1
2025-03-18
Refactor YieldKind so postfix yield must have an expression
Eric Holk
-3
/
+7
2025-03-14
Preserve yield position during pretty printing
Eric Holk
-2
/
+2
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-0
/
+2
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-0
/
+2
2024-12-12
Parsing unsafe binders
Michael Goulet
-0
/
+4
2024-10-15
Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
bors
-1
/
+1
2024-10-15
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
Matthias Krüger
-1
/
+3
2024-10-14
Move trait bound modifiers into ast::PolyTraitRef
Michael Goulet
-1
/
+1
2024-10-07
Add sugar for &pin (const|mut) types
Eric Holk
-1
/
+3
2024-10-01
Remove anon struct and union types
Michael Goulet
-6
/
+0
2024-07-03
Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank
Matthias Krüger
-1
/
+1
2024-07-01
Parenthesize break values containing leading label
David Tolnay
-1
/
+78
2024-06-28
Change RTN to use .. again
Michael Goulet
-1
/
+1
2024-06-17
Rework precise capturing syntax
Michael Goulet
-2
/
+4
2024-05-12
Disallow cast with trailing braced macro in let-else
David Tolnay
-4
/
+91
2024-05-11
Add classify::expr_is_complete
David Tolnay
-39
/
+57
2024-05-11
Macro call with braces does not require semicolon to be statement
David Tolnay
-13
/
+17
2024-05-11
Mark expr_requires_semi_to_be_stmt call sites
David Tolnay
-1
/
+2
2024-05-11
Expand on expr_requires_semi_to_be_stmt documentation
David Tolnay
-10
/
+41
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-1
/
+2
2024-01-17
Deny braced macro invocations in let-else
Michael Goulet
-3
/
+7
2023-12-19
Plumb awaitness of for loops
Eric Holk
-3
/
+11
2023-12-14
Change expr_trailing_brace to an exhaustive match to force new expression kin...
GearsDatapacks
-3
/
+32
2023-10-27
Add gen blocks to ast and do some broken ast lowering
Oli Scherer
-1
/
+1
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-1
/
+1
2023-03-12
Remove `box_syntax` from AST and use in tools
clubby789
-1
/
+0
2022-12-01
Make inline const block `ExprWithBlock`
Gary Guo
-0
/
+1
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-1
/
+3
2021-08-30
Handle let-else initializer edge case errors
Cameron Steffen
-0
/
+27
2020-12-24
use matches!() macro in more places
Matthias Krüger
-9
/
+9
2020-08-30
mv compiler to compiler/
mark
-0
/
+25