about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-43/+46
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-31/+31
2015-01-03Initial version of AArch64 support.Akos Kiss-8/+27
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-10/+5
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-2/+3
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-11/+8
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-15/+15
2015-01-02Properly deal with Ordering in the guideSteve Klabnik-0/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-66/+77
2015-01-01std: Second pass stabilization of syncAlex Crichton-12/+8
2015-01-02More falloutNick Cameron-29/+29
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-26/+26
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-3/+5
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-2/+3
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-118/+182
2014-12-31Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-8/+10
2014-12-30Fallout from stabilizationAaron Turon-7/+9
2014-12-30rollup merge of #20321: epall/patch-1Alex Crichton-2/+2
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+40
2014-12-30std: Re-enable at_exit()Alex Crichton-184/+119
2014-12-29Test fixes and rebase conflictsAlex Crichton-13/+13
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/+4
2014-12-29rollup merge of #20216: sfackler/fix-manglingAlex Crichton-4/+4
2014-12-29rollup merge of #20042: alexcrichton/second-pass-ptrAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-15/+15
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-5/+5
2014-12-29std: Stabilize the prelude moduleAlex Crichton-56/+63
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+40
2014-12-27Make trait's impls consistent for unix/windowsFlavio Percoco-0/+5
2014-12-27Implement Sync/Send for windows' UnixStreamFlavio Percoco-0/+6
2014-12-26Implement Sync/Send for windows TCP typesFlavio Percoco-0/+12
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-1/+11
2014-12-26Relax `Arc` bounds don't require Sync+SendFlavio Percoco-3/+2
2014-12-26Implement `Sync` for some windows sys typesFlavio Percoco-0/+8
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-1/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-10/+18
2014-12-26Require types to opt-in SyncFlavio Percoco-4/+20
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+4
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-4/+4
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-1/+11
2014-12-24Fix backtrace demanglingSteven Fackler-4/+4
2014-12-22Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-13/+11
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+38