| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-02-18 | Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and ↵ | Niko Matsakis | -5/+4 | |
| ownership, and also follows the API of `NonZero` a bit more closely. More to do here I think (including perhaps a new name). | ||||
| 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 | |
| This allows the use of `NonZero<Unique<T>>` for owned, non-null raw pointers. cc https://github.com/Gankro/collect-rs/pull/103 | ||||
| 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 | |
| Conflicts: src/libcollections/slice.rs src/libcore/nonzero.rs src/libcore/ops.rs | ||||
| 2015-01-27 | Add an implementation of Zeroable for Unique<T> | Jonathan Reem | -0/+2 | |
| This allows the use of `NonZero<Unique<T>>` for owned, non-null raw pointers. cc https://github.com/Gankro/collect-rs/pull/103 | ||||
| 2015-01-24 | Add Hash trait to NonZero type | GuillaumeGomez | -2/+2 | |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+1 | |
| * `core` - for the core crate * `hash` - hashing * `io` - io * `path` - path * `alloc` - alloc crate * `rand` - rand crate * `collections` - collections crate * `std_misc` - other parts of std * `test` - test crate * `rustc_private` - everything else | ||||
| 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 | |
| This gets rid of the 'experimental' level, removes the non-staged_api case (i.e. stability levels for out-of-tree crates), and lets the staged_api attributes use 'unstable' and 'deprecated' lints. This makes the transition period to the full feature staging design a bit nicer. | ||||
| 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 | |
