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
/
librustsyntax
/
ext
Age
Commit message (
Expand
)
Author
Lines
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-2922
/
+0
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-23
The parser is represented by a class now.
Paul Stansifer
-16
/
+10
2012-05-21
remove mutable cycle from ast_fold
Niko Matsakis
-24
/
+25
2012-05-18
remove unused variable
Niko Matsakis
-1
/
+0
2012-05-18
port qquote to use dvec
Niko Matsakis
-10
/
+13
2012-05-18
avoid modifying the variable we are alting over
Niko Matsakis
-2
/
+2
2012-05-18
Using const vector slices for more vec functions.
Eric Holk
-1
/
+2
2012-05-18
add #include_bin[]
Paul Stansifer
-0
/
+27
2012-05-18
Fold #include_str into the other source_utils.rs syntax extensions.
Paul Stansifer
-59
/
+52
2012-05-18
add #mod[], which expands to the current module path
Paul Stansifer
-3
/
+34
2012-05-18
New syntax extensions: #line[], #col[], #file[], #stringify[], #include[]
Paul Stansifer
-0
/
+58
2012-05-18
Make extracting syntax extension arguments easier.
Paul Stansifer
-76
/
+58
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+61
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-1
/
+3
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-1
/
+1
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-1
/
+1
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-6
/
+10
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+0
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-2
/
+2
2012-04-23
Simplify representation of ast::path
Marijn Haverbeke
-49
/
+42
2012-04-20
Add new syntax for patterns that match the head constructor only
Tim Chevalier
-1
/
+1
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-2
/
+2
2012-04-19
Disallow rebinding / matching against consts in alts
Tim Chevalier
-3
/
+2
2012-04-19
Annotate FIXMEs (comments only)
Tim Chevalier
-5
/
+7
2012-04-19
Cleanup FIXMEs in syntax::ext::qquote
Tim Chevalier
-13
/
+7
2012-04-19
Removed a FIXME from librustcsyntax/ext/build.rs
Tim Chevalier
-3
/
+0
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-8
/
+8
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-6
/
+1
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-8
/
+12
2012-04-06
Re-rename option functions
Tim Chevalier
-1
/
+1
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-12
/
+12
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-2
/
+0
2012-04-02
Rename some core::option functions
Tim Chevalier
-1
/
+1
2012-03-29
rustc: Move ext to librustsyntax
Brian Anderson
-0
/
+2785