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
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-4
/
+1
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-4
/
+1
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-2
/
+2
2015-01-18
libsyntax: int => i32 in appropriate places
Paul Collier
-23
/
+23
2015-01-17
libsyntax: uint types to usize
Paul Collier
-3
/
+3
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-73
/
+211
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-18
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-35
/
+35
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-23
/
+24
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-78
/
+64
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-6
/
+6
2015-01-05
Allow selective macro import
Keegan McAllister
-0
/
+1
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-18
/
+4
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-32
/
+23
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-18
/
+27
2015-01-05
Implement macro re-export
Keegan McAllister
-1
/
+8
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-5
/
+7
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-32
/
+22
2015-01-05
Ungate default type parameters.
Huon Wilson
-2
/
+0
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
Make type in ast::Local optional
Seo Sanghyeon
-1
/
+1
2014-12-31
syntax: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-31
syntax: unbox closures used in function arguments
Jorge Aparicio
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-29
Slash the ast::Stmt type from 104 to 24 bytes.
Huon Wilson
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-29
/
+28
2014-12-21
rollup merge of #20059: nick29581/self-impl
Alex Crichton
-4
/
+47
2014-12-20
Allow `Self` in impls.
Nick Cameron
-4
/
+47
2014-12-20
Drop the Match prefix from the MatchSource variants
Barosl Lee
-4
/
+8
2014-12-20
Print a friendly error for the if-let construct without an else block
Barosl Lee
-1
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-31
/
+32
2014-12-15
auto merge of #19778 : aochagavia/rust/ice, r=alexcrichton
bors
-9
/
+10
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-18
/
+0
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-5
/
+7
2014-12-12
Fix #19734 (ICE)
Adolfo OchagavĂa
-9
/
+10
2014-11-24
Fixed "::::" appearing in module_path!()
Murarth
-2
/
+9
2014-11-19
Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...
Niko Matsakis
-3
/
+4
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-19
/
+19
2014-10-16
libsyntax: Remove all uses of {:?}.
Luqman Aden
-5
/
+5
2014-10-10
Teach libsyntax about `while let`
John Gallagher
-0
/
+36
2014-10-01
Limit recursion depth for macro expansions, closes #17628
Florian Hahn
-0
/
+2
2014-09-30
Update after the fall out from the syntax::ptr changes
Jakub Wieczorek
-30
/
+36
2014-09-30
Update based on PR feedback
Kevin Ballard
-20
/
+16
2014-09-30
Produce a better error for irrefutable `if let` patterns
Kevin Ballard
-1
/
+1
[next]