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
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-4
/
+4
2014-10-26
Reduce the size of the TokenTree
Brendan Zabarauskas
-11
/
+14
2014-10-26
Use standard capitalisation for TokenTree variants
Brendan Zabarauskas
-8
/
+8
2014-10-26
Rename TokenTree variants for clarity
Brendan Zabarauskas
-18
/
+18
2014-10-26
Add Span and separate open/close delims to TTDelim
Brendan Zabarauskas
-1
/
+11
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-4
/
+6
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-8
/
+8
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-13
auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton
bors
-0
/
+6
2014-10-11
Remove `virtual` structs from the language
Jakub Wieczorek
-3
/
+1
2014-10-10
Teach libsyntax about `while let`
John Gallagher
-0
/
+6
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-0
/
+3
2014-10-02
syntax: ast: remove TyBox and UnBox.
Eduard Burtescu
-1
/
+0
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-2
/
+3
2014-09-30
Teach libsyntax about `if let`
Kevin Ballard
-0
/
+6
2014-09-27
Translate inline assembly errors back to source locations
Keegan McAllister
-2
/
+4
2014-09-22
librustc: Parse and resolve higher-rank lifetimes in traits.
Patrick Walton
-3
/
+12
2014-09-19
rollup merge of #17318 : nick29581/slice
Alex Crichton
-0
/
+6
2014-09-18
librustc: Implement the syntax in the RFC for unboxed closure sugar.
Patrick Walton
-7
/
+17
2014-09-19
Implement slicing syntax.
Nick Cameron
-0
/
+6
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-21
/
+114
2014-09-16
Fallout from renaming
Aaron Turon
-11
/
+11
2014-09-14
syntax: implement in-place folding of P<T> and Vec<T>.
Eduard Burtescu
-2
/
+9
2014-09-14
syntax: tests: fix fallout from using ptr::P.
Eduard Burtescu
-1
/
+1
2014-09-14
syntax: ast_map: use borrowed references into the AST.
Eduard Burtescu
-10
/
+12
2014-09-14
syntax: fold: use move semantics for efficient folding.
Eduard Burtescu
-721
/
+677
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+13
2014-08-29
Fix formatting, update copyright dates
Pythoner6
-3
/
+3
2014-08-29
Add support for labeled while loops.
Pythoner6
-5
/
+7
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-18
/
+24
2014-08-26
DST coercions and DST structs
Nick Cameron
-3
/
+0
2014-08-19
Fix double evaluation of read+write operands
Piotr Czarnecki
-2
/
+2
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-2
/
+41
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-7
/
+18
2014-08-14
librustc: Tie up loose ends in unboxed closures.
Patrick Walton
-1
/
+4
2014-08-13
librustc: Parse, but do not fully turn on, the `ref` keyword for
Patrick Walton
-4
/
+6
2014-08-07
Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,
Niko Matsakis
-4
/
+25
2014-08-06
AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.
Felix S. Klock II
-2
/
+1
2014-07-29
Refactored syntax::fold.
Marvin Löbel
-285
/
+410
2014-07-24
libsyntax: Remove `~self` and `mut ~self` from the language.
Patrick Walton
-1
/
+1
2014-07-21
repair macro docs
John Clements
-1
/
+1
2014-07-20
Implement new mod import sugar
Jakub Wieczorek
-9
/
+9
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-2
/
+15
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-3
/
+3
2014-07-16
librustc: Implement the fully-expanded, UFCS form of explicit self.
Patrick Walton
-0
/
+1
2014-07-13
update fold_method to return a smallvector
John Clements
-10
/
+29
2014-07-13
refactor Method definition to make space for macros
John Clements
-8
/
+13
2014-07-11
make walk/visit_mac opt-in only
John Clements
-11
/
+35
2014-07-11
use side table to store exported macros
John Clements
-0
/
+1
2014-07-08
carry self ident forward through re-parsing
John Clements
-3
/
+3
[prev]
[next]