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
2022-10-23
Workaround unstable stmt_expr_attributes for method receiver expressions.
Camille GILLOT
-0
/
+5
2022-10-10
Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki
Dylan DPC
-1
/
+1
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-1
/
+1
2022-10-09
fixup lint name
Maybe Waffle
-1
/
+1
2022-10-09
allow or avoid for loops over option in compiler and tests
Maybe Waffle
-8
/
+6
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-3
/
+3
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-14
/
+10
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-1
/
+1
2022-08-11
Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot
Matthias Krüger
-23
/
+9
2022-08-11
Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot
Matthias Krüger
-1
/
+1
2022-08-11
Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.
Nicholas Nethercote
-8
/
+5
2022-08-11
Simplify `rustc_ast::visit::Visitor::visit_enum_def`.
Nicholas Nethercote
-15
/
+4
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-1
/
+2
2022-08-09
Stringify non-shorthand visibility correctly
Jacob Pratt
-1
/
+1
2022-07-29
Remove `visit_name` from the AST visitor.
Nicholas Nethercote
-16
/
+3
2022-07-12
Lower closure binders to hir & properly check them
Maybe Waffle
-1
/
+1
2022-07-12
Parse closure binders
Maybe Waffle
-6
/
+19
2022-05-20
Introduce LifetimeCtxt.
Camille GILLOT
-5
/
+17
2022-05-07
Permit asm_const and asm_sym to reference outer generic params
Gary Guo
-2
/
+2
2022-05-04
Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov
bors
-10
/
+4
2022-05-05
Overhaul `MacArgs::Eq`.
Nicholas Nethercote
-10
/
+4
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-0
/
+3
2022-04-21
rename to `BoundKind` and add comments
SparrowLii
-14
/
+26
2022-04-20
Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds
SparrowLii
-12
/
+22
2022-04-17
Visit generics inside visit_fn.
Camille GILLOT
-10
/
+9
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-3
/
+16
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-3
/
+3
2022-01-17
Add term
kadmin
-2
/
+4
2022-01-17
add eq constraints on associated constants
kadmin
-11
/
+7
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-8
/
+0
2021-11-28
expand: Turn `ast::Crate` into a first class expansion target
Vadim Petrochenkov
-0
/
+3
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-11
/
+17
2021-09-09
Revert "Implement Anonymous{Struct, Union} in the AST"
Felix S. Klock II
-3
/
+0
2021-08-30
Add let-else to AST
Cameron Steffen
-1
/
+4
2021-08-26
Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa
bors
-5
/
+2
2021-08-25
Various pattern cleanups
Léo Lanteri Thauvin
-5
/
+2
2021-08-24
Move `named_asm_labels` to a HIR lint
asquared31415
-3
/
+3
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-2
/
+2
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-2
/
+11
2021-05-16
Implement Anonymous{Struct, Union} in the AST
jedel1043
-0
/
+3
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-31
/
+24
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-1
/
+3
2021-03-16
ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`
Vadim Petrochenkov
-4
/
+4
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-16
/
+16
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-1
/
+6
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-10
/
+3
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-9
/
+9
2021-01-09
ast: Remove some indirection layers from values in key-value attributes
Vadim Petrochenkov
-7
/
+3
2021-01-01
first pass at default values for const generics
Julian Knodt
-1
/
+6
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-1
/
+0
[next]