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
/
ext
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-30
Desugar 'if let' into the appropriate 'match'
Kevin Ballard
-1
/
+90
2014-09-26
Hide the quote_*! macros when the feature gate is off
Keegan McAllister
-22
/
+21
2014-09-20
auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwalton
bors
-1
/
+4
2014-09-19
rollup merge of #17338 : nick29581/variants-namespace
Alex Crichton
-3
/
+3
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-3
/
+3
2014-09-18
syntax: use an index in CodeMap instead of Gc for ExpnInfo.
Eduard Burtescu
-22
/
+5
2014-09-17
Pop the expansion context after expanding a method macro
Keegan McAllister
-1
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-13
/
+13
2014-09-14
syntax: tests: fix fallout from using ptr::P.
Eduard Burtescu
-1
/
+2
2014-09-14
syntax: fix fallout from using ptr::P.
Eduard Burtescu
-288
/
+288
2014-09-13
auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw
bors
-5
/
+4
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-4
/
+4
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-23
/
+22
2014-09-10
Change ItemModifier and ItemDecorator to traits
Steven Fackler
-5
/
+4
2014-08-29
Add support for labeled while loops.
Pythoner6
-0
/
+6
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-89
/
+102
2014-08-13
librustc: Parse, but do not fully turn on, the `ref` keyword for
Patrick Walton
-2
/
+4
2014-07-31
auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis
bors
-6
/
+6
2014-07-29
libsyntax: Don't ICE on macro invocation in count expr of fixed array type.
Luqman Aden
-2
/
+5
2014-07-29
Refactored syntax::fold.
Marvin Löbel
-6
/
+6
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-97
/
+7
2014-07-22
Refactoring: Only use `MacroExpander` for expanding outside of
Marvin Löbel
-11
/
+1
2014-07-21
Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx`
Marvin Löbel
-184
/
+194
2014-07-21
repair macro docs
John Clements
-3
/
+3
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-1
/
+9
2014-07-18
auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
bors
-1
/
+1
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-12
/
+14
2014-07-17
Rename functions in the CloneableVector trait
Adolfo Ochagavía
-1
/
+1
2014-07-13
macro expansion for methods
John Clements
-25
/
+47
2014-07-13
expansion abstraction
John Clements
-144
/
+114
2014-07-13
remove no-stmt check
John Clements
-4
/
+0
2014-07-13
macro method unit test case fix
John Clements
-2
/
+2
2014-07-13
refactor Method definition to make space for macros
John Clements
-12
/
+16
2014-07-12
auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex...
bors
-5
/
+30
2014-07-11
add Macro Exterminator
John Clements
-0
/
+19
2014-07-11
make walk/visit_mac opt-in only
John Clements
-1
/
+6
2014-07-11
use side table to store exported macros
John Clements
-4
/
+5
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-2
/
+2
2014-07-09
Fix all the test fallout
Corey Richardson
-5
/
+5
2014-07-09
syntax: doc comments all the things
Corey Richardson
-5
/
+5
2014-07-08
carry self ident forward through re-parsing
John Clements
-2
/
+15
2014-07-08
macro literals should be compared by name only
John Clements
-0
/
+8
2014-07-08
implement hygiene for method args
John Clements
-0
/
+25
2014-07-08
test case for expansion of method macro
John Clements
-2
/
+13
2014-07-08
introducing let-syntax
John Clements
-0
/
+18
2014-07-08
self arg macro test case
John Clements
-0
/
+13
2014-07-08
test harness cleanup
John Clements
-27
/
+20
2014-07-08
added test for method arg hygiene
John Clements
-0
/
+13
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-6
/
+6
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-6
/
+5
[prev]
[next]