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
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+1
2017-10-26
Auto merge of #45464 - sinkuu:ice_44851, r=jseyfried
bors
-1
/
+30
2017-10-26
Add FIXME
sinkuu
-0
/
+1
2017-10-23
Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor`
sinkuu
-1
/
+29
2017-10-17
Removed Generics from FnKind::ItemFn in libsyntax
Sunjay Varma
-4
/
+4
2017-10-17
Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su...
Sunjay Varma
-3
/
+3
2017-10-14
Implement `dyn Trait` syntax
Vadim Petrochenkov
-1
/
+1
2017-07-28
Remove support for `gen arg`
Alex Crichton
-1
/
+0
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+4
2017-07-10
Store all generic arguments for method calls in AST
Vadim Petrochenkov
-3
/
+2
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-1
/
+1
2017-05-25
Refactor out `ast::MacroDef`.
Jeffrey Seyfried
-2
/
+1
2017-05-17
Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-5
/
+3
2017-05-16
Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov
Mark Simulacrum
-5
/
+3
2017-05-16
Auto merge of #41907 - est31:macro_unused, r=jseyfried
bors
-1
/
+5
2017-05-13
Extend the libsyntax visitor to work over macro defs
est31
-1
/
+5
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-5
/
+3
2017-05-12
Pass crate attributes in visit.rs
Nick Cameron
-3
/
+5
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-1
/
+1
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+6
2017-04-02
Introduce `TyErr` independent from `TyInfer`
Esteban Küber
-1
/
+1
2017-03-11
Add catch expr to AST and disallow catch as a struct name
Taylor Cramer
-0
/
+3
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-9
/
+1
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-22
/
+27
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-2
/
+2
2017-01-17
Auto merge of #39110 - petrochenkov:sum, r=eddyb
bors
-10
/
+5
2017-01-17
Rename ObjectSum into TraitObject in AST/HIR
Vadim Petrochenkov
-1
/
+1
2017-01-17
AST/HIR: Merge ObjectSum and PolyTraitRef
Vadim Petrochenkov
-5
/
+1
2017-01-16
AST/HIR: Replace Path with Type in WhereEqPredicate
Vadim Petrochenkov
-5
/
+4
2017-01-16
Rename ExprKind::Vec to Array in HIR and HAIR.
Scott Olson
-1
/
+1
2017-01-11
syntax: struct field attributes and cfg
Benjamin Saunders
-0
/
+2
2016-12-19
Optimize `ast::PathSegment`.
Jeffrey Seyfried
-1
/
+3
2016-12-18
Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`,
Jeffrey Seyfried
-1
/
+0
2016-12-06
annotate stricter lifetimes on LateLintPass methods to allow them to forward ...
Oliver Schneider
-81
/
+94
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-1
/
+5
2016-11-10
syntax: don't fake a block around closures' bodies during parsing.
Eduard Burtescu
-27
/
+26
2016-10-01
Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb
Manish Goregaokar
-0
/
+2
2016-09-28
libsyntax: clearer names for some AST parts
Jonas Schievink
-3
/
+3
2016-09-23
Add attribute support to generic lifetime and type parameters.
Felix S. Klock II
-0
/
+2
2016-09-17
Ensure that macro invocations are folded and visited the same order.
Jeffrey Seyfried
-5
/
+5
2016-08-29
Future proof the AST for `union`.
Jeffrey Seyfried
-1
/
+2
2016-08-28
Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis
Jeffrey Seyfried
-1
/
+1
2016-08-27
Change Constness to Spanned<Constness>
Keith Yeung
-1
/
+1
2016-08-21
Refactor away variant `ast::PathListItemKind::Mod`
Jeffrey Seyfried
-2
/
+2
2016-08-13
Minor fixup.
Andrew Cann
-2
/
+1
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+1
2016-08-13
Control usage of `!` through a feature gate.
Andrew Cann
-2
/
+6
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-0
/
+1
2016-08-12
syntax: add anonymized type syntax, i.e. impl TraitA+TraitB.
Eduard Burtescu
-0
/
+3
[prev]
[next]