about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-01-24Add ffi::OsString and OsStrAaron Turon-5/+1461
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-12/+12
2015-01-21Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-13/+16
2015-01-21rollup merge of #21414: ejjeong/aarch64-linux-androidAlex Crichton-2/+2
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-21rollup merge of #21389: retep998/timerAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-12/+12
2015-01-21Rollup merge of #21387 - retep998:hmodule, r=alexcrichtonBarosl LEE-1/+1
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-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-19Impl Send for Timer on WindowsPeter Atashian-1/+1
2015-01-19Fix HMODULEPeter Atashian-1/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-13/+16
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-0/+7
2015-01-17Register new snapshots.Eduard Burtescu-8/+6
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-20/+212
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-20/+212
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-6/+28
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-1/+1
2015-01-12Change Mutex to use SRWLock on Windows.Peter Atashian-83/+49
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-8/+8
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-11powerpc: Janky segmented stack supportRicho Healey-0/+12
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-8/+8
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-2/+2
2015-01-07More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-4/+4
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-6/+11
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-7/+11
2015-01-07use slicing sugarJorge Aparicio-4/+4
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-7/+11
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-6/+11
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06More test fixesAlex Crichton-21/+20
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-14/+14
2015-01-06rollup merge of #20650: klutzy/omg-windows-error-modeAlex Crichton-0/+7
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1