about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-05-01Fix an error from "unused" lint + Fix rebaseVadim Petrochenkov-0/+1
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-8/+8
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-0/+4
2018-04-30Auto merge of #50345 - kennytm:rollup, r=kennytmbors-20/+42
2018-05-01Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcvkennytm-1/+2
2018-05-01Rollup merge of #50312 - Pazzaz:master, r=GuillaumeGomezkennytm-19/+40
2018-04-30Auto merge of #50163 - kornelski:error, r=Kimundibors-39/+26
2018-04-29Fix some broken links in docs.Eric Huss-1/+2
2018-04-29Add more links in panic docsPazzaz-19/+40
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-0/+4
2018-04-28std: Inline `DefaultResizePolicy::new`Alex Crichton-0/+1
2018-04-25Suggest alternatives to Error::description()Kornel-1/+3
2018-04-25Move description of the Error trait to its own doc-commentSimon Sapin-39/+24
2018-04-24Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfacklerbors-1/+4
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-1/+17
2018-04-24Rollup merge of #49906 - kennytm:stable-unreachable, r=sfacklerkennytm-0/+2
2018-04-24Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnikkennytm-60/+135
2018-04-24Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrumkennytm-2/+11
2018-04-24Auto merge of #48989 - ExpHP:path-prefix, r=dtolnaybors-9/+11
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-8/+18
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+11
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-571/+42
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-4/+8
2018-04-21add more aliasesGuillaume Gomez-0/+7
2018-04-21Generate alias fileGuillaume Gomez-0/+4
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-1/+2
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-6/+28
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-556/+18
2018-04-21Remove unused methods on the private Wtf8 typeSimon Sapin-14/+0
2018-04-21Add back missing `#![feature(never_type)]`skennytm-0/+2
2018-04-20Auto merge of #50088 - alexcrichton:std-tweaks, r=sfacklerbors-2/+2
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-3/+4
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-1/+2
2018-04-19Tweak some stabilizations in libstdAlex Crichton-2/+2
2018-04-19Rustfmt result (for relevant changes) to satisfy Travis line length check.Nicholas Rishel-1/+4
2018-04-19The prior check causes abstract unix domain sockets to return unnamed on Andr...Nicholas Rishel-1/+1
2018-04-18Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfacklerbors-3/+1
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-6/+7
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