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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-18
Avoid returning original macro if expansion fails.
Douglas Young
-4
/
+10
2014-02-14
auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw
bors
-1
/
+1
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-2
/
+1
2014-02-13
Tweak ItemDecorator API
Steven Fackler
-1
/
+1
2014-02-13
auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton
bors
-1
/
+1
2014-02-13
Stop unloading syntax libraries
Steven Fackler
-8
/
+0
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-1
/
+1
2014-02-08
Converted fourcc! to loadable syntax extension
Derek Guenther
-4
/
+1
2014-02-08
Add new syntax extension fourcc!()
Kevin Ballard
-0
/
+3
2014-02-08
syntax: convert deriving to take &mut ExtCtxt.
Huon Wilson
-1
/
+1
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-1
/
+1
2014-02-02
libsyntax: De-`@str` `MacroDef`
Patrick Walton
-1
/
+1
2014-02-02
librustc: De-`@str` `NameAndSpan`
Patrick Walton
-1
/
+2
2014-02-02
librustc: Fix merge fallout.
Patrick Walton
-6
/
+4
2014-02-02
libsyntax: De-`@str` `get_single_str_from_tts`
Patrick Walton
-2
/
+4
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-5
/
+7
2014-01-25
Simplify and rename macro API
Steven Fackler
-82
/
+52
2014-01-24
auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichton
bors
-1
/
+1
2014-01-23
Update flip() to be rev().
Sean Chalmers
-2
/
+2
2014-01-23
Rename Invert to Flip - Issue 10632
Sean Chalmers
-2
/
+2
2014-01-23
Redo exported macro serialization
Steven Fackler
-1
/
+1
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-1
/
+1
2014-01-20
auto merge of #11670 : sfackler/rust/extctxt-span-note, r=alexcrichton
bors
-0
/
+4
2014-01-19
Add span_note to ExtCtxt
Steven Fackler
-0
/
+4
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-16
/
+60
2014-01-16
Load macros from external modules
Steven Fackler
-62
/
+49
2014-01-13
librustc: Remove `@` pointer patterns from the language
Patrick Walton
-5
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-22
/
+22
2014-01-05
Use ~-objects instead of @-objects for syntax exts
Steven Fackler
-6
/
+6
2014-01-03
librustc: De-`@mut` the parse session
Patrick Walton
-3
/
+3
2014-01-03
auto merge of #11228 : sfackler/rust/syntaxenv, r=pcwalton
bors
-178
/
+88
2014-01-02
libsyntax: De-`@mut` `token` in the parser
Patrick Walton
-1
/
+1
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-3
/
+3
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-1
/
+0
2013-12-30
Rewrite SyntaxEnv
Steven Fackler
-178
/
+88
2013-12-29
Remove @muts from ExtCtxt
Steven Fackler
-20
/
+20
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-8
/
+8
2013-12-29
Make ast_fold take &mut self
Steven Fackler
-2
/
+2
2013-12-28
Stop passing duplicate parameters in expand
Steven Fackler
-3
/
+2
2013-12-28
Remove unecessary extern "Rust" specifiers
Steven Fackler
-17
/
+8
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-15
/
+15
2013-12-11
Make 'self lifetime illegal.
Erik Price
-1
/
+1
2013-12-08
Remove dead codes
Kiet Tran
-9
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-3
/
+3
2013-11-26
Support multiple item macros
Steven Fackler
-1
/
+2
2013-11-26
rustc: Add lint for obsolete attributes
klutzy
-7
/
+1
2013-11-19
libsyntax: Change all uses of `&fn` to `||`.
Patrick Walton
-8
/
+15
2013-10-31
Implement a concat!() format extension
Alex Crichton
-0
/
+20
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-18
Remove the fmt! syntax extension
Alex Crichton
-1
/
+1
[next]