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-11-03
add `auto` keyword, parse `auto trait`, lower to HIR
leonardo.yvens
-2
/
+9
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-2
/
+2
2017-11-01
Rollup merge of #45579 - leodasvacas:document-that-call-can-be-adt-constructo...
kennytm
-1
/
+3
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+4
2017-10-27
Document that call expressions also represent ADT constructors.
leonardo.yvens
-1
/
+3
2017-10-24
Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko...
bors
-1
/
+10
2017-10-22
`crate` shorthand visibility modifier
Zack M. Davis
-1
/
+10
2017-10-17
Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su...
Sunjay Varma
-1
/
+2
2017-10-14
Implement `dyn Trait` syntax
Vadim Petrochenkov
-1
/
+8
2017-10-05
Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay
bors
-2
/
+0
2017-10-02
fix comment on DefaultImpl
Alex Burka
-2
/
+2
2017-10-02
fix ItemKind::DefaultImpl doc comment
Alex Burka
-2
/
+2
2017-09-30
remove "refinement on pat" FIXME
Niv Kaminer
-1
/
+0
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-2
/
+1
2017-09-22
Add information about the syntax used in ranges
Badel2
-2
/
+8
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
[next]