| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
sep() helper.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
derived typedefs).
|
| | |
|
| |
|
|
| |
tinderbox. And transplant 100 lines of comments from the ML code.
|
| |
|
|
| |
objs now.
|
| | |
|
| | |
|
| |
|
|
| |
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.
|
| | |
|