about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-19load_self() needs to be publicMichael Neumann-1/+1
2014-12-19hashset: Clean up and rename the HashSet iteratorsbluss-46/+83
2014-12-19Register new snapshotsAlex Crichton-108/+0
2014-12-19windows: remove unused importJorge Aparicio-1/+0
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-81/+30
2014-12-19librustrt: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-19iOS: fallout of runtime removalValerii Hiora-2/+2
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-1/+11
2014-12-19auto merge of #19654 : aturon/rust/merge-rt, r=alexcrichtonbors-2710/+6758
2014-12-18Disable at_exit handlersAaron Turon-1/+4
2014-12-18Rebasing fixes.Aaron Turon-14/+22
2014-12-18Delete rest of rustrtAaron Turon-1/+2
2014-12-18std: Move the panic flag to its own thread localAlex Crichton-27/+21
2014-12-18std: Lower abstractions for thread_local/at_exitAlex Crichton-46/+78
2014-12-18Revise std::thread API to join by defaultAaron Turon-1008/+320
2014-12-18Update doc comment for std::rtAaron Turon-31/+6
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-39/+27
2014-12-18Tweak the startup routine to pass on linuxAlex Crichton-68/+65
2014-12-18Fix compilation on linuxAlex Crichton-9/+8
2014-12-18Fix the capture_stderr testAlex Crichton-4/+3
2014-12-18Disable capture_stderr test for nowAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-402/+277
2014-12-18Revise rt::unwindAaron Turon-46/+30
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-66/+73
2014-12-18Add blocking support module for channelsAaron Turon-308/+357
2014-12-18Remove rt::{local, local_data, thread_local_storage}Aaron Turon-524/+176
2014-12-18Introduce std::threadAaron Turon-720/+742
2014-12-18Remove rt::bookkeepingAaron Turon-72/+1
2014-12-18Make at_exit initialize lazilyAaron Turon-21/+23
2014-12-18Allow args to work without rt initializationAaron Turon-18/+10
2014-12-18Refactor std::os to use sys::osAaron Turon-387/+352
2014-12-18libs: merge librustrt into libstdAaron Turon-1043/+6306
2014-12-19auto merge of #19899 : japaric/rust/unops-by-value, r=nikomatsakisbors-0/+25
2014-12-18[collections] Adds `drain`: a way to sneak out the elements while clearing.Clark Gaebel-10/+157
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-8/+135
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-497/+13
2014-12-18libstd: convert `Duration` unops to by valueJorge Aparicio-0/+14
2014-12-18libstd: convert `BitFlags` unops to by valueJorge Aparicio-0/+11
2014-12-18auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichtonbors-463/+472
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-463/+472
2014-12-18auto merge of #19819 : vadimcn/rust/fix-demangle, r=alexcrichtonbors-8/+25
2014-12-18iOS: fallout of `marker::NoCopy` removalValerii Hiora-1/+0
2014-12-17rollup merge of #19935: cgaebel/hashmap-tuple-indexingAlex Crichton-88/+41
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+8
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-11/+11
2014-12-17rollup merge of #19869: sfackler/free-stdinAlex Crichton-0/+7
2014-12-17rollup merge of #19868: sourcefrog/masterAlex Crichton-3/+6
2014-12-17rollup merge of #19859: alexcrichton/flaky-testAlex Crichton-1/+2
2014-12-17rollup merge of #19832: japaric/no-nocopyAlex Crichton-14/+6
2014-12-17rollup merge of #19770: csouth3/iterator-wrapperstructsAlex Crichton-57/+89