about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
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
2014-12-24Fix backtrace demanglingSteven Fackler-4/+4
2014-12-21Fallout of std::str stabilizationAlex Crichton-7/+4
2014-12-21Remove a ton of public reexportsCorey Farwell-2/+2
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+0
2014-12-18Rebasing fixes.Aaron Turon-11/+19
2014-12-18std: Move the panic flag to its own thread localAlex Crichton-11/+0
2014-12-18Revise std::thread API to join by defaultAaron Turon-10/+12
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-3/+2
2014-12-18Fallout from new thread APIAaron Turon-12/+13
2014-12-18Revise rt::unwindAaron Turon-6/+24
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-3/+2
2014-12-18Introduce std::threadAaron Turon-0/+60
2014-12-18Remove rt::bookkeepingAaron Turon-2/+1
2014-12-18libs: merge librustrt into libstdAaron Turon-5/+497
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-3/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-21/+27
2014-12-09rollup merge of #19577: aidancully/masterAlex Crichton-1/+17
2014-12-05prefer "FIXME" to "TODO".Aidan Cully-1/+1
2014-12-05work around portability issue on FreeBSD, in which the key returned fromAidan Cully-1/+17
2014-12-05Fall out of the std::sync rewriteAlex Crichton-12/+21