| Age | Commit message (Expand) | Author | Lines |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -1/+0 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+0 |
| 2018-03-15 | Auto merge of #48648 - snf:fallible_allocation, r=Kimundi | bors | -0/+1 |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -0/+1 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -1/+2 |
| 2018-03-07 | Make `assert` macro a built-in procedural macro | Shotaro Yamada | -1/+2 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -1/+0 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+0 |
| 2018-03-02 | std: Add `arch` and `simd` modules | Alex Crichton | -0/+30 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -5/+0 |
| 2018-02-22 | move Termination trait to std::process | Niko Matsakis | -4/+0 |
| 2018-02-22 | put the "unit test" logic into libtest | Niko Matsakis | -3/+2 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-02-18 | Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler | bors | -0/+1 |
| 2018-01-29 | Document std::os::raw. | Clar Charr | -0/+1 |
| 2018-01-23 | Move PanicInfo and Location to libcore | Simon Sapin | -0/+1 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -1/+1 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -1/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -1/+1 |
| 2018-01-20 | Rename std::ptr::Shared to NonNull | Simon Sapin | -1/+1 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -3/+3 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -1/+1 |
| 2018-01-07 | Replace empty array hack with repr(align) | Robin Kruppe | -1/+0 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -1/+1 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -0/+1 |
| 2017-12-26 | Adds termination_trait feature gate | Bastian Köcher | -1/+1 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+6 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -0/+1 |
| 2017-12-08 | Auto merge of #45837 - SimonSapin:file_read_write, r=dtolnay | bors | -0/+1 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -11/+0 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -0/+1 |
| 2017-11-17 | add doc_highlight feature flag and tests | QuietMisdreavus | -0/+1 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -15/+1 |
| 2017-11-07 | Move `File::{read,write}_contents` to `fs::{read,write}` free functions. | Simon Sapin | -1/+1 |
| 2017-11-07 | Add File::read_contents and File::write_contents convenience functions. | Simon Sapin | -0/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -0/+1 |
| 2017-10-31 | Auto merge of #44764 - nvzqz:master, r=alexcrichton | bors | -0/+2 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -12/+11 |
| 2017-10-01 | Improve performance of spsc_queue and stream. | Joshua Lockerman | -0/+2 |
| 2017-09-29 | Enable required features for core::array in libstd | Nikolai Vazquez | -0/+2 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -1/+7 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -0/+1 |
| 2017-09-16 | stabilized needs_drop (fixes #41890) | Michal Budzynski | -1/+0 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+12 |
| 2017-09-09 | Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrum | bors | -1/+0 |
| 2017-09-08 | Revert "Add panic unit tests" | Jacob Kiesel | -1/+0 |
| 2017-09-06 | Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushi | Mark Simulacrum | -0/+1 |
| 2017-09-05 | add feature gate doc_masked and tests | QuietMisdreavus | -0/+1 |
| 2017-09-05 | new attribute #[doc(masked)] to hide internal crates from std docs | QuietMisdreavus | -1/+6 |
| 2017-09-04 | Add panic unit tests | Jacob Kiesel | -0/+1 |