about summary refs log tree commit diff
path: root/src/libstd/thread
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-22std: Audit std::thread implementationsAlex Crichton-66/+55
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-16/+0
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-1/+1
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-14/+41
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-21/+21
2015-04-14test: Fixup many library unit testsAlex Crichton-4/+1
2015-04-14Fallout: move from scoped to spawnAaron Turon-0/+1
2015-04-13Generalize `spawn` beyond unit closuresAaron Turon-10/+32
2015-04-13De-stabilize `thread::scoped` and friendsAaron Turon-4/+8
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-21/+21
2015-04-12std: Work around a stability bug in threadAlex Crichton-3/+3
2015-04-11Rollup merge of #24283 - apasel422:patch-2, r=alexcrichtonManish Goregaokar-2/+2
2015-04-10s/Panicks/Panics/Andrew Paseltiner-2/+2
2015-04-07std: Reorganize thread::local a bitAlex Crichton-28/+26
2015-04-07std: Deny most warnings in doctestsAlex Crichton-0/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
2015-04-01rollup merge of #23949: aturon/stab-timeoutAlex Crichton-9/+23
2015-04-01Stabilize basic timeout functionalityAaron Turon-9/+23
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-12/+16
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-108/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-108/+2
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-1/+0
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-2/+2
2015-03-27rollup merge of #23651: alexcrichton/unwind-tryAlex Crichton-0/+49
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-2/+2
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-1/+1
2015-03-24std: Reexport std::rt::unwind::try in std::threadAlex Crichton-0/+49
2015-03-25Bug fixesNick Cameron-0/+1
2015-03-24Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+3
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-1/+1
2015-03-23rollup merge of #23579: Ms2ger/thread_local-unsafeAlex Crichton-5/+3
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-0/+2078