about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-1/+0
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+0
2018-03-15Auto merge of #48648 - snf:fallible_allocation, r=Kimundibors-0/+1
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+1
2018-03-14stabilise feature(never_type)Andrew Cann-1/+2
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-1/+2
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-1/+0
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-1/+0
2018-03-02std: Add `arch` and `simd` modulesAlex Crichton-0/+30
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-5/+0
2018-02-22move Termination trait to std::processNiko Matsakis-4/+0
2018-02-22put the "unit test" logic into libtestNiko Matsakis-3/+2
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-02-18Auto merge of #47687 - SimonSapin:panic-impl, r=sfacklerbors-0/+1
2018-01-29Document std::os::raw.Clar Charr-0/+1
2018-01-23Move PanicInfo and Location to libcoreSimon Sapin-0/+1
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-1/+1
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-1/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-1/+1
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-1/+1
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-3/+3
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-1/+1
2018-01-07Replace empty array hack with repr(align)Robin Kruppe-1/+0
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-1/+1
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-0/+1
2017-12-26Adds termination_trait feature gateBastian Köcher-1/+1
2017-12-26Implements RFC 1937: `?` in `main`Bastian Köcher-0/+6
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-0/+1
2017-12-08Auto merge of #45837 - SimonSapin:file_read_write, r=dtolnaybors-0/+1
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-11/+0
2017-11-24std: Flag Windows TLS dtor symbol as #[used]Alex Crichton-0/+1
2017-11-17add doc_highlight feature flag and testsQuietMisdreavus-0/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-15/+1
2017-11-07Move `File::{read,write}_contents` to `fs::{read,write}` free functions.Simon Sapin-1/+1
2017-11-07Add File::read_contents and File::write_contents convenience functions.Simon Sapin-0/+1
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-0/+1
2017-10-31Auto merge of #44764 - nvzqz:master, r=alexcrichtonbors-0/+2
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-12/+11
2017-10-01Improve performance of spsc_queue and stream.Joshua Lockerman-0/+2
2017-09-29Enable required features for core::array in libstdNikolai Vazquez-0/+2
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-1/+7
2017-09-17Add `<*const T>::align_offset` and use it in `memchr`Oliver Schneider-0/+1
2017-09-16stabilized needs_drop (fixes #41890)Michal Budzynski-1/+0
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-0/+12
2017-09-09Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrumbors-1/+0
2017-09-08Revert "Add panic unit tests"Jacob Kiesel-1/+0
2017-09-06Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushiMark Simulacrum-0/+1
2017-09-05add feature gate doc_masked and testsQuietMisdreavus-0/+1
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-1/+6
2017-09-04Add panic unit testsJacob Kiesel-0/+1