| Age | Commit message (Expand) | Author | Lines |
| 2018-09-17 | Adjust the docs of `from_raw_parts` to match the implementation | Tobias Bucher | -4/+4 |
| 2018-09-17 | Use more obvious calculation for slice size check | Tobias Bucher | -4/+2 |
| 2018-09-17 | rearrange for clarity | Ralf Jung | -41/+40 |
| 2018-09-17 | tweaks | Ralf Jung | -4/+27 |
| 2018-09-17 | move from_nonzero test from run-pass to libcore | csmoe | -0/+7 |
| 2018-09-17 | introduce from_nonzero feature | csmoe | -1/+1 |
| 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-15 | implement From<NonZero<Int>> for Int | csmoe | -0/+7 |
| 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 | Fix overflow in `from_raw_parts` size check | Tobias Bucher | -3/+5 |
| 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 |
| 2018-09-10 | fix typos | Nicole Mazzuca | -2/+2 |
| 2018-09-10 | A slice covering exactly half the address space is not OK | Tobias Bucher | -6/+6 |
| 2018-09-08 | Document .0 to unpack the value from Wrapping | Martin Pool | -0/+3 |
| 2018-09-08 | Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum... | bors | -16/+8 |
| 2018-09-07 | Rollup merge of #53979 - alexcrichton:remove-repr-transparent-atomics-master,... | kennytm | -3/+0 |
| 2018-09-07 | Rollup merge of #53946 - tbu-:pr_doc_manuallydrop, r=cramertj | kennytm | -2/+8 |
| 2018-09-07 | Rollup merge of #53455 - llogiq:num-byte-conversion-docs, r=steveklabnik | kennytm | -251/+314 |
| 2018-09-07 | Rollup merge of #53299 - MagnumOpus21:fix-macro-write, r=steveklabnik | kennytm | -0/+20 |
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -16/+8 |
| 2018-09-05 | Auto merge of #52994 - varkor:trim_direction, r=alexcrichton | bors | -13/+157 |
| 2018-09-05 | Remove `#[repr(transparent)]` from atomics | Alex Crichton | -3/+0 |
| 2018-09-05 | Individual docs for {from,to}_*_bytes | Andre Bogus | -251/+314 |
| 2018-09-05 | Spacing changes made to the example | Siva Prasad | -11/+10 |
| 2018-09-05 | Added a missing backtick to no std | MagnumOpus21 | -1/+1 |
| 2018-09-05 | Made the requested changes for Note: and no_std within backticks | MagnumOpus21 | -2/+2 |
| 2018-09-05 | Prefixed no_run to the no_std write macro | MagnumOpus21 | -1/+1 |
| 2018-09-05 | Formatting errors rectified | MagnumOpus21 | -2/+7 |
| 2018-09-05 | Refined the example | MagnumOpus21 | -22/+10 |
| 2018-09-05 | Updated libcore/macro.rs to note write macro can work in no_std setups | MagnumOpus21 | -0/+28 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -11/+11 |
| 2018-09-04 | Clarify `ManuallyDrop` docs | Tobias Bucher | -2/+8 |