about summary refs log tree commit diff
path: root/src/libstd/generic_os.rs
AgeCommit message (Expand)AuthorLines
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-190/+0
2012-03-10Fix Windows build breakageTim Chevalier-1/+1
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-2/+1
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+1
2012-03-05std: Use util::unreachableBrian Anderson-1/+1
2012-03-02std: vec::to_ptr -> vec::unsafe::to_ptrBrian Anderson-1/+1
2012-02-17std: Add some env() and getenv() testsChris Peterson-9/+46
2012-02-17std: Fix env() assert when an environment variable's value contains a '=' charChris Peterson-1/+1
2012-02-07std: Use correct split function in generic_os::envBrian Anderson-1/+1
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-10/+12
2012-01-31Change option::t to optionTim Chevalier-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-1/+1
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+50
2012-01-04"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")Lenny222-1/+1
2012-01-01freebsd supportUser Jyyou-0/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+1
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+99