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-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
2014-07-04
implement hygiene for ExprFnBlock and ExprProc
John Clements
-1
/
+15
2014-07-04
added test cases for closure arg hygiene
John Clements
-0
/
+22
2014-07-04
comments only
John Clements
-3
/
+2
2014-07-04
hygiene for item fn args
John Clements
-7
/
+49
2014-07-04
comments & test cases for IdentRenamers
John Clements
-11
/
+63
2014-07-04
use PatIdentRenamer for match bindings
John Clements
-10
/
+5
2014-07-04
comments only
John Clements
-3
/
+3
2014-07-04
new_mark -> apply_mark, new_rename -> apply_rename
John Clements
-4
/
+4
2014-07-04
add PatIdentRenamer
John Clements
-6
/
+37
2014-07-04
move RenameList to mtwt, add new_renames abstraction
John Clements
-5
/
+2
2014-07-04
comments, whitespace, rename NameFinderContext to PatIdentFinder
John Clements
-19
/
+15
2014-07-03
simplify and uncomment item-fn-arg hygiene unit test
John Clements
-9
/
+6
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-14
/
+2
2014-06-27
adjust fold to fold over interpolated items/exprs/etc.
John Clements
-2
/
+2
2014-06-27
added unit and standalone test for 15221, extra debugging output
John Clements
-5
/
+26
2014-06-27
remove trailing whitespace
John Clements
-1
/
+1
2014-06-27
hygiene for match-bound vars now implemented
John Clements
-24
/
+33
2014-06-27
improve match test case to include guard
John Clements
-4
/
+4
[prev]
[next]