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
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-2
/
+2
2015-03-19
Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton
bors
-1
/
+1
2015-03-19
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2015-03-19
Rollup merge of #23428 - Manishearth:ast-doc, r=steveklabnik
Manish Goregaokar
-15
/
+42
2015-03-19
Space and punctuation fixes
Manish Goregaokar
-14
/
+41
2015-03-19
Address huon's comments
Manish Goregaokar
-1
/
+1
2015-03-19
Update ast.rs
mdinger
-1
/
+1
2015-03-18
Address huon's comments
Manish Goregaokar
-17
/
+21
2015-03-18
Clarify Expr
Manish Goregaokar
-5
/
+10
2015-03-18
ast: Document Item and ForeignItem
Manish Goregaokar
-9
/
+27
2015-03-18
ast: Document Lit
Manish Goregaokar
-1
/
+15
2015-03-18
ast: Document Pat and Block
Manish Goregaokar
-1
/
+19
2015-03-18
ast: Document paths and `where` clauses
Manish Goregaokar
-1
/
+15
2015-03-18
ast: Document Expr_, UnOp, and BinOp
Manish Goregaokar
-1
/
+70
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-12
/
+3
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-10
/
+5
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-39
/
+27
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-6
/
+6
2015-03-08
Fix array syntax in comment.
Amol Mundayoor
-1
/
+1
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-0
/
+1
2015-03-04
Add quasiquote for matchers and attributes
Piotr Czarnecki
-0
/
+15
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-16
/
+21
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-6
/
+5
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-4
/
+4
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-1
/
+1
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-2
/
+2
2015-02-22
Add support for default trait impls in libsyntax
Flavio Percoco
-1
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-12
Update metadata to reflect that predicates/schemes/trait-defs are now severed
Niko Matsakis
-0
/
+8
2015-02-10
rollup merge of #22094: alkor/cleanup-show-string
Alex Crichton
-1
/
+0
2015-02-09
Accept quantification of lifetimes outside the self type in where clauses.
Nick Cameron
-0
/
+3
2015-02-08
Rename Show to Debug, String to Display
Alexander Korolkov
-1
/
+0
2015-02-07
Fix libsyntax so we can bootstrap even with move out of array restriction.
Felix S. Klock II
-2
/
+2
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-3
/
+3
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-5
/
+4
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-4
/
+5
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-9
/
+1
2015-01-30
custom message for refutable patterns in for loops
Jorge Aparicio
-0
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-96
/
+96
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-0
/
+3
2015-01-26
Remove every mention of "onceness".
Eduard Burtescu
-16
/
+0
2015-01-26
Remove dead code related to old closures.
Eduard Burtescu
-10
/
+0
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-6
/
+6
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-2
/
+4
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-38
/
+11
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-30
/
+21
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-15
/
+15
2015-01-21
syntax: merge ast::ViewItem into ast::Item.
Eduard Burtescu
-38
/
+11
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-30
/
+21
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-0
/
+5
[next]