about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-1899/+0
2015-09-08some more clippy-based improvementsAndre Bogus-5/+5
2015-09-07at_exit: fix a typo of the doc commentRyo Munakata-1/+1
2015-09-04Auto merge of #28069 - alexcrichton:rt-atexit, r=brsonbors-17/+8
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-3/+5
2015-09-02std: Run at_exit cleanup on process::exitAlex Crichton-17/+8
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-1/+0
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-4/+1
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-7/+0
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-5/+5
2015-08-11Register new snapshotsAlex Crichton-7/+0
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-42/+2
2015-08-10Remove morestack supportAlex Crichton-42/+2
2015-08-05Better FFI disciplineTamir Duberstein-2/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+5
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