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
/
mut_visit.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-21
Rollup merge of #133153 - maxcabrajac:flat_maps, r=petrochenkov
Matthias Krüger
-38
/
+128
2024-11-20
Items
maxcabrajac
-9
/
+43
2024-11-18
Add MutVisitor::visit_fn_ret_ty
maxcabrajac
-2
/
+6
2024-11-17
PatField
maxcabrajac
-5
/
+13
2024-11-17
ExprField
maxcabrajac
-5
/
+13
2024-11-17
GenericParam
maxcabrajac
-5
/
+13
2024-11-17
Param
maxcabrajac
-2
/
+10
2024-11-17
Variant
maxcabrajac
-5
/
+13
2024-11-17
Arm
maxcabrajac
-2
/
+10
2024-11-17
FieldDef
maxcabrajac
-5
/
+13
2024-11-15
Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds
maxcabrajac
-10
/
+14
2024-11-15
Make Visitor::FnKind and MutVisitor::FnKind compatible
maxcabrajac
-19
/
+85
2024-10-31
Improve the missing_abi lint.
Mara Bos
-1
/
+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
/
+1
2024-10-14
Move trait bound modifiers into ast::PolyTraitRef
Michael Goulet
-2
/
+2
2024-10-11
Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser
bors
-4
/
+0
2024-10-07
Add sugar for &pin (const|mut) types
Eric Holk
-1
/
+1
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-4
/
+4
2024-10-01
Remove anon struct and union types
Michael Goulet
-4
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-10
disallow `naked_asm!` outside of `#[naked]` functions
Folkert de Vries
-0
/
+1
2024-09-06
Add initial support for raw lifetimes
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+8
2024-07-22
Avoid passing state that will not be visited
Oli Scherer
-53
/
+16
2024-07-22
Update trait name from Noop -> Walk
Oli Scherer
-6
/
+6
2024-07-22
Always pass the visitor as the first argument to walk* functions
Oli Scherer
-207
/
+207
2024-07-22
Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)
Oli Scherer
-134
/
+125
2024-07-22
Add `Ident` to `FnKind::Fn`, just like with the immutable visitor
Oli Scherer
-7
/
+16
2024-07-22
Split up `visit_path` so `MutVisitor` has a `path_segment` method just like t...
Oli Scherer
-4
/
+13
2024-07-22
Pass id and span to `visit_fn`, just like for the immutable visitor
Oli Scherer
-13
/
+43
2024-07-22
Make function items in mut visitors all go through the same visit_fn function...
Oli Scherer
-30
/
+52
2024-07-22
Track visit_param_bound in mut visit just like in the immutable visitor
Oli Scherer
-15
/
+15
2024-07-22
Merge impl and trait item mut visitor methods to mirror immut visitor
Oli Scherer
-7
/
+8
2024-07-16
Fix a bunch of sites that were walking instead of visiting, making it impossi...
Oli Scherer
-3
/
+3
2024-07-10
Make `visit_clobber`'s impl safe
Oli Scherer
-14
/
+3
2024-07-07
Rename some attribute types for consistency.
Nicholas Nethercote
-1
/
+1
2024-06-28
Change RTN to use .. again
Michael Goulet
-0
/
+1
2024-06-27
Tighten spans for async blocks
Michael Goulet
-1
/
+2
2024-06-26
ast: Standardize visiting order
Vadim Petrochenkov
-99
/
+107
2024-06-24
ast: Standardize visiting order for attributes and node IDs
Vadim Petrochenkov
-21
/
+21
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
/
+6
2024-06-14
delegation: Implement glob delegation
Vadim Petrochenkov
-10
/
+28
2024-06-07
Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister
Matthias Krüger
-4
/
+6
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-1
/
+1
2024-06-06
Parse unsafe attributes
carbotaniuman
-4
/
+6
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
/
+7
[next]