| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
slice_unique
|
|
renamed str::slice -> slice_DBG_UNIQ
changed vec slice method -> to_owned()
renamed vec view method -> slice_V_DBG_BRWD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
imports
|
|
|
|
floats
|
|
|
|
|
|
|
|
|
|
rustc intrinsic. Several files in libcore have been changed to use
these intrinsics.
As of yet, none of the intrinsics are documented.
|
|
Moved them into own module and made them not depend on an Round trait impl for integers and generic math functions that can fail on integers any more.
|
|
slipped through. r=tjc
|
|
Moved `is_*` predicates into standalone functions
|
|
|
|
Removed Round impl for integers
|
|
|
|
Removed hacky dependency on Round trait and generic infinity functions
Removed generic-runtime-failure-depending-on-type behavior
|
|
|
|
|
|
rs=implflipping
|
|
Sadly I could not use trait inheritance due to a type parameter substitution
bug.
|
|
|
|
|
|
|
|
|
|
|
|
correct handling of moves for struct-record update.
Part of #3678. Fixes #2828, #3904, #4719.
|
|
|
|
Calling it on a special value now causes a failure, however `to_str_radix_special()` is provided which can be
used if those values are expected, and which returns a tupel to allow differentating them.
|
|
|
|
|
|
|