| Age | Commit message (Expand) | Author | Lines |
| 2018-06-23 | Auto merge of #51653 - mglagla:option-unreachable, r=dtolnay | bors | -3/+3 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -8/+31 |
| 2018-06-21 | Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfackler | bors | -7/+81 |
| 2018-06-20 | Replace unreachable! with unreachable_unchecked | Martin Glagla | -3/+3 |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -2/+2 |
| 2018-06-19 | Add link to book for `Sized` errors | Esteban Küber | -1/+3 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -8/+29 |
| 2018-06-19 | specialize StepBy<Range(Inclusive)> | Emerentius | -7/+81 |
| 2018-06-18 | Rename OOM to allocation error | Simon Sapin | -24/+24 |
| 2018-06-17 | Auto merge of #51404 - clarcharr:never_hash, r=KodrAus | bors | -0/+7 |
| 2018-06-17 | Auto merge of #51466 - joshlf:ref-split, r=dtolnay | bors | -19/+185 |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -1/+1 |
| 2018-06-14 | impl Hash for ! | Clar Charr | -0/+7 |
| 2018-06-13 | Add Ref/RefMut map_split method | Joshua Liebow-Feeser | -19/+185 |
| 2018-06-13 | Improve core::task::TaskObj | Josef Reinhard Brandl | -14/+15 |
| 2018-06-13 | Replace `core::iter::AlwaysOk<T>` by `Result<T, !>` | kennytm | -19/+4 |
| 2018-06-12 | Auto merge of #51505 - cuviper:these-go-to-11, r=estebank | bors | -1120/+1214 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -1/+1 |
| 2018-06-12 | Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapin | bors | -111/+249 |
| 2018-06-11 | More alloc docs tweaks | Simon Sapin | -1/+23 |
| 2018-06-11 | Alloc docs teaks | Simon Sapin | -5/+0 |
| 2018-06-11 | Stablize the GlobalAlloc trait | Simon Sapin | -1/+5 |
| 2018-06-11 | Stabilize alloc::Layout (with only some of its methods) | Simon Sapin | -9/+9 |
| 2018-06-11 | Mark as permanently-unstable some implementation details | Simon Sapin | -1/+1 |
| 2018-06-11 | Stablize the alloc module without changing stability of its contents. | Simon Sapin | -6/+26 |
| 2018-06-11 | Document memory allocation APIs | Simon Sapin | -49/+178 |
| 2018-06-11 | Remove deprecated heap modules | Simon Sapin | -7/+0 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -49/+24 |
| 2018-06-11 | Auto merge of #51442 - tinaun:more-future-impls, r=cramertj | bors | -0/+72 |
| 2018-06-11 | Regenerate character tables for Unicode 11 | Josh Stone | -1120/+1214 |
| 2018-06-11 | Auto merge of #51423 - RalfJung:from_raw_parts, r=sfackler | bors | -5/+7 |
| 2018-06-10 | Auto merge of #51474 - llogiq:from-docs, r=TimNN | bors | -13/+39 |
| 2018-06-10 | Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm | bors | -34/+8 |
| 2018-06-10 | add some docs to conversions | Andre Bogus | -13/+39 |
| 2018-06-10 | Auto merge of #51320 - tmccombs:step-by, r=SimonSapin | bors | -14/+4 |
| 2018-06-09 | Auto merge of #51441 - bstrie:sizeof128, r=dtolnay | bors | -0/+2 |
| 2018-06-09 | Be more precise about why references need to be non-null and aligned | Ralf Jung | -1/+1 |
| 2018-06-09 | add inherent methods to Poll | tinaun | -0/+49 |
| 2018-06-08 | Rollup merge of #51396 - SimonSapin:option-nonzero-layout, r=SimonSapin | Mark Rousskov | -2/+2 |
| 2018-06-08 | add a few blanket future impls to std | tinaun | -0/+23 |
| 2018-06-08 | Document size_of for 128-bit integers | bstrie | -0/+2 |
| 2018-06-07 | Improve docs for slice::from_raw_parts | Ralf Jung | -5/+7 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+611 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+611 |
| 2018-06-06 | Auto merge of #51333 - GuillaumeGomez:reexport-fmt-alignment, r=SimonSapin | bors | -2/+1 |
| 2018-06-06 | Make the size of Option<NonZero*> a documented guarantee. | Simon Sapin | -2/+2 |
| 2018-06-04 | Move slice::exact_chunks directly above exact_chunks_mut for more consistent ... | Sebastian Dröge | -35/+35 |
| 2018-06-03 | Rollup merge of #51326 - sdroege:slice-iter-cleanup, r=dtolnay | Mark Simulacrum | -16/+22 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -14/+281 |
| 2018-06-03 | Reexport fmt::Alignment into std | Guillaume Gomez | -2/+1 |