| Age | Commit message (Expand) | Author | Lines |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -3/+5 |
| 2019-02-28 | Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` const | Tim | -3/+5 |
| 2019-02-22 | avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the others | Ralf Jung | -1/+1 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -8/+8 |
| 2019-02-03 | some type-level docs for MaybeUninit; rename into_inner -> into_initialized | Ralf Jung | -2/+2 |
| 2019-01-17 | Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" | Pietro Albini | -16/+0 |
| 2019-01-16 | allow unused warnings related to rustc_layout_scalar_valid_range_start | Pietro Albini | -0/+16 |
| 2019-01-07 | Add link destination for `read-ownership` | Dylan MacKenzie | -0/+1 |
| 2018-12-28 | Removed aligned ZST requirement from docs of read_/write_unaligned. | kennytm | -2/+2 |
| 2018-12-26 | Remove the private generic NonZero<T> wrapper type. | Simon Sapin | -14/+15 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2018-12-15 | Rollup merge of #56751 - mbrubeck:hash, r=dtolnay | Pietro Albini | -1/+1 |
| 2018-12-13 | Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin | bors | -4/+4 |
| 2018-12-12 | Allow ptr::hash to accept fat pointers | Matt Brubeck | -1/+1 |
| 2018-12-11 | Make `const unsafe fn` bodies `unsafe` | Oliver Scherer | -1/+1 |
| 2018-12-08 | Rollup merge of #56602 - dwijnand:fix-ptr-hash-docs, r=Centril | Mazdak Farrokhzad | -2/+5 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -19/+19 |
| 2018-12-07 | grammar | Dale Wijnand | -1/+1 |
| 2018-12-07 | Fix the just-introduced ptr::hash docs | Dale Wijnand | -2/+5 |
| 2018-12-07 | Unique/NonNull::from: make sure we convert to raw pointers ASAP | Ralf Jung | -4/+4 |
| 2018-12-07 | Rollup merge of #56250 - dwijnand:ptr-hash, r=alexcrichton | kennytm | -0/+30 |
| 2018-12-04 | Increase code-reuse and -readability | Oliver Scherer | -1/+1 |
| 2018-12-04 | Make sure the initialization of constrained int range newtypes is unsafe | Oliver Scherer | -7/+7 |
| 2018-12-04 | Fix ptr::hash, just hash the raw pointer | Dale Wijnand | -1/+1 |
| 2018-12-04 | Make ptr::hash take a raw painter like ptr::eq | Dale Wijnand | -1/+1 |
| 2018-12-01 | Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis | bors | -2/+12 |
| 2018-11-27 | Move feature enable in ptr::hash doc example | Dale Wijnand | -1/+1 |
| 2018-11-27 | Try to fix ptr::hash's doc example | Dale Wijnand | -2/+3 |
| 2018-11-27 | Fix issue number | Dale Wijnand | -1/+1 |
| 2018-11-27 | Add an assert_eq in ptr::hash's doc example | Dale Wijnand | -1/+7 |
| 2018-11-27 | Pick a better variable name for ptr::hash | Dale Wijnand | -2/+2 |
| 2018-11-27 | Fix stability attribute for ptr::hash | Dale Wijnand | -1/+1 |
| 2018-11-26 | Fix ptr::hex doc example | Dale Wijnand | -1/+1 |
| 2018-11-26 | FIXME is the new TODO | Dale Wijnand | -1/+1 |
| 2018-11-26 | Introduce ptr::hash for references | Dale Wijnand | -0/+23 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap_nonoverlapping_bytes | Ralf Jung | -4/+4 |
| 2018-11-23 | use MaybeUninit in core::ptr::swap | Ralf Jung | -8/+5 |
| 2018-11-23 | use MaybeUninit in core::ptr::{read,read_unaligned} | Ralf Jung | -7/+7 |
| 2018-11-22 | drop glue takes in mutable references, it should reflect that in its type | Ralf Jung | -2/+12 |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -1/+1 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -1/+1 |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -4/+4 |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -1/+1 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -2/+2 |
| 2018-11-01 | Replace CoerceSized trait with DispatchFromDyn | Michael Hewson | -4/+4 |
| 2018-11-01 | Add CoerceSized impls throughout libstd | Michael Hewson | -1/+7 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -2/+2 |
| 2018-10-28 | Make a bunch of trivial methods of NonNull be `#[inline]` | Nick Fitzgerald | -0/+14 |