| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-04 | rt: Remove CHECK_CLAIMS | Brian Anderson | -2/+0 | |
| 2012-10-03 | Attempt to fix os::args errors on various platforms. | Graydon Hoare | -2/+3 | |
| 2012-04-03 | Refactor includes structure, getting rid of rust_internal.h | Jon Morton | -1/+1 | |
| Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h | ||||
| 2012-03-31 | rt: Fix whitespace | Brian Anderson | -2/+2 | |
| 2012-03-02 | rt: Move RUST_POISON_ON_FREE into rust_env | Brian Anderson | -0/+2 | |
| 2012-01-11 | rt: Add RUST_MAX_STACK env var with 8MB default | Brian Anderson | -3/+16 | |
| Closes #1489 | ||||
| 2011-12-18 | Revert "rt: Turn on big stacks again. Unwinding still doesn't always succeed ↵ | Brian Anderson | -1/+1 | |
| on mac" This reverts commit 68f4849f0f52bc37fc24a36fb7e14002bdb2cd61. | ||||
| 2011-12-17 | rt: Turn on big stacks again. Unwinding still doesn't always succeed on mac | Brian Anderson | -1/+1 | |
| 2011-12-17 | rt: Set the default stack size to 768 bytes. Double on each alloc | Brian Anderson | -4/+1 | |
| 2011-07-28 | No strnlen on mac | Brian Anderson | -4/+3 | |
| 2011-07-28 | Do all runtime calls to getenv at initialization | Brian Anderson | -0/+119 | |
| getenv is not threadsafe and (maybe as a result) it's randomly crashing with CFLAGS=-g and RUST_THREADS=32. Calls from rust code are still on their own. | ||||
