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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
expand.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-27
Remove many shared pointers
Philipp Brüschweiler
-2
/
+2
2013-06-25
great renaming propagation: syntax
Corey Richardson
-5
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-3
/
+3
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-48
/
+47
2013-06-12
Fix a test-predicated use of the visit.rs api.
Felix S. Klock II
-1
/
+1
2013-06-12
Fix linebreak and whitespace issues to placate make tidy.
Felix S. Klock II
-1
/
+2
2013-06-12
Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.
Felix S. Klock II
-3
/
+3
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-1
/
+3
2013-06-09
remove unused import warnings
Huon Wilson
-10
/
+8
2013-06-09
std: remove fold[lr] in favour of iterators
Huon Wilson
-1
/
+2
2013-06-06
Clean up a handful of build warnings.
Michael Sullivan
-1
/
+1
2013-06-05
moved TLS of sctable to ast_util, hid parameter in hygiene calls
John Clements
-44
/
+28
2013-06-05
add hygiene support functions
John Clements
-4
/
+54
2013-06-05
remove unused get_ident_interner's
John Clements
-3
/
+2
2013-06-05
remove unused cx's
John Clements
-2
/
+2
2013-06-05
token_to_ident takes argument by reference
John Clements
-4
/
+4
2013-06-05
interner just uses uints, not idents with syntax context
John Clements
-7
/
+7
2013-06-05
removed some interner fields
John Clements
-1
/
+1
2013-06-05
just use TLS interner
John Clements
-0
/
+1
2013-06-05
rename repr to name
John Clements
-9
/
+9
2013-06-05
change to newer macro escape mechanism, using uints in more places
John Clements
-73
/
+55
2013-06-05
add renaming and sctable funs
John Clements
-1
/
+48
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-6
/
+16
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`
Patrick Walton
-13
/
+13
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-8
/
+8
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-4
/
+3
2013-05-20
getting rid of interner_key! macro
John Clements
-1
/
+1
2013-05-20
hygiene infrastructure.
John Clements
-35
/
+58
2013-05-15
Use parentheses for cond! macro instead of preceding pipes
Brendan Zabarauskas
-4
/
+4
2013-05-15
Add Scheme-style `cond!` macro to syntax::ext::expand
Brendan Zabarauskas
-1
/
+35
2013-05-14
Fix test fallout from removing vecs_implicitly_copyable
Alex Crichton
-12
/
+8
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-1
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-3
/
+3
2013-05-11
Warning police
Tim Chevalier
-2
/
+0
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-12
/
+2
2013-05-07
auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=...
bors
-0
/
+15
2013-05-06
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-0
/
+36
2013-05-06
Step one for 'proper' pub condition: support pub keyword in form.
Felix S. Klock II
-0
/
+15
2013-05-06
Add assert_approx_eq! macro
Brendan Zabarauskas
-0
/
+36
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-9
/
+1
2013-05-02
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-1
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+0
2013-04-30
Merge remote-tracking branch 'brson/io'
Brian Anderson
-1
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-0
/
+3
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-25
Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...
Marvin Löbel
-13
/
+29
2013-04-23
Merge remote-tracking branch 'brson/io'
Brian Anderson
-1
/
+1
[next]