| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
type in question has a dynamic size
|
|
|
|
|
|
support to resolve.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compilation environment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
discriminants
|
|
|
|
|
|
|
|
does it.
|
|
|
|
the fn/closure pairs.
Disable native2.rs for now as we are not yet defining the wrappers and it
fails to link.
|
|
fn write(int fd, rustrt.vbuf buf, uint count) -> int;
compiles to
declare i32 @write(i32, i8*, i32)
and a rust
fn vec_buf[T](vec[T] v, uint offset) -> vbuf;
compiles to
declare i8* @vec_buf(%task*, %tydesc*, %"vec[<P0:2>]", i32)
which I think is the correct declaration for both :-)
|
|
fix a bug that was causing all tags to compare equal.
|
|
|
|
|
|
|
|
soon-to-be-deprecated tag info table
|
|
|
|
test" due to valgrind failures
This reverts commit 7a1d01effcfa5763bc62aefba40f67ad2130d28d.
|
|
|
|
|
|
|
|
|
|
soon.).
|