summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2015-08-02Fix compile errors for ARM.Vadim Chugunov-2/+4
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-129/+528
2015-07-29Auto merge of #27339 - alexcrichton:remove-old-rt, r=brsonbors-33/+1
2015-07-27std: Remove msvc/valgrind headersAlex Crichton-33/+1
2015-07-27Register new snapshots (2015-07-26 a5c12f4).Eduard Burtescu-10/+4
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-6/+5
2015-07-22Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brsonbors-39/+47
2015-07-21trans: Move rust_try into the compilerAlex Crichton-39/+47
2015-07-21std: Be resilient to failure in pthread_getattr_npAlex Crichton-2/+2
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