| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement check-exprs, un-xfail 5 rustc tests. | Graydon Hoare | 2010-10-22 | 1 | -2/+2 | |
| * | Teach trans to allocate, initialize and load from local variables. | Graydon Hoare | 2010-10-19 | 1 | -7/+14 | |
| * | Add a type slot to the AST | Patrick Walton | 2010-10-19 | 1 | -3/+3 | |
| * | Store items and decls in vecs to preserve input order, index externally. Impl... | Graydon Hoare | 2010-10-18 | 1 | -14/+43 | |
| * | More work on resolving names in rustc. Basic expr_name lookup working on item... | Graydon Hoare | 2010-10-18 | 1 | -24/+48 | |
| * | Begin sketching name lookup in rustc. | Graydon Hoare | 2010-10-18 | 1 | -6/+74 | |
| * | Add a little code to resolve, to check that the fold interface works. | Graydon Hoare | 2010-10-07 | 1 | -3/+25 | |
| * | Add the beginnings of an ast folder plus an empty module for resolve. | Graydon Hoare | 2010-10-06 | 1 | -0/+6 | |