about summary refs log tree commit diff
path: root/src/libstd/os.rs
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+6
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+0
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-10/+11
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+0
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-01std: Second pass stabilization of syncAlex Crichton-2/+2
2014-12-31Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-30Fallout from stabilizationAaron Turon-4/+5
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-10/+11
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-6/+6
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+1
2014-12-21Remove a ton of public reexportsCorey Farwell-9/+9
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+0
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+2
2014-12-18Fix compilation on linuxAlex Crichton-1/+0
2014-12-18Fallout from new thread APIAaron Turon-1/+1
2014-12-18Make at_exit initialize lazilyAaron Turon-1/+0
2014-12-18Allow args to work without rt initializationAaron Turon-5/+1
2014-12-18Refactor std::os to use sys::osAaron Turon-381/+25
2014-12-18libs: merge librustrt into libstdAaron Turon-2/+2
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-3/+3
2014-12-15rollup merge of #19787: akiss77/fix-i8-c_charBrian Anderson-1/+1
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-2/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-3/+3
2014-12-13libstd: add missing importsJorge Aparicio-0/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-4/+7
2014-12-12libc::c_char is not necessarily i8Akos Kiss-1/+1
2014-12-11Register new snapshotsAlex Crichton-3/+1
2014-12-10Fix inappropriate ## headingsSteve Klabnik-2/+2
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-3/+3
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-38/+34
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+12
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-3/+3
2014-12-07Make MemoryMap use HANDLE on Windows.Peter Atashian-38/+34
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-12/+15
2014-12-05Fall out of the std::sync rewriteAlex Crichton-6/+4
2014-12-03Fix falloutJorge Aparicio-2/+2
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-17/+13
2014-11-26/*! -> //!Steve Klabnik-17/+13
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-27/+21