| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton | Pietro Albini | -0/+1 |
| 2018-11-13 | Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ... | kennytm | -0/+1 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -1/+0 |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -1/+1 |
| 2018-11-10 | make PhantomData #[structural_match]. | Mazdak Farrokhzad | -0/+1 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -1/+0 |
| 2018-11-08 | Allow unsized types in mem::drop and mem::forget | Stjepan Glavina | -0/+1 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -1/+0 |
| 2018-10-28 | Rollup merge of #55252 - SimonSapin:maybeuninit-new, r=bluss | kennytm | -0/+1 |
| 2018-10-21 | Add MaybeUninit::new | Simon Sapin | -0/+1 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -1/+1 |
| 2018-10-05 | Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfackler | bors | -0/+1 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -0/+1 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -2/+0 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-24 | std: Start implementing wasm32 atomics | Alex Crichton | -0/+1 |
| 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 |