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-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
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-21
/
+1
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-9
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
syntax: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
Accept `derive` instead of `deriving`
Nick Cameron
-0
/
+2
2014-12-31
syntax: unbox closures used in function arguments
Jorge Aparicio
-3
/
+3
2014-12-23
Rename include_bin! to include_bytes!
Chris Wong
-0
/
+3
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-9
/
+19
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-9
/
+19
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-5
/
+5
2014-12-20
Allow `Self` in impls.
Nick Cameron
-1
/
+1
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-2
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-4
/
+6
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
[prev]
[next]