summary refs log tree commit diff
path: root/src/libcore/os.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-4/+5
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-7/+7
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2012-03-20Revert order of arguments to option::maybe and from_maybeMarijn Haverbeke-1/+1
2012-03-19core: Move unsafe conversions to str::unsafeBrian Anderson-2/+2
2012-03-19core: Make converting from a C string unsafeBrian Anderson-1/+1
2012-03-14Convert *u8 native string users to *c_charBrian Anderson-5/+5
2012-03-14core: Rename str::from_cstr et. al to from_bufBrian Anderson-2/+2
2012-03-14core:: Eliminate str::sbuf. Replace with *u8Brian Anderson-3/+3
2012-03-13Name types after their modules instead of 't'Brian Anderson-1/+0
2012-03-13core: Fix os::self_exe_path on FreeBSDBrian Anderson-1/+1
2012-03-13Overhaul constructor naming in libsBrian Anderson-3/+3
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-30/+121
2012-03-09core: Convert to rustdocBrian Anderson-56/+30
2012-03-09Add a couple more missing pieces to libc and os.Graydon Hoare-1/+1
2012-03-07add mutability annotations to libcoreNiko Matsakis-4/+4
2012-03-06More UTF-16 wrapping on win32. Close #1927.Graydon Hoare-80/+111
2012-03-06UTF-16-ify the win32 env routines.Graydon Hoare-5/+35
2012-03-06Export os, libc and path from libcore.Graydon Hoare-2/+0
2012-03-05Port fsync, waitpid and remove_file to core::{os,libc}.Graydon Hoare-1/+101
2012-03-02core: Fix os::load_self types on FreeBSDBrian Anderson-1/+1
2012-03-02Sadly, vec::init_elt_mut vanished since last (rushed) rebase.Graydon Hoare-1/+1
2012-03-02First cut at consolidated core::os module built on core::libc.Graydon Hoare-0/+529