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-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
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
[next]