about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2015-01-24Add ffi::OsString and OsStrAaron Turon-2/+1225
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-8/+8
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-1/+2
2015-01-21Fallout from stabilization.Aaron Turon-8/+8
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+2
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-0/+12
2015-01-11powerpc: Janky segmented stack supportRicho Healey-0/+12
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-3/+3
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+5
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-14/+14
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06Fix falloutCorey Richardson-14/+14
2015-01-05std: Redesign c_str and c_vecAlex Crichton-6/+8
2015-01-03Remove deprecated functionalityAlex Crichton-4/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-7/+7
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+12
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-4/+4
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+0
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-2/+3
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-12/+13
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2015-01-02More falloutNick Cameron-1/+1
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-2/+2
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-2/+3
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-38/+49
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+38
2014-12-30std: Re-enable at_exit()Alex Crichton-49/+38
2014-12-29Test fixes and rebase conflictsAlex Crichton-2/+2
2014-12-29rollup merge of #20216: sfackler/fix-manglingAlex Crichton-4/+4
2014-12-29rollup merge of #20042: alexcrichton/second-pass-ptrAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-2/+2
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-5/+5
2014-12-29std: Stabilize the prelude moduleAlex Crichton-12/+13
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+38
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-1/+8
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-3/+5
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+5
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-4/+4