about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-5/+7
2015-01-21rollup merge of #21414: ejjeong/aarch64-linux-androidAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-1/+1
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-2/+2
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-5/+7
2015-01-17Register new snapshots.Eduard Burtescu-6/+4
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-20/+161
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-20/+161
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-6/+16
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-1/+1
2015-01-11powerpc: pthread supportRicho Healey-3/+6
2015-01-11powerpc: Fixup more stack workRicho Healey-0/+1
2015-01-11powerpc: add cdefs for linuxRicho Healey-3/+9
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-1/+1
2015-01-11Give mmap a page-aligned stack start addressClifford Caoile-1/+13
2015-01-09Merge pull request #20699 from vhbit/ios-archsbors-3/+6
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-3/+6
2015-01-09Merge pull request #20741 from mneumann/dragonfly-pthread-mutexbors-0/+37
2015-01-08Fix destroy assertions in mutex/rwlock/condvarMichael Neumann-0/+37
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