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
/
mut_visit.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-22
Auto merge of #118847 - eholk:for-await, r=compiler-errors
bors
-1
/
+1
2023-12-20
Give `VariantData::Struct` named fields, to clairfy `recovered`.
Alona Enraght-Moony
-1
/
+1
2023-12-19
Plumb awaitness of for loops
Eric Holk
-1
/
+1
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-08
Auto merge of #118420 - compiler-errors:async-gen, r=eholk
bors
-9
/
+10
2023-12-08
Support async gen fn
Michael Goulet
-1
/
+2
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-8
/
+8
2023-12-08
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors
bors
-1
/
+1
2023-12-04
Address code review feedback
Eric Holk
-2
/
+3
2023-12-04
Option<CoroutineKind>
Eric Holk
-3
/
+2
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-25
/
+11
2023-12-04
Add genness to FnHeader
Eric Holk
-1
/
+16
2023-12-03
Parse a pattern with no arm
Nadrieril
-1
/
+1
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-1
/
+1
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-1
/
+4
2023-11-04
Add the vis.visit_capture_by() in noop_visit_expr
Dinu Blanovschi
-1
/
+2
2023-11-04
add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs
Dinu Blanovschi
-0
/
+13
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-08-24
Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov
bors
-0
/
+3
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-0
/
+3
2023-08-19
Fix a stack overflow with long else if chains
John Kåre Alsaker
-1
/
+2
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-3
/
+6
2023-07-28
Parse generic const items
León Orell Valerian Liehr
-1
/
+2
2023-06-19
Syntatically accept `become` expressions
Maybe Waffle
-0
/
+1
2023-05-01
Rip it out
Nilstrieb
-1
/
+1
2023-04-27
Tweak await span
Michael Goulet
-1
/
+4
2023-04-21
use P<[Ident]> instead of Vec<Ident>
DrMeepster
-1
/
+1
2023-04-21
offset_of
DrMeepster
-0
/
+6
2023-04-10
Remove `..` from return type notation
Michael Goulet
-1
/
+0
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-2
/
+2
2023-04-04
box a bunch of large types
Oli Scherer
-1
/
+1
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-8
/
+13
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-1
/
+1
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-2
/
+2
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-0
/
+1
2023-03-19
Remove the `NodeId` of `ast::ExprKind::Async`
Arpad Borsos
-2
/
+1
2023-03-12
Remove `box_syntax` from AST and use in tools
clubby789
-1
/
+0
2023-03-08
Rename `MapInPlace` as `FlatMapInPlace`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::AngleBracketedArgs`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-9
/
+14
2023-02-21
Use `ThinVec` in `ast::WhereClause`.
Nicholas Nethercote
-2
/
+13
2023-02-21
Use `ThinVec` in `ast::Generics` and related types.
Nicholas Nethercote
-3
/
+1
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-0
/
+14
2023-01-12
parse const closures
Deadbeef
-0
/
+2
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+14
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-2
/
+1
2022-12-03
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
Matthias Krüger
-0
/
+1
[next]