| Age | Commit message (Expand) | Author | Lines |
| 2018-09-25 | Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton | Pietro Albini | -82/+82 |
| 2018-09-25 | Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmaster | Pietro Albini | -0/+232 |
| 2018-09-25 | Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcv | Pietro Albini | -0/+26 |
| 2018-09-25 | Add examples for doc | Son | -4/+22 |
| 2018-09-25 | Also rename ExactChunks iterator name to ChunksExact | Sebastian Dröge | -25/+25 |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -59/+59 |
| 2018-09-24 | Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichton | bors | -549/+701 |
| 2018-09-23 | Auto merge of #54339 - cramertj:no-cx, r=aturon | bors | -424/+43 |
| 2018-09-23 | Introduce the partition_dedup/by/by_key methods for slices | Clément Renault | -0/+232 |
| 2018-09-22 | address Mark-Simulacrum comments | Jorge Aparicio | -11/+8 |
| 2018-09-22 | don't deprecate mem::{uninitialized,zeroed} just yet | Jorge Aparicio | -2/+3 |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -44/+40 |
| 2018-09-22 | add MaybeUninit and deprecate mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+95 |
| 2018-09-22 | Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-Simulacrum | Pietro Albini | -6/+6 |
| 2018-09-22 | Rollup merge of #54280 - japaric:no-cas-for-thumbv6, r=alexcrichton | Pietro Albini | -0/+23 |
| 2018-09-22 | Rollup merge of #53652 - oconnor663:copy_in_place, r=alexcrichton | Pietro Albini | -0/+104 |
| 2018-09-21 | clarify write_bytes a bit | Ralf Jung | -0/+4 |
| 2018-09-21 | Simplify slice's first(_mut) and last(_mut) with get | ljedrz | -6/+6 |
| 2018-09-20 | Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichton | kennytm | -1/+120 |
| 2018-09-20 | add tests for copy_within | Jack O'Connor | -0/+47 |
| 2018-09-20 | define copy_within on slices | Jack O'Connor | -0/+57 |
| 2018-09-19 | Remove spawning from task::Context | Taylor Cramer | -424/+43 |
| 2018-09-19 | Added tracking issue, fixed check, 1.30 -> 1.31 | Artyom Pavlov | -8/+8 |
| 2018-09-19 | Auto merge of #53877 - withoutboats:compositional-pin, r=aturon | bors | -102/+306 |
| 2018-09-18 | Cleanup Deref impls and add ?Sized bound to &mut T impls | Taylor Cramer | -4/+4 |
| 2018-09-18 | clarify swap | Ralf Jung | -5/+10 |
| 2018-09-17 | Cleanup and fix method resolution issue | Taylor Cramer | -60/+102 |
| 2018-09-17 | rearrange for clarity | Ralf Jung | -41/+40 |
| 2018-09-17 | tweaks | Ralf Jung | -4/+27 |
| 2018-09-16 | Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapin | bors | -0/+43 |
| 2018-09-16 | remove (more) CAS API from Atomic* types where not natively supported | Jorge Aparicio | -0/+23 |
| 2018-09-16 | Auto merge of #53754 - RalfJung:slice_align_to, r=alexcrichton | bors | -9/+8 |
| 2018-09-14 | Move std::os::raw::c_void into libcore and re-export in libstd | Isaac Woods | -0/+43 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -1/+2 |
| 2018-09-14 | Rollup merge of #53218 - weiznich:feature/option_ref_into, r=KodrAus | kennytm | -0/+14 |
| 2018-09-13 | add panics section to method docs | Artyom Pavlov | -0/+9 |
| 2018-09-13 | move checks to from_float_secs | Artyom Pavlov | -25/+15 |
| 2018-09-13 | remove trailing spaces | Artyom Pavlov | -2/+2 |
| 2018-09-13 | add as_float_secs and from_float_secs methods, refactor float methods | Artyom Pavlov | -36/+55 |
| 2018-09-12 | fix tests | Artyom Pavlov | -3/+3 |
| 2018-09-12 | fix tests | Artyom Pavlov | -1/+4 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-12 | fix doctests | Artyom Pavlov | -0/+6 |
| 2018-09-12 | more explicit impl | Artyom Pavlov | -1/+1 |
| 2018-09-12 | remove newline | Artyom Pavlov | -1/+0 |
| 2018-09-12 | Move float ops to unstable inherent methods | Artyom Pavlov | -84/+83 |
| 2018-09-12 | Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichton | kennytm | -0/+30 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | Address attribute naming and use `Bound` enum | Oliver Schneider | -1/+1 |
| 2018-09-11 | Get rid of the `non_zero` lang item in favour of arbitrary range specifications | Oliver Schneider | -1/+2 |