index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
nonzero.rs
Age
Commit message (
Expand
)
Author
Lines
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