Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new std::num::NonZero* types instead of deprecated core::nonzero::NonZero | Simon Sapin | 2018-04-09 | 1 | -112/+83 |
* | Replace NonZeroU32 and NonZeroUsize with a generic NonZero | Simon Sapin | 2017-10-16 | 1 | -42/+93 |
* | Give up on NonZeroUsize memory layout optimization with unstable features. | Simon Sapin | 2017-10-16 | 1 | -36/+5 |
* | Use wrappers in the nonzero crate so users don’t need unstable features | Simon Sapin | 2017-10-13 | 1 | -3/+19 |
* | Use NonZeroUsize in script_layout_interface | Simon Sapin | 2017-10-13 | 1 | -1/+15 |
* | Use NonZeroU32 in canvas_traits | Simon Sapin | 2017-10-13 | 1 | -0/+4 |
* | Add NonZeroUsize | Simon Sapin | 2017-10-13 | 1 | -0/+45 |
* | Add a nonzero crate | Simon Sapin | 2017-10-13 | 2 | -0/+57 |