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
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2010-12-14
Add obj items to AST and parser.
Graydon Hoare
-0
/
+11
2010-12-12
rustc: Add a definition ID to tag patterns
Patrick Walton
-1
/
+3
2010-12-10
rustc: Resolve pattern bindings
Patrick Walton
-1
/
+2
2010-12-10
rustc: Add def ids to pattern bindings
Patrick Walton
-1
/
+1
2010-12-09
First sketch of support for const items, not including most of trans.
Graydon Hoare
-0
/
+1
2010-12-08
Implement binop= forms. Un-XFAIL bitwise.rs.
Graydon Hoare
-0
/
+1
2010-12-03
rustc: Add def ids to variant arguments so we can turn them into function arg...
Patrick Walton
-1
/
+2
2010-12-03
Parse layer and effect annotations.
Graydon Hoare
-7
/
+22
2010-12-01
rustc: Annotate variants with their types. This may be useful for trans!
Patrick Walton
-1
/
+1
2010-12-01
rustc: Resolve tag variant names
Patrick Walton
-2
/
+7
2010-11-30
Tidy up structural types for rec, tup AST and typeck nodes.
Graydon Hoare
-3
/
+7
2010-11-30
rustc: Add def ids to variants
Patrick Walton
-1
/
+2
2010-11-29
rustc: Implement the block syntax discussed on the mailing list
Patrick Walton
-0
/
+1
2010-11-29
Add ty_rec and parse it.
Graydon Hoare
-0
/
+1
2010-11-29
Change mutability into a type constructor.
Graydon Hoare
-1
/
+1
2010-11-29
Change from bool to tag ast.mutability.
Graydon Hoare
-2
/
+7
2010-11-29
Add ast.ty_mutable.
Graydon Hoare
-0
/
+1
2010-11-24
rustc: Assign definition IDs to type params
Patrick Walton
-1
/
+2
2010-11-24
rustc: Parse type-parametric typedefs
Patrick Walton
-1
/
+1
2010-11-24
rustc: Parse type-parametric tags
Patrick Walton
-1
/
+1
2010-11-24
rustc: Parse type-parametric functions
Patrick Walton
-1
/
+2
2010-11-24
rustc: Add patterns to fold
Patrick Walton
-5
/
+5
2010-11-24
rustc: Parse simple patterns
Patrick Walton
-0
/
+10
2010-11-24
rustc: Parse tag items. Currently segfaults in copy glue.
Patrick Walton
-0
/
+3
2010-11-22
Support mach types in rustc, enable 5 more tests.
Graydon Hoare
-0
/
+2
2010-11-19
rustc: First stab at a typechecker
Patrick Walton
-1
/
+4
2010-11-12
rustc: Add a type annotation for locals
Patrick Walton
-1
/
+2
2010-11-10
rustc: Add an annotation to function and type items so that the typechecker c...
Patrick Walton
-2
/
+2
2010-11-05
rustc: Implement function types
Patrick Walton
-0
/
+1
2010-11-05
Move the option type to its own module
Patrick Walton
-8
/
+7
2010-11-05
Revert "Move the option type to its own module"
Patrick Walton
-0
/
+1
2010-11-05
Move the option type to its own module
Patrick Walton
-1
/
+0
2010-11-03
rustc: Use an extensible annotation field instead of putting option[@ty] ever...
Patrick Walton
-16
/
+22
2010-11-03
Support while and do-while loops in rustc.
Graydon Hoare
-0
/
+2
2010-10-22
Implement check-exprs, un-xfail 5 rustc tests.
Graydon Hoare
-0
/
+1
2010-10-19
Teach trans to allocate, initialize and load from local variables.
Graydon Hoare
-1
/
+1
2010-10-19
Partial work on adding types to the AST
Patrick Walton
-13
/
+13
2010-10-18
Store items and decls in vecs to preserve input order, index externally. Impl...
Graydon Hoare
-8
/
+16
2010-10-18
More work on resolving names in rustc. Basic expr_name lookup working on item...
Graydon Hoare
-23
/
+18
2010-10-18
Roll back the expr->lval change. We're now LL(1) again.
Patrick Walton
-9
/
+4
2010-10-15
Encode and decode tag types in dwarf properly. Add list module to std. Shift ...
Graydon Hoare
-3
/
+1
2010-10-14
Finish the fold drivers in fold.rs.
Graydon Hoare
-1
/
+1
2010-10-14
rustc: Start work on lvals
Patrick Walton
-3
/
+9
2010-10-13
rustc: Parse vector types
Patrick Walton
-0
/
+1
2010-10-12
rustc: Add mutability to tuple literals
Patrick Walton
-1
/
+1
2010-10-11
rustc: Add the tuple type to the AST
Patrick Walton
-0
/
+1
2010-10-11
rustc: Parse lets
Patrick Walton
-1
/
+1
2010-10-08
rustc: Make functions output a type, not a slot
Patrick Walton
-1
/
+1
2010-10-06
Add the beginnings of an ast folder plus an empty module for resolve.
Graydon Hoare
-2
/
+3
2010-10-06
Make ast node box uses more uniform in rustc.
Graydon Hoare
-7
/
+7
[prev]
[next]