aboutsummaryrefslogtreecommitdiff
path: root/src/comp/middle/resolve.rs
Commit message (Expand)AuthorAgeFilesLines
* Change resolve errs to span_errs.Graydon Hoare2010-12-311-4/+4
* Teach resolve to find obj fields and ty params from methods.Graydon Hoare2010-12-301-0/+12
* rustc: Resolve type paramsPatrick Walton2010-12-151-1/+6
* Teach resolve about obj items.Graydon Hoare2010-12-141-0/+3
* rustc: Fix nonexhaustive match failure on unresolved identifiersPatrick Walton2010-12-121-0/+1
* rustc: Resolve variant names in patternsPatrick Walton2010-12-121-1/+26
* rustc: "resoling" -> "resolving" typoPatrick Walton2010-12-121-3/+3
* rustc: Remove "update_env_for_arm" debugging messagePatrick Walton2010-12-111-1/+0
* rustc: Resolve pattern bindingsPatrick Walton2010-12-101-1/+17
* First sketch of support for const items, not including most of trans.Graydon Hoare2010-12-091-0/+3
* Fix missing case in resolve, un-XFAIL rec-tup.rs.Graydon Hoare2010-12-081-0/+1
* Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...Graydon Hoare2010-12-011-0/+1
* rustc: Resolve tag variant namesPatrick Walton2010-12-011-2/+21
* rustc: Parse type-parametric typedefsPatrick Walton2010-11-241-1/+1
* rustc: Parse type-parametric functionsPatrick Walton2010-11-241-2/+2
* Resolve the easy case of type paths.Graydon Hoare2010-11-221-0/+35
* rustc: Add an annotation to function and type items so that the typechecker c...Patrick Walton2010-11-101-3/+3
* Move the option type to its own modulePatrick Walton2010-11-051-9/+9
* Revert "Move the option type to its own module"Patrick Walton2010-11-051-2/+2
* Move the option type to its own modulePatrick Walton2010-11-051-2/+2
* rustc: Use an extensible annotation field instead of putting option[@ty] ever...Patrick Walton2010-11-031-2/+3
* 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