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
/
src
/
libsyntax
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-24
Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov
bors
-4
/
+2
2019-06-23
Remove redundant syntax::ast::Guard.
Mazdak Farrokhzad
-4
/
+2
2019-06-23
let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introdu...
Mazdak Farrokhzad
-12
/
+4
2019-06-09
Allow attributes in formal function parameters
Caio
-1
/
+2
2019-06-07
syntax: Treat error literals in more principled way
Vadim Petrochenkov
-2
/
+1
2019-06-06
syntax: Use `Token` in visitors and fix a mut visitor test
Vadim Petrochenkov
-3
/
+3
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-2
/
+2
2019-06-05
Implemented for function bounds, type bounds, and named existential types.
Alexander Regueiro
-7
/
+14
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-1
/
+1
2019-06-03
syntax: revert `ast::AsyncArgument` and associated changes.
Eduard-Mihai Burtescu
-3
/
+0
2019-05-24
Remove `ObsoleteInPlace`
varkor
-4
/
+0
2019-05-07
Implement built-in await syntax
Taylor Cramer
-0
/
+1
2019-04-21
Introduce `ArgSource` for diagnostics.
David Wood
-0
/
+3
2019-04-20
Feature gate async fn methods
varkor
-0
/
+10
2019-03-29
Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb
Mazdak Farrokhzad
-9
/
+9
2019-03-29
Rename `type_parameters` to `generics` and so on
varkor
-9
/
+9
2019-03-27
Visit path in `walk_mac`
varkor
-2
/
+2
2019-02-28
Auto merge of #57760 - dlrobertson:varargs1, r=alexreg
bors
-1
/
+1
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-1
/
+1
2019-02-24
Deny `async fn` in 2015 edition
Nathan Corbyn
-4
/
+11
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-07
Add lowering errors for const generics
varkor
-0
/
+2
2019-02-07
libsyntax => 2018
Taiki Endo
-3
/
+4
2019-01-14
Remove `ThinTokenStream`.
Nicholas Nethercote
-1
/
+1
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove `tokenstream::Delimited`.
Nicholas Nethercote
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-09-01
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
bors
-1
/
+5
2018-08-30
introduce Guard enum
F001
-1
/
+5
2018-08-19
Rename `Catch` variants to `TryBlock`
Scott McMurray
-1
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+7
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+1
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-1
/
+1
2018-06-21
async await desugaring and tests
Taylor Cramer
-2
/
+5
2018-06-21
Parse async fn header.
Without Boats
-7
/
+5
2018-06-20
Fix additional comments
varkor
-1
/
+1
2018-06-20
Make GenericBound explicit
varkor
-6
/
+2
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-2
/
+2
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-1
/
+1
2018-06-20
Take advantage of the lifetime refactoring
varkor
-8
/
+3
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-9
/
+9
2018-06-20
Lift bounds into GenericParam
varkor
-6
/
+5
2018-06-20
Simply joint lifetime/type iteration
varkor
-1
/
+1
2018-06-20
Refactor counting methods
varkor
-2
/
+2
2018-06-20
Rename structures in ast
varkor
-7
/
+7
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-9
/
+9
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-1
/
+3
2018-06-20
Rename ast::GenericParam and ast::GenericArg
varkor
-7
/
+7
[next]