| Age | Commit message (Collapse) | Author | Lines |
|
handle the module-path/value-indexing distinction.
|
|
|
|
working.
|
|
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.
|
|
|
|
With this we go from "error: unresolved name: foo" to
"unimplemented definition variant for: foo" in
use foo;
fn main(vec[str] args) {
foo.bar();
}
|
|
parsing regular items.
|
|
|
|
dummy function for crate files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into typeck
|
|
|
|
|
|
|
|
|
|
complex calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arguments later
|
|
|
|
|
|
up in rustc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|