| Age | Commit message (Collapse) | Author | Lines |
|
|
|
The new scheduler does not yet implement split stacks
|
|
Place `pub` or `priv` on individual items instead.
|
|
|
|
|
|
|
|
rs=deexterning
|
|
rs=implflipping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#[legacy_exports];
|
|
|
|
|
|
|
|
|
|
#2907.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's been sitting unused long enough to have bitrotted completely.
|
|
|
|
|
|
This existed to make up for the lack of stack growth, and wasn't generally
safe.
|
|
|
|
|
|
Had to bump the min stack size in some of the tests from 256 bytes
to 1024 bytes. Not sure why yet.
|
|
|
|
|