| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
line.
|
|
|
|
unresolved names. find_final_def is going to be extended to return the
final expr.
|
|
|
|
|
|
|
|
|
|
|
|
mlist.rs.
|
|
Un-XFAIL const.rs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dropping the inner part of the environment when an intermediate item resolved
in an outer scope.
|
|
module, we should look for 'b' *just* in the module 'a' and then continue
resolving b.c in the environment created by updating *with* a.
Still not 100% correct, but getting there.
|
|
find_final_def. Use the fact that the recursion is in a simpler function to
detected import loops and exit.
|
|
|
|
|
|
interfere with the import statements.
|
|
* If an import was unused we would never print any errors for it.
* We would keep the existing environment in scope when descending 'foo.bar'
and would find 'bar' in the global environment if there was no 'bar' in
'foo'.
|
|
|
|
|
|
|
|
This is likely not the final solution. It does repetitive work and doesn't produce
errors for invalid but unused imports. In any case, I think it is a useful step.
|
|
|
|
|
|
silently pass.
|
|
|
|
|
|
versions of git
|
|
the test suite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Un-XFAIL alt-tag.rs.
|
|
|
|
first 3 vec tests.
|