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
Age
Commit message (
Expand
)
Author
Lines
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-13597
/
+0
2012-05-30
Include capture clauses when generating metadata.
Eric Holk
-3
/
+8
2012-05-30
port alt to dvec
Niko Matsakis
-5
/
+5
2012-05-30
integrate purity into type
Niko Matsakis
-15
/
+40
2012-05-29
Resolve bounds in iface types
Tim Chevalier
-0
/
+1
2012-05-29
Fix the maximum value of i16. Closes #2462.
Michael Sullivan
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-2
/
+2
2012-05-24
Fixing method call issue in parser.
Eric Holk
-5
/
+3
2012-05-24
Teach parser and related things to understand const kind bounds.
Eric Holk
-4
/
+9
2012-05-24
Access parse/attrs.rs with an impl.
Paul Stansifer
-117
/
+129
2012-05-24
Use an impl to access parse/common.rs
Paul Stansifer
-437
/
+447
2012-05-24
remove dead assignments
Niko Matsakis
-4
/
+4
2012-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-3
/
+3
2012-05-23
The parser is represented by a class now.
Paul Stansifer
-2246
/
+2237
2012-05-23
syntax: Remove one of the two def_id hashers
Brian Anderson
-12
/
+0
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-0
/
+17
2012-05-22
Merge branch 'master' of git://github.com/mozilla/rust
Margaret Meyerhofer
-278
/
+519
2012-05-22
cleaned up debugging code
Margaret Meyerhofer
-2
/
+1
2012-05-22
syntax: Add diagnostic::expect
Brian Anderson
-0
/
+9
2012-05-22
Changed the pretty printer also read #! comments
Margaret Meyerhofer
-3
/
+17
2012-05-22
Changed the lexer to accept #! comments on the first line.
Margaret Meyerhofer
-0
/
+12
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-34
/
+19
2012-05-22
`do` is no longer a keyword
Paul Stansifer
-1
/
+1
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-0
/
+310
2012-05-21
rustc: Move walk_pat to ast_util
Brian Anderson
-0
/
+12
2012-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-0
/
+2
2012-05-21
remove mutable cycle from ast_fold
Niko Matsakis
-243
/
+166
2012-05-18
remove unused variable
Niko Matsakis
-1
/
+0
2012-05-18
port codemap to use dvec
Niko Matsakis
-5
/
+8
2012-05-18
port interner to use dvec
Niko Matsakis
-6
/
+7
2012-05-18
port qquote to use dvec
Niko Matsakis
-10
/
+13
2012-05-18
port some code to use dvec
Niko Matsakis
-28
/
+43
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
-60
/
+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
/
+59
2012-05-18
Make extracting syntax extension arguments easier.
Paul Stansifer
-76
/
+58
2012-05-17
Refactoring, annotating FIXMEs in remainder of metadata code
Tim Chevalier
-1
/
+1
2012-05-17
Refactor encoder::encode_module_item_paths
Tim Chevalier
-0
/
+7
2012-05-17
Added a few more extension methods on vectors, and fixed a pretty printer bug.
Eric Holk
-2
/
+6
2012-05-16
pull out id visitor into ast_util from astencode
Niko Matsakis
-0
/
+151
2012-05-15
core: Generalize uint-string conversions to all uint types
Brian Anderson
-2
/
+2
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-2
/
+5
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-26
/
+17
2012-05-14
First cut at dtors for classes
Tim Chevalier
-27
/
+95
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+80
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-26
/
+2
2012-05-08
Support visibility modifiers and attributes on view items
Marijn Haverbeke
-66
/
+52
[next]