| Age | Commit message (Expand) | Author | Lines |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -2/+1 |
| 2018-07-28 | Auto merge of #52744 - RalfJung:align_offset, r=Kimundi | bors | -10/+7 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -92/+236 |
| 2018-07-28 | Rollup merge of #52777 - omni-viral:master, r=TimNN | kennytm | -2/+2 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -58/+62 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |
| 2018-07-27 | Fix doc comment for 'ptr::copy_to' method | Zakarum | -2/+2 |
| 2018-07-27 | add smoke test for ManuallyDrop | Ralf Jung | -0/+25 |
| 2018-07-27 | use slice::align_to | Ralf Jung | -26/+7 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-26 | make memrchr use align_offset | Ralf Jung | -1/+17 |
| 2018-07-26 | Rollup merge of #52721 - cramertj:try-poll, r=aturon | Mark Rousskov | -0/+54 |
| 2018-07-26 | Rollup merge of #52610 - MajorBreakfast:task-terminology, r=cramertj | Mark Rousskov | -12/+18 |
| 2018-07-25 | std::ops::Try impl for std::task::Poll | Taylor Cramer | -0/+54 |
| 2018-07-25 | Change ManuallyDrop from an union to a struct and make it a lang item. | Eduard-Mihai Burtescu | -92/+211 |
| 2018-07-25 | Clarify what a task is | Josef Reinhard Brandl | -12/+18 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -22/+26 |
| 2018-07-25 | Enforce #![deny(bare_trait_objects)] in src/libcore | ljedrz | -36/+37 |
| 2018-07-24 | Rollup merge of #52668 - RalfJung:ptr-doc, r=cramertj | Mark Rousskov | -4/+16 |
| 2018-07-24 | Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertj | Mark Rousskov | -7/+4 |
| 2018-07-24 | Rollup merge of #52402 - crepererum:build_hasher_eq, r=sfackler | Mark Rousskov | -0/+10 |
| 2018-07-24 | Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton | Mark Rousskov | -0/+9 |
| 2018-07-24 | clarify offset function safety concerns | Ralf Jung | -4/+16 |
| 2018-07-23 | libcore: Prefer `Option::map` over `match` where applicable | Colin Wallace | -7/+4 |
| 2018-07-24 | Rollup merge of #52640 - Thomasdezeeuw:fix-localwaker-clone, r=cramertj | kennytm | -4/+5 |
| 2018-07-23 | Auto merge of #50494 - F001:as_cell, r=alexcrichton | bors | -43/+90 |
| 2018-07-23 | use inherent method instead | F001 | -12/+20 |
| 2018-07-23 | Forget Waker when cloning LocalWaker | Thomas de Zeeuw | -4/+5 |
| 2018-07-23 | Rollup merge of #52051 - scottmcm:swap-directly, r=alexcrichton | kennytm | -1/+14 |
| 2018-07-23 | Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton | kennytm | -32/+17 |
| 2018-07-22 | Rollup merge of #52508 - joshtriplett:dangling-not-sentinel, r=Mark-Simulacrum | kennytm | -0/+10 |
| 2018-07-22 | Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton | kennytm | -14/+16 |
| 2018-07-21 | Don't use SIMD in mem::swap for types smaller than the block size | Scott McMurray | -1/+14 |
| 2018-07-21 | Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum | bors | -3/+0 |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -3/+0 |
| 2018-07-21 | Avoid using `#[macro_export]` for documenting builtin macros | Vadim Petrochenkov | -32/+17 |
| 2018-07-21 | Rollup merge of #52502 - RalfJung:rotate, r=scottmcm | kennytm | -1/+1 |
| 2018-07-19 | fix safety-related comment in slice::rotate | Ralf Jung | -1/+1 |
| 2018-07-18 | Document that Unique::empty() and NonNull::dangling() aren't sentinel values | Josh Triplett | -0/+10 |
| 2018-07-18 | Rollup merge of #52477 - frewsxcv:frewsxcv-iter-short, r=alexcrichton | kennytm | -1/+3 |
| 2018-07-18 | Rollup merge of #52218 - rivertam:patch-1, r=withoutboats | kennytm | -2/+4 |
| 2018-07-18 | Rollup merge of #52116 - Pazzaz:match-str-case, r=SimonSapin | kennytm | -0/+3 |
| 2018-07-18 | revert Deref | F001 | -17/+9 |
| 2018-07-17 | Clarify short-circuiting behvaior of Iterator::zip. | Corey Farwell | -1/+3 |
| 2018-07-17 | Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomez | bors | -1/+1 |
| 2018-07-17 | Fix doc link | Felix Rabe | -1/+1 |
| 2018-07-17 | remove useless feature(repr_transparent) | F001 | -1/+0 |
| 2018-07-17 | impl DerefMut for Cell<[T]> | F001 | -0/+10 |