summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-4/+6
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-4/+5
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-4/+6
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-5/+5
2015-01-06rollup merge of #20652: vhbit/thread-key-typeAlex Crichton-2/+10
2015-01-07markers -> markerNick Cameron-5/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-9/+9
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-5/+5
2015-01-06Tuning pthread_key_t typeMichael Neumann-2/+10
2015-01-05std: Redesign c_str and c_vecAlex Crichton-67/+60
2015-01-03Remove deprecated functionalityAlex Crichton-13/+14
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-12/+12
2015-01-03Initial version of AArch64 support.Akos Kiss-7/+15
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