about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2014-06-06Removing unused wrapper to libc::close.Axel Viala-6/+0
2014-06-05auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichtonbors-4/+57
2014-06-05Improve documentation on std::os::env.Axel Viala-2/+11
2014-06-05Adding examples and possible failures for getcwd.Axel Viala-2/+36
2014-06-04Add code example to std::os::getenv for unix.Axel Viala-0/+10
2014-06-03std: Remove generics from Option::expectAlex Crichton-3/+1
2014-05-30Add os::split_pathsAaron Turon-2/+94
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+2
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-13/+13
2014-05-25De-realstd os::argsKevin Ballard-14/+1
2014-05-25libstd: Remove unnecessary re-exports under std::stdKevin Ballard-5/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-16/+16
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-26/+35
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-53/+65
2014-05-15Updates with core::fmt changesAlex Crichton-5/+5
2014-05-14librand: Remove all uses of `~str` from `librand`Patrick Walton-3/+3
2014-05-13Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsAPhil Ruffwind-9/+31
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-1/+5
2014-05-12Test fixes from rollupAlex Crichton-2/+1
2014-05-12Remove an unnecessary .move_iter().collect()Simon Sapin-1/+1
2014-05-09auto merge of #14054 : luqmana/rust/at, r=alexcrichtonbors-7/+9
2014-05-08libstd: Check TMPDIR for android as well and if not set use '/data/local/tmp'...Luqman Aden-7/+9
2014-05-08Handle fallout in osKevin Ballard-24/+24
2014-05-07Test fixes and rebase conflictsAlex Crichton-3/+5
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-25Cleaned up os::consts. The module only exposes constants for the target OS an...Michael Darakananda-172/+130
2014-04-19auto merge of #13613 : alexcrichton/rust/fix-freebsd-compile, r=brsonbors-3/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-7/+7
2014-04-18std: Fix compiling on FreeBSDAlex Crichton-3/+2
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-25/+20
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-14/+11
2014-04-15std: Remove pub use globsBrian Anderson-11/+21
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+4
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-11/+15
2014-04-01std: migrate the errno -> IoError converter from libnative.Huon Wilson-11/+15
2014-03-31std: Switch field privacy as necessaryAlex Crichton-5/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-8/+4
2014-03-25libstd: Document the following modules:Patrick Walton-3/+123
2014-03-22std::os: Handle FormatMessage failureklutzy-3/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-10/+10
2014-03-15Test fixes and rebase conflictsAlex Crichton-7/+4
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-8/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+0
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-4/+0
2014-03-12rand: deprecate `rng`.Huon Wilson-1/+1