about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2014-07-13libstd: Add a few doc examplesAnton Lofgren-7/+45
2014-07-11std: Move MemoryMap fields to methodsAlex Crichton-6/+12
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-07-03Test fixes from the rollupAlex Crichton-1/+1
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-03Add os::join_paths, make setenv non-utf8 capableAaron Turon-60/+147
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-30auto merge of #14613 : schmee/rust/utf16-iterator, r=huonwbors-5/+9
2014-06-30Add `utf16_units`John Schmidt-5/+9
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-35/+39
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+4
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+4
2014-06-18fix signatures of mmap-related functions from libcDaniel Micay-6/+5
2014-06-16Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707Jorge Aparicio-0/+15
2014-06-16std: Improve pipe() functionalityAlex Crichton-23/+34
2014-06-12Basic iOS supportValerii Hiora-0/+81
2014-06-11auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc...bors-76/+140
2014-06-12Improve docs and refactore std::os.Axel Viala-76/+140
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+2
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-31/+15
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-1/+1
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