about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-2/+1
2014-11-15libstd: improve os::args() docLiigo Zhuang-0/+4
2014-11-12Fix documentation bugBarosl Lee-0/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-5/+5
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-29/+6
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-151/+4
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-5/+5
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+14
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-12/+12
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-5/+5
2014-10-10Register new snapshotsAlex Crichton-5/+5
2014-10-09std: Convert statics to constantsAlex Crichton-53/+53
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