| Age | Commit message (Expand) | Author | Lines |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -0/+2 |
| 2018-09-14 | Move std::os::raw::c_void into libcore and re-export in libstd | Isaac Woods | -0/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-01 | rebase | Tim | -0/+7 |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -0/+1 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+0 |
| 2018-08-23 | move PinMut into pin module and export through std | Niv Kaminer | -0/+1 |
| 2018-08-15 | Make core::sync::atomic::Ordering #[non_exhaustive] | varkor | -0/+1 |
| 2018-08-09 | [nll] libcore: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-07 | Place unions, pointer casts and pointer derefs behind extra feature gates | Oliver Schneider | -0/+1 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -4/+0 |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -3/+0 |
| 2018-07-06 | Remove unnecessary feature gate. | Thayne McCombs | -1/+0 |
| 2018-07-04 | Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin | bors | -0/+1 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -1/+0 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+0 |
| 2018-06-16 | Add #[repr(transparent)] to some libcore types | Simon Sapin | -0/+1 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -1/+1 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -1/+0 |
| 2018-06-11 | Remove deprecated heap modules | Simon Sapin | -7/+0 |
| 2018-06-10 | Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm | bors | -1/+0 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+5 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+5 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -0/+1 |
| 2018-06-03 | s/panic_fmt/panic_impl/g in docs | Jorge Aparicio | -1/+1 |
| 2018-06-02 | Stabilize iterator_repeat_with | Thayne McCombs | -1/+0 |
| 2018-06-02 | Make most integer operations const fns | Linus Färnstrand | -0/+1 |
| 2018-05-27 | lib.rs don't beautiful | uuttff8 | -2/+2 |
| 2018-05-22 | Add Option::as_pin_mut | Taylor Cramer | -0/+1 |
| 2018-05-21 | Make `[T]::len` and `str::len` const fn | Oliver Schneider | -0/+3 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -12/+7 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -1/+1 |
| 2018-05-06 | Added some simple documentation. | kennytm | -0/+8 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -0/+1 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -0/+1 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -0/+1 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -1/+1 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -0/+1 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -0/+1 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -1/+4 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+1 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -0/+1 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -1/+1 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -0/+1 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -0/+1 |
| 2018-04-16 | Separately gate each target_feature feature | Alex Crichton | -0/+8 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -3/+18 |