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
/
tests
/
nonzero.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-07
Implement BitOr and BitOrAssign for the NonZero integer types
Thom Chiovoloni
-0
/
+35
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-18
/
+13
2019-02-28
fixed tests again
Marcel Hellwig
-14
/
+12
2019-02-28
fixed nonzero tests
Marcel Hellwig
-4
/
+3
2019-02-27
replaced nonzeroparseerror with regular interror
Marcel Hellwig
-7
/
+13
2019-02-25
Add FromStr impl for NonZero types
Marcel Hellwig
-0
/
+17
2019-01-17
Add signed num::NonZeroI* types
Simon Sapin
-1
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-17
move from_nonzero test from run-pass to libcore
csmoe
-0
/
+7
2018-03-17
Test NonZero in a const item in a pattern.
Simon Sapin
-0
/
+23
2018-03-17
Use num::NonZero* instead of NonZero<_> in rustc and tests
Simon Sapin
-7
/
+7
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-3
/
+3
2017-05-04
fallout from NonZero/Unique/Shared changes
Alexis Beingessner
-2
/
+2
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-0
/
+100