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
/
src
/
libsyntax
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
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
2018-06-20
Make method and variable names more consistent
varkor
-3
/
+3
2018-06-20
Rename "parameter" to "arg"
varkor
-6
/
+6
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-11
/
+16
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-2
/
+2
2018-06-14
create multiple HIR items for a use statement
QuietMisdreavus
-1
/
+2
2018-05-30
rustc: don't visit lifetime parameters through visit_lifetime.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-0
/
+4
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-5
/
+10
2018-05-16
label-break-value: Parsing and AST/HIR changes
est31
-1
/
+4
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-3
/
+0
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-20
/
+20
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-2
/
+2
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-5
/
+5
2018-04-06
Rename `PathSegment::identifier` to `ident`
Vadim Petrochenkov
-1
/
+1
2018-04-05
Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov
Alex Crichton
-0
/
+1
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+1
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-4
/
+0
2018-03-17
AST: Make renames in imports closer to the source
Vadim Petrochenkov
-3
/
+4
2018-03-17
AST/HIR: Clarify what the optional name in extern crate items mean
Vadim Petrochenkov
-3
/
+3
2018-03-01
Support parentheses in patterns under feature gate
Vadim Petrochenkov
-1
/
+2
2018-02-24
Implement multiple patterns with `|` in `if let` and `while let`
Vadim Petrochenkov
-4
/
+4
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-1
/
+1
2018-02-18
Add a span field to Visibility::Restricted
Seiichi Uchida
-1
/
+1
2018-01-25
Rollup merge of #47502 - petrochenkov:label, r=eddyb
Alex Crichton
-33
/
+25
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-1
/
+1
2018-01-22
AST/HIR: Add a separate structure for labels
Vadim Petrochenkov
-33
/
+25
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-3
/
+0
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-20
/
+22
2017-12-14
add trait aliases to AST
Alex Burka
-0
/
+4
2017-11-30
Implement RFC 2128 (use_nested_groups)
Pietro Albini
-23
/
+20
2017-11-03
add `auto` keyword, parse `auto trait`, lower to HIR
leonardo.yvens
-1
/
+1
[next]