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-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-7
/
+4
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-1
/
+1
2015-02-22
Fix errors from #22592
Manish Goregaokar
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-16
/
+15
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-13
/
+13
2015-02-17
Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw
Manish Goregaokar
-12
/
+48
2015-02-16
Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos...
Niko Matsakis
-4
/
+5
2015-02-16
Address the other cases of #22234; fix #22234.
Felix S. Klock II
-0
/
+21
2015-02-15
Address the `asm!` case of #22234.
Felix S. Klock II
-1
/
+8
2015-02-15
libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes.
Felix S. Klock II
-12
/
+20
2015-02-09
syntax::fold: Allow removing attributes
Keegan McAllister
-2
/
+2
2015-02-08
Auto merge of #21988 - kmcallister:no-std, r=sfackler
bors
-2
/
+5
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-2
/
+5
2015-02-07
Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat...
bors
-8
/
+20
2015-02-06
librustdoc has been updated
GuillaumeGomez
-3
/
+3
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-12
/
+12
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-23
/
+21
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-21
/
+23
2015-02-06
make `for PAT in ITER_EXPR { ... }` a terminating-scope for ITER_EXPR.
Felix S. Klock II
-8
/
+20
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-2
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-8
/
+8
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-6
/
+6
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-2
/
+2
2015-01-31
Replace uses of Decorator and Modifier
Adolfo OchagavĂa
-8
/
+11
2015-01-31
Add MultiDecorator variant to SyntaxExtension enum
Adolfo OchagavĂa
-0
/
+22
2015-01-30
custom message for refutable patterns in for loops
Jorge Aparicio
-2
/
+2
2015-01-30
implement for loop desugaring
Jorge Aparicio
-3
/
+93
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-4
/
+1
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
[prev]
[next]