index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
rust_env.cpp
Age
Commit message (
Expand
)
Author
Lines
2013-05-04
improve DEBUG_BORROW printouts
Niko Matsakis
-0
/
+2
2013-05-03
Change borrow debugging so it is disabled by -O
Niko Matsakis
-2
/
+0
2013-05-01
add an option to debug borrows (RUST_DEBUG_BORROW) so you can
Niko Matsakis
-0
/
+2
2013-04-26
rt: Set the stack depth limit to 1GB. Abort on error.
Brian Anderson
-1
/
+1
2013-03-16
rt: Add RUST_DEBUG_MEM to rust_env to avoid races
Brian Anderson
-0
/
+2
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
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
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
2011-12-18
Revert "rt: Turn on big stacks again. Unwinding still doesn't always succeed ...
Brian Anderson
-1
/
+1
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