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
2015-04-14
Add "trace-macros" as a compiler flag
Thomas Jespersen
-4
/
+2
2015-04-11
Remove the vestigial ExtCtxt::print_backtrace function.
Ryan Prichard
-10
/
+0
2015-04-07
Improves handling of statement macros.
Christopher Chambers
-14
/
+16
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-4
/
+4
2015-04-01
Fallout in libsyntax
Niko Matsakis
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-3
/
+3
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-6
/
+6
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-34
/
+16
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-30
/
+25
2015-03-06
Make #[derive(Anything)] into sugar for #[derive_Anything]
Keegan McAllister
-4
/
+2
2015-03-06
Auto merge of #22899 - huonw:macro-stability, r=alexcrichton
bors
-5
/
+8
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-5
/
+8
2015-03-05
Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw
Manish Goregaokar
-0
/
+4
2015-03-05
Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister
bors
-1
/
+7
2015-03-04
Add quasiquote for matchers and attributes
Piotr Czarnecki
-1
/
+7
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-3
/
+3
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-0
/
+4
2015-02-27
Replace MacExpr / MacPat / MacItems with MacEager
Keegan McAllister
-47
/
+69
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-11
/
+11
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-17
Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw
Manish Goregaokar
-4
/
+5
2015-02-16
Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos...
Niko Matsakis
-3
/
+3
2015-02-15
libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes.
Felix S. Klock II
-4
/
+5
2015-02-09
Process cfg_attr right before stripping cfg
Keegan McAllister
-2
/
+0
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-0
/
+5
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-2
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-1
/
+2
2015-01-31
Fix rebase issues
Adolfo Ochagavía
-7
/
+13
2015-01-31
Replace uses of Decorator and Modifier
Adolfo Ochagavía
-6
/
+9
2015-01-31
Deprecate SyntaxExtension::Modifier
Adolfo Ochagavía
-0
/
+1
2015-01-31
Deprecate SyntaxExtension::Decorator
Adolfo Ochagavía
-0
/
+1
2015-01-31
Add MultiDecorator variant to SyntaxExtension enum
Adolfo Ochagavía
-1
/
+5
2015-01-31
Add MultiItemDecorator
Adolfo Ochagavía
-0
/
+23
2015-01-31
Deprecate ItemDecorator in favor of MultiItemDecorator
Adolfo Ochagavía
-0
/
+1
2015-01-31
Deprecate ItemModifier in favor of MultiItemModifier
Adolfo Ochagavía
-0
/
+3
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-25
Tell the compiler to tell us that `deriving` is dead.
Huon Wilson
-0
/
+2
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+2
2015-01-17
libsyntax: uint types to usize
Paul Collier
-1
/
+1
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-0
/
+106
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-11
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-07
std: Stablize the macros module
Alex Crichton
-11
/
+0
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-5
/
+5
2015-01-05
Allow selective macro import
Keegan McAllister
-2
/
+4
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-0
/
+10
[prev]
[next]