| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
functions.
|
| |
|
|
| |
param types
|
| | |
|
| |\ |
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
| |
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();
}
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(in the LLVM sense) obj argument.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
it around via objects isn't as costly
|
| | |
|
| |
|
|
| |
into typeck
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
police, and make obj/fn structural.
|
| |
|
|
| |
Also fix a level-of-indirection problem with tydesc params.
|
| | |
|
| | |
|
| | |
|