about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-21rollup merge of #20086: shepmaster/random-typoAlex Crichton-2/+2
2014-12-21rollup merge of #20077: shepmaster/stdin-typoAlex Crichton-1/+1
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-2/+3
2014-12-21rollup merge of #20069: jarod/bitflagsAlex Crichton-21/+21
2014-12-21rollup merge of #20062: aturon/stab-2-intsAlex Crichton-2/+2
2014-12-21rollup merge of #20029: vhbit/ios-no-rtAlex Crichton-2/+2
2014-12-21rollup merge of #20006: alexcrichton/no-more-empty-modulesAlex Crichton-8/+135
2014-12-21rollup merge of #19993: bluss/setalgebraitemsAlex Crichton-46/+83
2014-12-21rollup merge of #19973: vhbit/ios-no-copyAlex Crichton-1/+0
2014-12-21rollup merge of #19932: elszben/masterAlex Crichton-0/+50
2014-12-21Remove a ton of public reexportsCorey Farwell-43/+53
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-10/+157
2014-12-20Fix small typos in std::rand documentationJake Goulding-2/+2
2014-12-20Correct typo in doc for StdinReaderGuardJake Goulding-1/+1
2014-12-20Stabilize cloneAaron Turon-2/+3
2014-12-20use binary literals to better reflect "bitflags"Jarod Liu-21/+21
2014-12-19Stabilize integer modulesAaron Turon-2/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-34/+13
2014-12-20Fix more import_shadowing fallout in collections.Eduard Burtescu-9/+9
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-51/+31
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-2/+1
2014-12-20auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankrobors-7/+28
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-7/+28
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