about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-2/+3
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-1/+1
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-2/+2
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-2/+3
2014-08-06auto merge of #16291 : nham/rust/byte_literals, r=alexcrichtonbors-1/+1
2014-08-06Use byte literals in libstdnham-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+44
2014-07-24Add `string::raw::from_buf`Adolfo Ochagavía-2/+1
2014-07-24Fix travis errorsAdolfo Ochagavía-1/+1
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-5/+5
2014-07-24Deprecated `str::raw::from_c_str`Adolfo Ochagavía-1/+1
2014-07-24Remove OwnedStr traitAdolfo Ochagavía-4/+0
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-7/+7
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-1/+1
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-4/+4
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