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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2015-09-08
Allow tracking issues for lang features.
Huon Wilson
-1
/
+3
2015-09-01
Auto merge of #28137 - nrc:remove-non-multi, r=huonw
bors
-83
/
+2
2015-09-01
Remove the Modifier and Decorator kinds of syntax extensions.
Nick Cameron
-83
/
+2
2015-08-31
Closures are not generated code.
Nick Cameron
-4
/
+1
2015-08-28
Move ExpnInfo to Name
Manish Goregaokar
-15
/
+15
2015-08-27
Enumify CompilerExpansion in ExpnInfo
Manish Goregaokar
-28
/
+20
2015-08-17
feature gate `cfg(target_feature)`.
Huon Wilson
-6
/
+8
2015-08-15
Fix issue with for loop expansion
w00ns
-10
/
+1
2015-08-12
Fix macro expansion in for loop pattern
Jonas Schievink
-1
/
+1
2015-08-06
Auto merge of #27296 - jroesch:type-macros, r=huonw
bors
-0
/
+47
2015-08-04
Fix last nits
Jared Roesch
-1
/
+2
2015-08-04
Actually commit tests
Jared Roesch
-1
/
+1
2015-08-04
Address nits
Jared Roesch
-1
/
+0
2015-08-04
Add feature gate
Jared Roesch
-19
/
+29
2015-08-04
Extend macro machinery to expand macros in types
Jared Roesch
-0
/
+37
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-15
/
+11
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-34
/
+26
2015-07-26
Remove `ast::LocalSource` with only one used variant
mitaa
-2
/
+1
2015-07-22
Allow unstable code to be injected by placement-`in` expansion.
Felix S. Klock II
-3
/
+23
2015-07-22
Add feature-gates for desugaring-based `box` and placement-`in`.
Felix S. Klock II
-0
/
+7
2015-07-22
Revise placement-in expansion to use `push/pop_unsafe` and `move_val_init`.
Felix S. Klock II
-24
/
+37
2015-07-22
prototype Placer protocol for unstable overloaded-box and placement-in.
Felix S. Klock II
-0
/
+114
2015-07-22
Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.
Felix S. Klock II
-0
/
+1
2015-07-09
save-analysis: API-ify paths
Nick Cameron
-1
/
+1
2015-07-09
Fix a bug where macros in expression position don't have expansion inidices i...
Nick Cameron
-3
/
+4
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-05-24
Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix
bors
-2
/
+4
2015-05-22
Let MultiItemDecorator take `&Annotatable` (fixes #25683)
Manish Goregaokar
-1
/
+1
2015-05-21
Make various fixes:
Niko Matsakis
-0
/
+1
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-2
/
+3
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-4
/
+4
2015-05-13
Auto merge of #25318 - nrc:for-expn, r=sfackler
bors
-9
/
+42
2015-05-13
Merge branch 'master' into mulit-decor
Nick Cameron
-1
/
+1
2015-05-12
Merge branch 'master' into
Nick Cameron
-3
/
+4
2015-05-12
Proper spans for for loop expansion
Nick Cameron
-9
/
+42
2015-05-11
Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik
bors
-1
/
+1
2015-05-08
Fallout from fixing Issue 25199.
Felix S. Klock II
-3
/
+4
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-1
/
+1
2015-04-30
Merge branch 'master' into mulit-decor
Nick Cameron
-1
/
+1
2015-04-30
WIP refactor expansion of decorators and move derive to MultiDecorator
Nick Cameron
-144
/
+144
2015-04-25
Rebasing and making MulitDecorators work
Nick Cameron
-2
/
+5
2015-04-25
Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor
Nick Cameron
-4
/
+28
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-2
/
+2
2015-04-17
Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix
Manish Goregaokar
-0
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
Add "trace-macros" as a compiler flag
Thomas Jespersen
-0
/
+2
2015-04-11
Propagate macro backtraces more often, improve formatting diagnostics
Ryan Prichard
-1
/
+1
2015-04-11
Auto merge of #24155 - chris-chambers:stmt_macros, r=sfackler
bors
-27
/
+39
2015-04-11
Moves expand_stmt's bt_pop so that it balances correctly.
Christopher Chambers
-3
/
+4
[next]