about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-04-17fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+1
2018-04-17stabilize `hash_map_remove_entry` featuretinaun-2/+1
2018-04-17stabilize `nonnull_cast` featuretinaun-1/+0
2018-04-17Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushibors-1/+1
2018-04-16Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfacklerbors-54/+197
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-4/+5
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-2/+2
2018-04-17Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichtonkennytm-1/+1
2018-04-17Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichtonkennytm-2/+2
2018-04-16Stabilize x86/x86_64 SIMDAlex Crichton-1/+1
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-1/+1
2018-04-16Stabilize core::hint::unreachable_unchecked.kennytm-0/+2
2018-04-15Mention Result<!, E> in never docs.Clar Charr-0/+52
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-1/+17
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-23/+23
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-64/+139
2018-04-13std: Avoid allocating panic message unless neededAlex Crichton-45/+73
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-39/+154
2018-04-13Auto merge of #49669 - SimonSapin:global-alloc, r=alexcrichtonbors-227/+181
2018-04-13Auto merge of #49389 - fanzier:euclidean-division, r=KodrAusbors-0/+101
2018-04-12Rename alloc::Void to alloc::OpaqueSimon Sapin-4/+4
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-4/+3
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+6
2018-04-12Return Result instead of Option in alloc::Layout constructorsSimon Sapin-2/+11
2018-04-12Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin-4/+4
2018-04-12Remove the now-unit-struct AllocErr parameter of oom()Simon Sapin-3/+3
2018-04-12Use the GlobalAlloc trait for #[global_allocator]Simon Sapin-99/+54
2018-04-12Make AllocErr a zero-size unit structSimon Sapin-31/+14
2018-04-12Actually deprecate the Heap typeSimon Sapin-9/+10
2018-04-12Actually deprecate heap modules.Simon Sapin-4/+7
2018-04-12Rename `heap` modules in the core, alloc, and std crates to `alloc`Simon Sapin-1/+5
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-40/+34
2018-04-12Inline docs for the heap module’s reexportsSimon Sapin-1/+1
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+0
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-2/+1
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-4/+4
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-2/+2
2018-04-11Auto merge of #49681 - tmccombs:take-set-limit-stable, r=sfacklerbors-2/+1
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-4/+0
2018-04-09Auto merge of #49673 - ollie27:stab, r=sfacklerbors-4/+4
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-4/+0
2018-04-08fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+1
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-8/+2
2018-04-07Rollup merge of #49503 - oli-obk:extern_crate_compiler_builtins, r=alexcrichtonkennytm-0/+1
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
2018-04-07Rollup merge of #49702 - alexcrichton:inline-methods, r=Mark-Simulacrumkennytm-0/+4
2018-04-05Rollup merge of #49686 - memoryleak47:typo, r=alexcrichtonAlex Crichton-3/+3
2018-04-05std: Inline some Termination-related methodsAlex Crichton-0/+4
2018-04-05Correct a few stability attributesOliver Middleton-4/+4