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-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
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-17
libsyntax: uint types to usize
Paul Collier
-14
/
+14
2015-01-15
auto merge of #21052 : nick29581/rust/methods-ext, r=sfackler
bors
-1
/
+1
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-2
/
+4
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-1
/
+1
2015-01-13
Add view items to the ast map
Nick Cameron
-0
/
+13
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-8
/
+36
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-3
/
+0
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Register new snapshots
Alex Crichton
-4
/
+0
2015-01-06
More test fixes
Alex Crichton
-5
/
+5
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-6
/
+0
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-2
/
+2
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-6
/
+0
2015-01-06
Register new snapshots
Alex Crichton
-16
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-12
/
+55
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-4
/
+4
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-12
/
+55
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-2
/
+2
[next]