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
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-11-21
Rollup merge of #133153 - maxcabrajac:flat_maps, r=petrochenkov
Matthias Krüger
-8
/
+16
2024-11-20
Items
maxcabrajac
-8
/
+16
2024-11-18
Add Visitor::visit_qself
maxcabrajac
-11
/
+14
2024-11-18
Add Visitor::visit_fn_decl
maxcabrajac
-3
/
+6
2024-11-16
Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov
Matthias Krüger
-28
/
+40
2024-11-15
Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkov
Guillaume Gomez
-3
/
+13
2024-11-15
Make WalkItemKind::walk signature compatible between Visitor versions
maxcabrajac
-17
/
+26
2024-11-15
Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds
maxcabrajac
-9
/
+13
2024-11-15
Make Visitor::FnKind and MutVisitor::FnKind compatible
maxcabrajac
-10
/
+9
2024-11-14
Change visit_precise_capturing_arg so it returns a Self::Result
maxcabrajac
-9
/
+5
2024-11-12
format
maxcabrajac
-4
/
+1
2024-11-12
Add visit_coroutine_kind
maxcabrajac
-3
/
+16
2024-10-31
Improve the missing_abi lint.
Mara Bos
-1
/
+1
2024-10-25
Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov
Matthias Krüger
-22
/
+22
2024-10-24
Pass Ident by reference in ast Visitor
maxcabrajac
-22
/
+22
2024-10-24
Remove visit_expr_post
maxcabrajac
-4
/
+1
2024-10-15
Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
bors
-2
/
+2
2024-10-15
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
Matthias Krüger
-1
/
+2
2024-10-14
Move trait bound modifiers into ast::PolyTraitRef
Michael Goulet
-2
/
+2
2024-10-07
Add sugar for &pin (const|mut) types
Eric Holk
-1
/
+2
2024-10-01
Remove anon struct and union types
Michael Goulet
-3
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-10
disallow `naked_asm!` outside of `#[naked]` functions
Folkert de Vries
-0
/
+1
2024-08-31
Create opaque definitions in resolver.
Camille GILLOT
-6
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-06-28
Change RTN to use .. again
Michael Goulet
-0
/
+1
2024-06-27
Tighten spans for async blocks
Michael Goulet
-1
/
+1
2024-06-26
ast: Standardize visiting order
Vadim Petrochenkov
-187
/
+251
2024-06-24
ast: Standardize visiting order for attributes and node IDs
Vadim Petrochenkov
-9
/
+9
2024-06-20
StaticForeignItem and StaticItem are the same
Michael Goulet
-6
/
+1
2024-06-19
Rollup merge of #124135 - petrochenkov:deleglob, r=fmease
许杰友 Jieyou Xu (Joe)
-10
/
+28
2024-06-17
Rework precise capturing syntax
Michael Goulet
-6
/
+15
2024-06-14
delegation: Implement glob delegation
Vadim Petrochenkov
-10
/
+28
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-1
/
+1
2024-06-04
Add safe/unsafe to static inside extern blocks
Santiago Pastorino
-1
/
+1
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-1
/
+6
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
[next]