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-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-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
[next]