about summary refs log tree commit diff
path: root/src/libcore/rt/env.rs
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-2/+4
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-1/+1
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-0/+47