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
/
comp
/
front
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2011-06-16
rustc: Parse inner attributes of modules
Brian Anderson
-16
/
+48
2011-06-16
rustc: Parse interior vector types in which the base type is a path properly
Patrick Walton
-14
/
+36
2011-06-16
Bring back if-check
Tim Chevalier
-2
/
+17
2011-06-16
Parse swap.
Michael Sullivan
-0
/
+8
2011-06-16
rustc: Change interior vector syntax to `T[]`
Patrick Walton
-6
/
+21
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-20
/
+18
2011-06-15
Improve and test failure behavior for malformed attributes
Brian Anderson
-1
/
+13
2011-06-15
rustc: Support outer attributes on items that are defined as statements
Brian Anderson
-9
/
+61
2011-06-15
Small simplification in parser.rs' crate parsing
Marijn Haverbeke
-7
/
+1
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-830
/
+557
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-22
/
+27
2011-06-15
rustc: Introduce an attribute type to the AST
Brian Anderson
-8
/
+16
2011-06-15
rustc: Parse module attributes
Brian Anderson
-6
/
+21
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-1
/
+1
2011-06-15
Stop dropping object field mutability on the floor
Marijn Haverbeke
-11
/
+5
2011-06-14
Modernize some code in parser.rs
Marijn Haverbeke
-132
/
+82
2011-06-14
Print parens on unops when necessary. 'make reformat' output now builds to st...
Graydon Hoare
-0
/
+1
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-5
/
+24
2011-06-14
Remove 'peeking_at_item' from parser
Marijn Haverbeke
-52
/
+41
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-11
/
+10
2011-06-10
Reject programs with unsatisfied predicate constraints
Tim Chevalier
-11
/
+33
2011-06-10
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-5
/
+11
2011-06-10
rustc: Remove the bitwise not operator
Patrick Walton
-7
/
+0
2011-06-10
Implement mutable/immutable alias distinction.
Marijn Haverbeke
-12
/
+3
2011-06-09
Revert "Encode meta tags in the crate and start sketching enhanced logic for ...
Patrick Walton
-11
/
+5
2011-06-09
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-5
/
+11
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-3
/
+26
2011-06-09
rustc: Add ty_istr and ty_ivec types
Patrick Walton
-1
/
+1
2011-06-09
rustc: Parse istr and ivec
Patrick Walton
-0
/
+6
2011-06-09
Further support for predicate constraints
Tim Chevalier
-14
/
+13
2011-06-08
Add optional message to fail.
Josh Matthews
-3
/
+12
2011-06-07
More work on proper linkage name-mangling. Almost right, aside from version n...
Graydon Hoare
-1
/
+5
2011-06-04
rustc: Hide the parser from syntax extensions
Brian Anderson
-1
/
+1
2011-06-04
rustc: Add a next_ann method to ext_ctxt
Brian Anderson
-1
/
+1
2011-06-04
rustc: Return the correct span from parse_seq
Brian Anderson
-7
/
+4
2011-06-04
rustc: Pass the correct span to syntax extensions
Brian Anderson
-1
/
+2
2011-06-04
rustc: Introduce ext module. Move some things from parser to ext.
Brian Anderson
-22
/
+10
2011-06-03
"macro" -> "syntax extension" for now
Paul Stansifer
-22
/
+22
2011-06-03
Make the macro system more modular.
Paul Stansifer
-41
/
+54
2011-06-03
Add spans to fields, args, methods. Improve pp of same.
Graydon Hoare
-10
/
+10
2011-06-03
Accept *foo as a pointer to foo.
Rafael Ávila de Espíndola
-0
/
+5
2011-06-01
Move brace/if/for/while/do/alt/spawn exprs into bottom_expr rule.
Graydon Hoare
-23
/
+19
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-2
/
+2
2011-05-31
Support move as an initializer.
Michael Sullivan
-0
/
+5
2011-05-31
Insert plumbing for move that behaves just like assign.
Michael Sullivan
-0
/
+6
2011-05-31
Teach the compiler to understand yield and join, as well as using task as a t...
Eric Holk
-1
/
+1
2011-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-3
/
+3
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-1
/
+2
2011-05-31
Improve comment handling in pp.
Graydon Hoare
-1
/
+1
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-8
/
+8
[prev]
[next]