| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
This lets us pass them to generic functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/rustc/middle/tstate/auxiliary.rs
|
|
|
|
|
|
This reverts commit 9fae95860de510f6874810cf43efb83f101246ef.
|
|
|
|
|
|
types.
|
|
trans now can safely assert that it never sees a type param
|
|
this also repairs the unsoundness in typing of unpack_slice,
which was silently converting a const ptr to an imm one.
|
|
|
|
|
|
|
|
|
|
the bfs code. Also, remove trailing white space.
|
|
|
|
and copies arcs between tasks better.
|
|
|
|
Sadly, this exposes another ICE when trying to use the new version with Graph500
|
|
|
|
Also added some asserts and logging to trans.
Modified graph500 to use the shared_arc, but this unfortunately doesn't work due to #2444.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|