| Age | Commit message (Expand) | Author | Lines |
| 2018-03-18 | num::NonZero* types now have their own tracking issue: #49137 | Simon Sapin | -6/+1 |
| 2018-03-17 | Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero* | Simon Sapin | -1/+4 |
| 2018-03-17 | Add 12 num::NonZero* types for each primitive integer | Simon Sapin | -1/+1 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -1/+0 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -1/+0 |
| 2017-11-19 | Remove `T: Sized` on `ptr::is_null()` | Josh Stone | -2/+1 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -1/+1 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+4 |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -0/+19 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new_checked to new | Simon Sapin | -1/+1 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -1/+1 |
| 2017-07-22 | Add `new_checked(…) -> Option<Self>` to NonZero, Unique, and Shared. | Simon Sapin | -17/+53 |
| 2017-07-20 | std: Cut down #[inline] annotations where not necessary | Alex Crichton | -1/+1 |
| 2017-05-04 | refactor NonZero, Shared, and Unique APIs | Alexis Beingessner | -9/+4 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+4 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -1/+0 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -24/+6 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -1/+1 |
| 2015-10-16 | Make NonZero::new const function | Vadim Petrochenkov | -6/+24 |
| 2015-09-03 | Elide lifetimes in libcore | Manish Goregaokar | -1/+1 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -1/+2 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -1/+2 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -4/+1 |
| 2015-05-13 | Remove SNAP comments | Nick Cameron | -2/+2 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+5 |
| 2015-05-09 | Convert #[lang="..."] to #[lang = "..."] | Nick Hamann | -1/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -6/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -3/+8 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -1/+1 |
| 2015-04-02 | Deprecate MarkerTrait and PhantomFn. | Niko Matsakis | -0/+1 |
| 2015-02-18 | Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner... | Niko Matsakis | -5/+4 |
| 2015-02-16 | Update `core::nonzero` for `isize/usize` migration. | Felix S. Klock II | -2/+2 |
| 2015-01-30 | rollup merge of #21706: reem/missing-zeroable-impl-for-unique | Alex Crichton | -0/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -2/+2 |
| 2015-01-27 | Add an implementation of Zeroable for Unique<T> | Jonathan Reem | -0/+2 |
| 2015-01-24 | Add Hash trait to NonZero type | GuillaumeGomez | -2/+2 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -1/+3 |
| 2014-12-28 | libcoretest: Add tests for NonZero. | Luqman Aden | -38/+0 |
| 2014-12-28 | libcore: Use Zeroable trait to try to limit what types may be used with NonZero. | Luqman Aden | -3/+57 |
| 2014-12-28 | libcore: Don't impl RawPtr* traits for NonZero. | Luqman Aden | -62/+1 |
| 2014-12-28 | Don't expose NonZero through libstd. | Luqman Aden | -0/+98 |