mirror of
https://github.com/urbit/ares.git
synced 2024-11-24 17:56:38 +03:00
bd27200ef3
* Dropping sword guard alloc_would_oom, guarding alloc now stack push_east/push_west Fixed cue_pill benchmark frame_push, preserve, purging unused Result warnings Test cleanup, tests for stack push and frame push slot_pointer and alloc in previous frame, not working correctly yet Slot pointer and slots available checks test_prev_alloc seems to be fixed now Updating TODO: comments Fix stash push in PC interpreter: convert AllocationError to NonDeterministic(Mote::Meme, _) delete serf and PMA Use with_frame() instead of frame_push()/frame_pop() everywhere except interpret() Fix AllocPreviousFrame case of OOM check and add FlipTopFrame case Co-authored-by: Edward Amsden <edward@blackriversoft.com> * sundry fixes to alloc_would_oom_ and nounlist roundtrips * proper direction in prev_alloc oom check * delete guard.rs --------- Co-authored-by: Chris Allen <cma@bitemyapp.com>
7 lines
171 B
TOML
7 lines
171 B
TOML
[toolchain]
|
|
# Generally latest stable.
|
|
# If we need to change to nightly please
|
|
# note the reason why in this comment.
|
|
# channel = "1.77.0"
|
|
channel = "nightly-2024-04-19"
|