aboutsummaryrefslogtreecommitdiff
path: root/src/comp/middle/resolve.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Implement check-exprs, un-xfail 5 rustc tests.Graydon Hoare2010-10-221-2/+2
* Teach trans to allocate, initialize and load from local variables.Graydon Hoare2010-10-191-7/+14
* Add a type slot to the ASTPatrick Walton2010-10-191-3/+3
* Store items and decls in vecs to preserve input order, index externally. Impl...Graydon Hoare2010-10-181-14/+43
* More work on resolving names in rustc. Basic expr_name lookup working on item...Graydon Hoare2010-10-181-24/+48
* Begin sketching name lookup in rustc.Graydon Hoare2010-10-181-6/+74
* Add a little code to resolve, to check that the fold interface works.Graydon Hoare2010-10-071-3/+25
* Add the beginnings of an ast folder plus an empty module for resolve.Graydon Hoare2010-10-061-0/+6