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
2025-02-22
Fix binding mode problems
Michael Goulet
-1
/
+1
2025-02-11
Add a TyPat in the AST to reuse the generic arg lowering logic
Oli Scherer
-1
/
+16
2025-02-03
Express contracts as part of function header and lower it to the contract lan...
Celina G. Val
-1
/
+16
2025-01-28
Refactor FnKind variant to hold &Fn
Celina G. Val
-10
/
+15
2025-01-08
Rename PatKind::Lit to Expr
Oli Scherer
-1
/
+1
2024-12-31
Account for format_args in HiddenUnicodeCodepoints lint
Michael Goulet
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-12-15
Rename `value` field to `expr` to simplify later commits' diffs
Oli Scherer
-1
/
+1
2024-12-13
Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk
Matthias Krüger
-0
/
+8
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-0
/
+4
2024-12-12
Parsing unsafe binders
Michael Goulet
-0
/
+4
2024-12-10
Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...
Esteban Küber
-1
/
+1
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-1
/
+3
2024-12-08
Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead
Matthias Krüger
-0
/
+4
2024-12-02
Deduplicate some matches that always panic in one arm
Oli Scherer
-4
/
+1
2024-12-02
Change `AttrArgs::Eq` into a struct variant
Oli Scherer
-2
/
+2
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-5
/
+15
2024-11-24
add guard pattern AST node
Max Niederman
-0
/
+4
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-1
/
+1
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
[next]