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
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2017-07-28
Remove support for `gen arg`
Alex Crichton
-3
/
+0
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+6
2017-07-27
Give span to angle bracketed generic arguments
Vadim Petrochenkov
-7
/
+5
2017-07-27
Discern between `Path` and `Path<>` in AST
Vadim Petrochenkov
-8
/
+6
2017-07-27
Simplify parsing of paths
Vadim Petrochenkov
-0
/
+19
2017-07-27
Make a lint instead
Guillaume Gomez
-0
/
+7
2017-07-10
Store all generic arguments for method calls in AST
Vadim Petrochenkov
-7
/
+4
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-3
/
+2
2017-06-29
Make `$crate` a keyword
Vadim Petrochenkov
-3
/
+2
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-4
/
+4
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-4
/
+4
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-1
/
+1
2017-05-25
Declarative macros 2.0 without hygiene.
Jeffrey Seyfried
-0
/
+1
2017-05-25
Refactor out `ast::MacroDef`.
Jeffrey Seyfried
-1
/
+12
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-9
/
+9
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-0
/
+1
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-0
/
+12
2017-04-02
Introduce `TyErr` independent from `TyInfer`
Esteban Küber
-0
/
+2
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-5
/
+5
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-53
/
+4
2017-03-29
Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.
Jeffrey Seyfried
-1
/
+9
2017-03-22
Implement indexed_vec::Idx for ast::NodeId
Michael Woerister
-0
/
+11
2017-03-21
Refactor parsing of trait object types
Vadim Petrochenkov
-1
/
+11
2017-03-19
Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc
bors
-1
/
+8
2017-03-14
Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakis
bors
-0
/
+2
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-1
/
+8
2017-03-12
Rollup merge of #40369 - petrochenkov:segspan, r=eddyb
Corey Farwell
-7
/
+7
2017-03-11
Add catch expr to AST and disallow catch as a struct name
Taylor Cramer
-0
/
+2
2017-03-10
Give spans to individual path segments in AST
Vadim Petrochenkov
-7
/
+7
2017-03-10
Avoid using `Mark` and `Invocation` for macro defs.
Jeffrey Seyfried
-2
/
+2
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-21
/
+6
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-3
/
+15
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+0
2017-01-19
add exclusive range patterns under a feature gate
Oliver Schneider
-2
/
+8
2017-01-17
Auto merge of #39110 - petrochenkov:sum, r=eddyb
bors
-12
/
+12
2017-01-17
Rename ObjectSum into TraitObject in AST/HIR
Vadim Petrochenkov
-1
/
+1
2017-01-17
Use resizable Vec instead of P<[T]> in AST
Vadim Petrochenkov
-5
/
+5
2017-01-17
AST/HIR: Merge ObjectSum and PolyTraitRef
Vadim Petrochenkov
-5
/
+5
2017-01-16
AST/HIR: Replace Path with Type in WhereEqPredicate
Vadim Petrochenkov
-2
/
+2
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-30
Fix LEB128 to work with the stage1
Simonas Kazlauskas
-2
/
+2
2016-12-30
Cleanup FIXMEs
Simonas Kazlauskas
-22
/
+0
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-8
/
+20
2016-12-28
hir: lower `ImplicitSelf` to resolved `Self` TyQPath's.
Eduard-Mihai Burtescu
-8
/
+7
2016-12-23
Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc
bors
-4
/
+23
2016-12-22
Remove outdated FIXME comment
Esteban Küber
-4
/
+0
2016-12-22
Refactor how global paths are represented (for both ast and hir).
Jeffrey Seyfried
-4
/
+23
2016-12-19
Optimize `ast::PathSegment`.
Jeffrey Seyfried
-82
/
+15
2016-12-18
Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`,
Jeffrey Seyfried
-2
/
+0
[prev]
[next]