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-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-9
/
+10
2014-02-18
Avoid returning original macro if expansion fails.
Douglas Young
-4
/
+4
2014-02-14
Expand ItemDecorator extensions in all contexts
Steven Fackler
-52
/
+33
2014-02-14
auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw
bors
-8
/
+8
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-32
/
+19
2014-02-13
Tweak ItemDecorator API
Steven Fackler
-8
/
+8
2014-02-13
auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton
bors
-9
/
+9
2014-02-13
Stop unloading syntax libraries
Steven Fackler
-3
/
+7
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-9
/
+9
2014-02-11
libsyntax -- combine two iter ops into one so that `fld` does not need to be ...
Niko Matsakis
-5
/
+6
2014-02-10
Ignore #[phase] on use view items
Steven Fackler
-8
/
+13
2014-02-08
Remove unnecessary parentheses.
OGINO Masanori
-1
/
+1
2014-02-08
Fix unused import warnings.
OGINO Masanori
-5
/
+3
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-118
/
+22
2014-02-07
Fix expansion tests
Seo Sanghyeon
-4
/
+4
2014-02-06
Avoid cloning ast::CrateConfig
Seo Sanghyeon
-2
/
+1
2014-02-03
syntax: Remove usage of io_error in tests
Alex Crichton
-5
/
+4
2014-02-02
librustc: Remove `@str` from the language
Patrick Walton
-2
/
+2
2014-02-02
libsyntax: Remove many uses of `token::ident_to_str`
Patrick Walton
-9
/
+23
2014-02-02
libsyntax: Fix tests.
Patrick Walton
-17
/
+17
2014-02-02
librustc: De-`@str` `NameAndSpan`
Patrick Walton
-19
/
+31
2014-02-02
librustc: Fix merge fallout.
Patrick Walton
-4
/
+4
2014-02-02
librustc: Stop using `@str` for source.
Patrick Walton
-1
/
+1
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-2
/
+2
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-25
Simplify and rename macro API
Steven Fackler
-49
/
+12
2014-01-24
Move macro_rules! macros to libstd
Steven Fackler
-241
/
+0
2014-01-23
Redo exported macro serialization
Steven Fackler
-5
/
+15
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-2
/
+2
2014-01-19
auto merge of #11644 : huonw/rust/less-fatality, r=cmr
bors
-32
/
+51
2014-01-17
Actually force a / in the path for ext crates
Steven Fackler
-2
/
+2
2014-01-17
auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton
bors
-18
/
+12
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-32
/
+51
2014-01-17
Change expansion of `for` loop to use a `match` statement
Niko Matsakis
-18
/
+12
2014-01-16
Load macros from external modules
Steven Fackler
-8
/
+102
2014-01-13
librustc: Remove `@` pointer patterns from the language
Patrick Walton
-56
/
+59
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-4
/
+4
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-39
/
+39
2014-01-09
Remove ApproxEq and assert_approx_eq!
Brendan Zabarauskas
-37
/
+0
2014-01-07
Fixup the rest of the tests in the compiler
Alex Crichton
-0
/
+1
2014-01-06
auto merge of #11332 : sfackler/rust/de-at-se, r=huonw
bors
-53
/
+52
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-1
/
+1
2014-01-05
Use ~-objects instead of @-objects for syntax exts
Steven Fackler
-53
/
+52
2014-01-03
libsyntax: Fix tests.
Patrick Walton
-9
/
+10
2014-01-03
libsyntax: Remove unused `MultiRenamer`
Patrick Walton
-17
/
+3
2014-01-03
libsyntax: De-`@mut` `ps::boxes`
Patrick Walton
-2
/
+3
2014-01-03
libsyntax: Correctly de-`@mut` the pretty printer writer
Patrick Walton
-1
/
+1
2014-01-03
libsyntax: De-`@mut` `SCTable::table`
Patrick Walton
-2
/
+6
2014-01-03
librustc: De-`@mut` the parse session
Patrick Walton
-2
/
+2
2014-01-03
auto merge of #11228 : sfackler/rust/syntaxenv, r=pcwalton
bors
-69
/
+41
[next]