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-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-3
/
+6
2017-09-05
Remove trailing white space
Zaki Manian
-1
/
+1
2017-09-03
Minor documentation improvements for StmtKind
Zaki Manian
-2
/
+2
2017-09-01
Implement RFC 1925
Matt Ickstadt
-0
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+26
2017-08-22
Auto merge of #43854 - estebank:missing-cond, r=nikomatsakis
bors
-0
/
+26
2017-08-17
Verify that an `if` condition block returns a value
Esteban Küber
-0
/
+26
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-6
/
+6
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-6
/
+6
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-3
/
+3
2017-08-12
Fix some typos
Bastien Orivel
-3
/
+3
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+22
2017-07-30
Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-0
/
+2
2017-07-29
Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc
Mark Simulacrum
-0
/
+2
2017-07-29
Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc
bors
-0
/
+7
2017-07-28
syntax: Capture a `TokenStream` when parsing items
Alex Crichton
-0
/
+7
2017-07-29
Add Span to ast::WhereClause
topecongiro
-0
/
+2
2017-07-28
syntax: Add `tokens: Option<TokenStream>` to Item
Alex Crichton
-0
/
+6
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
[next]