about summary refs log tree commit diff
path: root/src/rt/rust_env.cpp
AgeCommit message (Expand)AuthorLines
2013-05-04improve DEBUG_BORROW printoutsNiko Matsakis-0/+2
2013-05-03Change borrow debugging so it is disabled by -ONiko Matsakis-2/+0
2013-05-01add an option to debug borrows (RUST_DEBUG_BORROW) so you canNiko Matsakis-0/+2
2013-04-26rt: Set the stack depth limit to 1GB. Abort on error.Brian Anderson-1/+1
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-0/+2
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-10-04rt: Remove CHECK_CLAIMSBrian Anderson-2/+0
2012-10-03Attempt to fix os::args errors on various platforms.Graydon Hoare-2/+3
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-1/+1
2012-03-31rt: Fix whitespaceBrian Anderson-2/+2
2012-03-02rt: Move RUST_POISON_ON_FREE into rust_envBrian Anderson-0/+2
2012-01-11rt: Add RUST_MAX_STACK env var with 8MB defaultBrian Anderson-3/+16
2011-12-18Revert "rt: Turn on big stacks again. Unwinding still doesn't always succeed ...Brian Anderson-1/+1
2011-12-17rt: Turn on big stacks again. Unwinding still doesn't always succeed on macBrian Anderson-1/+1
2011-12-17rt: Set the default stack size to 768 bytes. Double on each allocBrian Anderson-4/+1
2011-07-28No strnlen on macBrian Anderson-4/+3
2011-07-28Do all runtime calls to getenv at initializationBrian Anderson-0/+119