| Age | Commit message (Collapse) | Author | Lines |
|
|
|
Tracking issue: https://github.com/rust-lang/rust/issues/49137
|
|
|
|
|
|
|
|
Add 12 num::NonZero* types for primitive integers, deprecate core::nonzero
RFC: https://github.com/rust-lang/rfcs/pull/2307
Tracking issue: ~~https://github.com/rust-lang/rust/issues/27730~~ https://github.com/rust-lang/rust/issues/49137
Fixes https://github.com/rust-lang/rust/issues/27730
|
|
Fixes #27730
|
|
RFC: https://github.com/rust-lang/rfcs/pull/2307
|
|
|
|
Improve documentation of next_power_of_two
Clarify overflow behavior of `next_power_of_two`.
Related Issue: #18604
|
|
Based on @scottmcm 's suggestion
|
|
[unstable, deprecated since 1.11.0]
|
|
This commit adds a new entry to the Travis matrix which will execute emscripten
test suites. Along the way it updates a few bits of the test suite to continue
passing on emscripten, such as:
* Ignoring i128/u128 tests as they're presumably just not working (didn't
investigate as to why)
* Disabling a few process tests (not working on emscripten)
* Ignore some num tests in libstd (#39119)
* Fix some warnings when compiling
|
|
This makes it dissimilar to how core is structured on disk, but
more predictable on its own.
|