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-25
Print an error if we try to refer to a module in an expr_path.
Rafael Ávila de Espíndola
-1
/
+11
2011-01-25
Small first step in expr_path. Call find_final_def just to detect
Rafael Ávila de Espíndola
-24
/
+38
2011-01-24
Remove unimplemented erorr and enable test.
Rafael Ávila de Espíndola
-5
/
+0
2011-01-24
Implement a bit of type parameter matching to get a simple case working.
Rafael Ávila de Espíndola
-4
/
+0
2011-01-20
Teach resolve about linear for loops.
Graydon Hoare
-2
/
+26
2011-01-19
Look at the type params of an item_ty when resolving.
Rafael Ávila de Espíndola
-1
/
+8
2011-01-18
Twiddle comment.
Graydon Hoare
-1
/
+1
2011-01-18
One last refactoring of the import handling:
Rafael Ávila de Espíndola
-79
/
+109
2011-01-17
Enable more tests.
Rafael Ávila de Espíndola
-1
/
+1
2011-01-17
Fix the last known (to me) bug in import resolution. We were not properly
Rafael Ávila de Espíndola
-12
/
+27
2011-01-17
Some misc cleanups:
Rafael Ávila de Espíndola
-25
/
+26
2011-01-14
Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a
Rafael Ávila de Espíndola
-5
/
+22
2011-01-14
Make lookup non recursive and instead move the recursion just to
Rafael Ávila de Espíndola
-60
/
+88
2011-01-13
Change single-ident expr_ident to greedy/fat multi-ident expr_path, to handle...
Graydon Hoare
-15
/
+51
2011-01-12
Produce better errors for invalid imports.
Rafael Ávila de Espíndola
-0
/
+6
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
[prev]
[next]