| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
leaves of results with residual vars. Cheap but kinda works.
|
| | |
|
| | |
|
| |
|
|
| |
native mod foo = "bar" ...
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
unusual field alignment.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
type declarations.
|
| |
|
|
| |
to glue of derived tydescs.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
derived tydesc.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
tydescs to work.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in
-------------------
type foo = rec(int a);
mod m1 {
mod m2 {
const foo bar = rec(a = 4);
}
}
fn main(vec[str] args) {
log m1.m2.bar.a;
}
-------------------
|
| | |
|
| | |
|
| |
|
|
| |
pat_tag to hold a path.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
constructor calls.
|
| | |
|
| |
|
|
|
| |
unresolved names. find_final_def is going to be extended to return the
final expr.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Un-XFAIL const.rs.
|
| |\ |
|