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
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-7
/
+10
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-7
/
+10
2024-05-29
ast: Revert a breaking attribute visiting order change
Vadim Petrochenkov
-1
/
+1
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-1
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-05-15
delegation: Implement list delegation
Vadim Petrochenkov
-0
/
+26
2024-05-08
Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb
Matthias Krüger
-2
/
+2
2024-04-29
Add StaticForeignItem and use it on ForeignItemKind
Santiago Pastorino
-1
/
+1
2024-04-25
ast: Visit item components in "natural" order
Vadim Petrochenkov
-1
/
+1
2024-04-25
ast: Generalize item kind visiting
Vadim Petrochenkov
-129
/
+167
2024-04-23
delegation: Support renaming
Vadim Petrochenkov
-2
/
+4
2024-04-15
Use a path instead of an ident (and stop manually resolving)
Michael Goulet
-2
/
+2
2024-04-15
Validation and other things
Michael Goulet
-1
/
+1
2024-04-15
Lower and resolve precise captures in HIR
Michael Goulet
-14
/
+5
2024-04-15
Use dedicated PreciseCapturingArg for representing what goes in use<>
Michael Goulet
-1
/
+31
2024-04-15
Parsing , pre-lowering support for precise captures
Michael Goulet
-1
/
+2
2024-04-14
store the span of the nested part of the use tree in the ast
Pietro Albini
-2
/
+2
2024-04-08
Add pattern types to ast
Oli Scherer
-0
/
+4
2024-03-22
Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr
bors
-1
/
+1
2024-03-22
Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov
Matthias Krüger
-1
/
+1
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-1
/
+1
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-1
/
+4
2024-03-18
Add missing `try_visit` calls in visitors.
Jason Newcomb
-2
/
+2
2024-03-14
Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-03-08
Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu
Matthias Krüger
-0
/
+1
2024-03-06
Add MatchKind member to the Match expr for pretty printing & fmt
Ross Smyth
-1
/
+1
2024-03-05
Move visitor utils to `rustc_ast_ir`
Jason Newcomb
-65
/
+3
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-1
/
+1
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-0
/
+1
2024-02-18
Allow AST and HIR visitors to return `ControlFlow`
Jason Newcomb
-343
/
+457
2024-02-15
Add an `ErrorGuaranteed` to `ast::TyKind::Err`.
Nicholas Nethercote
-1
/
+1
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-1
/
+1
2024-01-24
Don't call `walk_` functions directly if there is an equivalent `visit_` method.
Guillaume Gomez
-5
/
+5
2024-01-17
Add `PatKind::Err`
Lieselotte
-1
/
+1
2024-01-12
Delegation implementation: step 1
Bryanskiy
-0
/
+18
2023-12-19
Plumb awaitness of for loops
Eric Holk
-5
/
+5
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-08
Auto merge of #118420 - compiler-errors:async-gen, r=eholk
bors
-1
/
+1
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-1
/
+1
2023-12-08
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors
bors
-1
/
+1
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-1
/
+1
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-04
fixes for rustfmt + ast visitor
Dinu Blanovschi
-1
/
+5
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
Parse unnamed fields and anonymous structs or unions
Frank King
-0
/
+3
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-07-28
Parse generic const items
León Orell Valerian Liehr
-3
/
+8
[prev]
[next]