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
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
2013-04-22
Make conditions public. #6009
Brian Anderson
-1
/
+1
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-2
/
+2
2013-04-16
added MTWT functions
John Clements
-0
/
+47
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-13
/
+0
2013-03-28
Removing unused imports
Alex Crichton
-2
/
+2
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-3
/
+1
2013-03-22
librustc: Add explicit lifetime binders and new lifetime notation in core/std...
Patrick Walton
-1
/
+1
[prev]
[next]