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-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-4
/
+4
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-4
/
+4
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-4
/
+4
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-02-01
Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1
Brian Anderson
-0
/
+9
2013-02-01
Remove fail keyword from lexer & parser and clean up remaining calls to
Nick Desaulniers
-0
/
+9
2013-01-31
test cases, cleanup
John Clements
-2
/
+2
2013-01-29
libsyntax: De-export libsyntax. rs=deexporting
Patrick Walton
-27
/
+23
2013-01-23
libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...
Patrick Walton
-0
/
+8
2013-01-23
Long lines
Tim Chevalier
-1
/
+2
2013-01-23
renaming to adhere to conventions
John Clements
-24
/
+21
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-2
/
+6
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-1
/
+1
2013-01-11
libsyntax: Fix name generation in condition! macro
Andrew Paseltiner
-1
/
+1
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-7
/
+7
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-2
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2012-12-27
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Patrick Walton
-3
/
+3
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-14
/
+13
2012-12-18
core: add macro_rules! for "condition! { c: in -> out; }".
Graydon Hoare
-1
/
+19
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-1
/
+1
2012-12-12
syntax: remove remaining #syntaxext machinery. Close #3516.
Graydon Hoare
-34
/
+1
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-80
/
+17
2012-12-12
syntax: remove all remaining uses of #ast, and #ast / qquote itself.
Graydon Hoare
-2
/
+6
2012-12-10
Adjust the die macro to only accept ~str and to work in statement position
Brian Anderson
-13
/
+2
2012-12-07
syntax: fix missing push in item macro expansion
Graydon Hoare
-5
/
+9
2012-12-07
syntax: point quote tokens at the site of quote-using-extension invocation.
Graydon Hoare
-10
/
+13
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+1
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-24
/
+24
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-2
/
+2
2012-11-29
Properly sync macro_parser.rs after it escapes out to the Rust parser. Closes...
Paul Stansifer
-4
/
+9
2012-11-29
Respect semicolons always when expanding statments.
Paul Stansifer
-11
/
+13
2012-11-29
Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.
Paul Stansifer
-4
/
+6
2012-11-29
Allow the expansion of old-style expr macros in stmt position.
Paul Stansifer
-0
/
+18
2012-11-29
Use `biased_match!` to avoid over-deep indentation in expand.rs.
Paul Stansifer
-77
/
+89
2012-11-29
Make it possible to expand stmt macros.
Paul Stansifer
-6
/
+60
2012-11-29
Make it possible to invoke item macros without passing identifier arguments.
Paul Stansifer
-24
/
+39
2012-11-29
Grammaticalinate an error message.
Paul Stansifer
-2
/
+2
2012-11-29
Allow `macro_rules!` macros to expand to expressions or items.
Paul Stansifer
-0
/
+3
2012-11-28
libsyntax: Implement a macro `die!` to replace the `fail` expression. r=brson
Patrick Walton
-0
/
+20
2012-11-20
syntax: switch tt quoter to emit ~[tt], not tt.
Graydon Hoare
-1
/
+1
2012-11-14
Camel case all the codemap types except span
Brian Anderson
-5
/
+5
2012-11-12
Convert most codemap types from records to structs
Brian Anderson
-1
/
+1
2012-10-08
Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""
Tim Chevalier
-1
/
+1
2012-10-08
Revert "Remove old auto_serialize2 code (needs snapshot)"
Tim Chevalier
-1
/
+1
2012-10-07
Remove old auto_serialize2 code (needs snapshot)
Erick Tryzelaar
-1
/
+1
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-1
/
+1
[next]