about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2015-01-28Thread native name setting, fix #10302Vojtech Kral-15/+14
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-58/+58
2015-01-27Thread native name setting, fix #10302Vojtech Kral-2/+2
2015-01-27Thread native name setting, fix #10302Vojtech Kral-0/+40
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-56/+56
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+161
2015-01-25Auto merge of #20613 - dgriffen:master, r=alexcrichtonbors-1/+40
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+11
2015-01-24Add ffi::OsString and OsStrAaron Turon-1/+121
2015-01-24Implement winsize() for unix.Daniel Griffen-1/+40
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
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