about summary refs log tree commit diff
path: root/src/comp/middle/resolve.rs
AgeCommit message (Expand)AuthorLines
2011-01-12Call find_final_def directly in fold_view_item_import. It is both cleaner andRafael Ávila de Espíndola-1/+1
2011-01-12Change mod_index_entry to point directly to items and view_items.Rafael Ávila de Espíndola-6/+6
2011-01-11Fix another import case we got wrong: The local environment should notRafael Ávila de Espíndola-27/+47
2011-01-11Fix two invalid import cases we were not detecting:Rafael Ávila de Espíndola-12/+29
2011-01-07Add sufficient import support to compile some simple single-crate programs.Rafael Ávila de Espíndola-32/+111
2011-01-04Add names from imports to the namespace.Rafael Ávila de Espíndola-2/+2
2011-01-04Add support for looking up a name introduced by a 'use'.Rafael Ávila de Espíndola-0/+14
2010-12-31Change resolve errs to span_errs.Graydon Hoare-4/+4
2010-12-30Teach resolve to find obj fields and ty params from methods.Graydon Hoare-0/+12
2010-12-15rustc: Resolve type paramsPatrick Walton-1/+6
2010-12-14Teach resolve about obj items.Graydon Hoare-0/+3
2010-12-12rustc: Fix nonexhaustive match failure on unresolved identifiersPatrick Walton-0/+1
2010-12-12rustc: Resolve variant names in patternsPatrick Walton-1/+26
2010-12-12rustc: "resoling" -> "resolving" typoPatrick Walton-3/+3
2010-12-11rustc: Remove "update_env_for_arm" debugging messagePatrick Walton-1/+0
2010-12-10rustc: Resolve pattern bindingsPatrick Walton-1/+17
2010-12-09First sketch of support for const items, not including most of trans.Graydon Hoare-0/+3
2010-12-08Fix missing case in resolve, un-XFAIL rec-tup.rs.Graydon Hoare-0/+1
2010-12-01Add code to fail on non-exhaustive alt matching. Fix all cases this picked up...Graydon Hoare-0/+1
2010-12-01rustc: Resolve tag variant namesPatrick Walton-2/+21
2010-11-24rustc: Parse type-parametric typedefsPatrick Walton-1/+1
2010-11-24rustc: Parse type-parametric functionsPatrick Walton-2/+2
2010-11-22Resolve the easy case of type paths.Graydon Hoare-0/+35
2010-11-10rustc: Add an annotation to function and type items so that the typechecker c...Patrick Walton-3/+3
2010-11-05Move the option type to its own modulePatrick Walton-9/+9
2010-11-05Revert "Move the option type to its own module"Patrick Walton-2/+2
2010-11-05Move the option type to its own modulePatrick Walton-2/+2
2010-11-03rustc: Use an extensible annotation field instead of putting option[@ty] ever...Patrick Walton-2/+3
2010-10-22Implement check-exprs, un-xfail 5 rustc tests.Graydon Hoare-2/+2
2010-10-19Teach trans to allocate, initialize and load from local variables.Graydon Hoare-7/+14
2010-10-19Add a type slot to the ASTPatrick Walton-3/+3
2010-10-18Store items and decls in vecs to preserve input order, index externally. Impl...Graydon Hoare-14/+43
2010-10-18More work on resolving names in rustc. Basic expr_name lookup working on item...Graydon Hoare-24/+48
2010-10-18Begin sketching name lookup in rustc.Graydon Hoare-6/+74
2010-10-07Add a little code to resolve, to check that the fold interface works.Graydon Hoare-3/+25
2010-10-06Add the beginnings of an ast folder plus an empty module for resolve.Graydon Hoare-0/+6