index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
front
/
ast.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add def id to ast for obj fields.
Graydon Hoare
2010-12-30
1
-0
/
+1
*
Record the ast of uses and imports.
Rafael Ávila de Espíndola
2010-12-30
1
-0
/
+14
*
rustc: Move type logic out of typeck so trans doesn't look like it's calling ...
Patrick Walton
2010-12-21
1
-3
/
+2
*
rustc: Add bind expressions to the AST
Patrick Walton
2010-12-20
1
-0
/
+1
*
Sketch trans_vtbl.
Graydon Hoare
2010-12-16
1
-2
/
+2
*
Add ty_obj to ast and parser.
Graydon Hoare
2010-12-14
1
-0
/
+3
*
Add obj items to AST and parser.
Graydon Hoare
2010-12-14
1
-0
/
+11
*
rustc: Add a definition ID to tag patterns
Patrick Walton
2010-12-12
1
-1
/
+3
*
rustc: Resolve pattern bindings
Patrick Walton
2010-12-10
1
-1
/
+2
*
rustc: Add def ids to pattern bindings
Patrick Walton
2010-12-10
1
-1
/
+1
*
First sketch of support for const items, not including most of trans.
Graydon Hoare
2010-12-09
1
-0
/
+1
*
Implement binop= forms. Un-XFAIL bitwise.rs.
Graydon Hoare
2010-12-08
1
-0
/
+1
*
rustc: Add def ids to variant arguments so we can turn them into function arg...
Patrick Walton
2010-12-03
1
-1
/
+2
*
Parse layer and effect annotations.
Graydon Hoare
2010-12-03
1
-7
/
+22
*
rustc: Annotate variants with their types. This may be useful for trans!
Patrick Walton
2010-12-01
1
-1
/
+1
*
rustc: Resolve tag variant names
Patrick Walton
2010-12-01
1
-2
/
+7
*
Tidy up structural types for rec, tup AST and typeck nodes.
Graydon Hoare
2010-11-30
1
-3
/
+7
*
rustc: Add def ids to variants
Patrick Walton
2010-11-30
1
-1
/
+2
*
rustc: Implement the block syntax discussed on the mailing list
Patrick Walton
2010-11-29
1
-0
/
+1
*
Add ty_rec and parse it.
Graydon Hoare
2010-11-29
1
-0
/
+1
*
Change mutability into a type constructor.
Graydon Hoare
2010-11-29
1
-1
/
+1
*
Change from bool to tag ast.mutability.
Graydon Hoare
2010-11-29
1
-2
/
+7
*
Add ast.ty_mutable.
Graydon Hoare
2010-11-29
1
-0
/
+1
*
rustc: Assign definition IDs to type params
Patrick Walton
2010-11-24
1
-1
/
+2
*
rustc: Parse type-parametric typedefs
Patrick Walton
2010-11-24
1
-1
/
+1
*
rustc: Parse type-parametric tags
Patrick Walton
2010-11-24
1
-1
/
+1
*
rustc: Parse type-parametric functions
Patrick Walton
2010-11-24
1
-1
/
+2
*
rustc: Add patterns to fold
Patrick Walton
2010-11-24
1
-5
/
+5
*
rustc: Parse simple patterns
Patrick Walton
2010-11-24
1
-0
/
+10
*
rustc: Parse tag items. Currently segfaults in copy glue.
Patrick Walton
2010-11-24
1
-0
/
+3
*
Support mach types in rustc, enable 5 more tests.
Graydon Hoare
2010-11-22
1
-0
/
+2
*
rustc: First stab at a typechecker
Patrick Walton
2010-11-19
1
-1
/
+4
*
rustc: Add a type annotation for locals
Patrick Walton
2010-11-12
1
-1
/
+2
*
rustc: Add an annotation to function and type items so that the typechecker c...
Patrick Walton
2010-11-10
1
-2
/
+2
*
rustc: Implement function types
Patrick Walton
2010-11-05
1
-0
/
+1
*
Move the option type to its own module
Patrick Walton
2010-11-05
1
-8
/
+7
*
Revert "Move the option type to its own module"
Patrick Walton
2010-11-05
1
-0
/
+1
*
Move the option type to its own module
Patrick Walton
2010-11-05
1
-1
/
+0
*
rustc: Use an extensible annotation field instead of putting option[@ty] ever...
Patrick Walton
2010-11-03
1
-16
/
+22
*
Support while and do-while loops in rustc.
Graydon Hoare
2010-11-03
1
-0
/
+2
*
Implement check-exprs, un-xfail 5 rustc tests.
Graydon Hoare
2010-10-22
1
-0
/
+1
*
Teach trans to allocate, initialize and load from local variables.
Graydon Hoare
2010-10-19
1
-1
/
+1
*
Partial work on adding types to the AST
Patrick Walton
2010-10-19
1
-13
/
+13
*
Store items and decls in vecs to preserve input order, index externally. Impl...
Graydon Hoare
2010-10-18
1
-8
/
+16
*
More work on resolving names in rustc. Basic expr_name lookup working on item...
Graydon Hoare
2010-10-18
1
-23
/
+18
*
Roll back the expr->lval change. We're now LL(1) again.
Patrick Walton
2010-10-18
1
-9
/
+4
*
Encode and decode tag types in dwarf properly. Add list module to std. Shift ...
Graydon Hoare
2010-10-15
1
-3
/
+1
*
Finish the fold drivers in fold.rs.
Graydon Hoare
2010-10-14
1
-1
/
+1
*
rustc: Start work on lvals
Patrick Walton
2010-10-14
1
-3
/
+9
*
rustc: Parse vector types
Patrick Walton
2010-10-13
1
-0
/
+1
[next]