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