about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-2/+0
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-8/+5
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-13/+13
2015-01-02std: Stabilize the prelude moduleAlex Crichton-29/+32
2015-01-01std: Second pass stabilization of syncAlex Crichton-9/+5
2015-01-02More falloutNick Cameron-16/+16
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-16/+16
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-31/+43
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-5/+5
2014-12-30Fallout from stabilizationAaron Turon-5/+5
2014-12-30rollup merge of #20321: epall/patch-1Alex Crichton-2/+2
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-43/+31
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29Fix impl of Send and Sync for mipsEric Allen-2/+2
2014-12-29rollup merge of #20231: fhahn/issue-20226-eexistAlex Crichton-0/+2
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-13/+13
2014-12-29std: Stabilize the prelude moduleAlex Crichton-29/+32
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+1
2014-12-27Make trait's impls consistent for unix/windowsFlavio Percoco-0/+5
2014-12-26Relax `Arc` bounds don't require Sync+SendFlavio Percoco-3/+2
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-1/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-7/+13
2014-12-26Require types to opt-in SyncFlavio Percoco-4/+15
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+2
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-1/+11
2014-12-22Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-21rollup merge of #20029: vhbit/ios-no-rtAlex Crichton-2/+2
2014-12-21Remove a ton of public reexportsCorey Farwell-2/+4
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-14/+13
2014-12-19load_self() needs to be publicMichael Neumann-1/+1
2014-12-19iOS: fallout of runtime removalValerii Hiora-2/+2
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-1/+11
2014-12-18Revise std::thread API to join by defaultAaron Turon-5/+6
2014-12-18Fix compilation on linuxAlex Crichton-1/+1
2014-12-18Fallout from new thread APIAaron Turon-24/+10
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-2/+2
2014-12-18Refactor std::os to use sys::osAaron Turon-3/+132
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+1057
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-4/+4
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-5/+11
2014-12-13libstd: use tuple indexingJorge Aparicio-4/+4
2014-12-13libstd: use unboxed closuresJorge Aparicio-5/+8
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-1/+1
2014-12-06libstd: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-12-05rollup merge of #19454: nodakai/libstd-reap-failed-childCorey Richardson-10/+33