about summary refs log tree commit diff
path: root/src/libcore/rt/env.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-49/+0
This only changes the directory names; it does not change the "real" metadata names.
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
find out where the offending borrow occurred. This ... still needs some work.
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-1/+1
This starts moving a bunch of privacy checks into the privacy checking phase and out of resolve.
2013-03-16rt: Add RUST_DEBUG_MEM to rust_env to avoid racesBrian Anderson-0/+47