about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2015-07-06Auto merge of #26741 - alexcrichton:noinline-destructors, r=brsonbors-4/+11
2015-07-02windows: Don't link rust_builtinAlex Crichton-4/+11
2015-07-01Add netbsd amd64 supportAlex Newman-1/+2
2015-06-25msvc: Implement runtime support for unwindingAlex Crichton-9/+122
2015-06-17More test fixes and fallout of stability changesAlex Crichton-9/+9
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+3
2015-06-14Implement RFC 1014Steven Fackler-1/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-17/+17
2015-05-19std: Don't require rust_try as an exported symbolAlex Crichton-9/+24
2015-05-19std: Implement aborting stubs for MSVC unwindingAlex Crichton-328/+389
2015-05-12Scale back changes madeAlex Crichton-310/+1
2015-05-12Very hacky MSVC hacks.Ricky Taylor-1/+310
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-4/+4
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-04-28Register new snapshotsTamir Duberstein-17/+0
2015-04-27std: Prepare for linking to muslAlex Crichton-1/+6
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-2/+2
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-4/+21
2015-04-08std: Destabilize the internals of panic!Alex Crichton-3/+0
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-1/+1
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-3/+2
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-9/+5
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-26/+26
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-35/+46
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+0
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-21/+23
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-21/+23
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-24/+1
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-66/+7
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-3/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+3
2015-03-03sidestep potential over- and underflow in estimated stack bounds.Felix S. Klock II-1/+15
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-5/+7
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+5
2015-02-18std: Implement CString-related RFCsAlex Crichton-4/+5
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-5/+5
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-5/+5