about summary refs log tree commit diff
path: root/src/libstd/rt/mod.rs
AgeCommit message (Expand)AuthorLines
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+3
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+3
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-7/+7
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-12/+10
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-15/+6
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-15/+6
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-1/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-3/+1
2015-03-03sidestep potential over- and underflow in estimated stack bounds.Felix S. Klock II-1/+15
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-2/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Rename macro_escape to macro_useKeegan McAllister-0/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-6/+7
2014-12-26s/task/thread/gSteve Klabnik-3/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-18Disable at_exit handlersAaron Turon-1/+4
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+3
2014-12-18Update doc comment for std::rtAaron Turon-31/+6
2014-12-18Tweak the startup routine to pass on linuxAlex Crichton-62/+52
2014-12-18Fallout from new thread APIAaron Turon-24/+14
2014-12-18Revise rt::unwindAaron Turon-4/+0
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-3/+0
2014-12-18Remove rt::{local, local_data, thread_local_storage}Aaron Turon-5/+6
2014-12-18Introduce std::threadAaron Turon-20/+15
2014-12-18Remove rt::bookkeepingAaron Turon-2/+0
2014-12-18Make at_exit initialize lazilyAaron Turon-2/+0
2014-12-18libs: merge librustrt into libstdAaron Turon-15/+73
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-4/+5
2014-11-26/*! -> //!Steve Klabnik-40/+32
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-2/+2
2014-11-20Make most of std::rt privateAaron Turon-8/+6
2014-11-20Fallout from libgreen and libnative removalAaron Turon-6/+6
2014-11-20Remove libnativeAaron Turon-0/+76
2014-11-20Remove Runtime traitAaron Turon-0/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1