about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Review and rebasing changes"Aaron Turon-1/+1
2014-10-02Review and rebasing changesNick Cameron-1/+1
2014-09-30Fix libstdSteven Fackler-20/+16
2014-09-23Fixed: iOS build was broken because of deprecated APIsValerii Hiora-3/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-23/+27
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-4/+5
2014-09-16Fallout from renamingAaron Turon-10/+10
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+2
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-6/+6
2014-08-23Remove stage0 attributes.Vadim Chugunov-1/+0
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-1/+1
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