| Age | Commit message (Collapse) | Author | Lines |
|
Also fix up all the fallout elsewhere throughout core. It's really nice being
able to have the prelude.
|
|
|
|
|
|
|
|
|
|
pub mod or pub fn).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are currently inferred. New rules are coming that will require
them to be explicit. All add some explicit self declarations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rs=implflipping
|
|
|
|
|
|
correct handling of moves for struct-record update.
Part of #3678. Fixes #2828, #3904, #4719.
|
|
- Moved ToStr implementation of unsigned integers to uint-template.rs.
- Marked the `str()` function as deprecated.
- Forwarded all conversion functions to `core::num::to_str_common()`
and `core::num::from_str_common()`.
- Fixed most places in the codebase where `to_str()` is being used.
- Added uint-template to_str and from_str overflow tests.
|
|
|
|
contain at least two components. r=graydon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and private
|
|
|
|
Note that the method foo.each() is not de-moded, nor the other
vec routines.
|
|
demode str"
This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e.
Not quite ready.
|
|
|
|
|
|
|
|
also, change DVec() to work with imm vectors rather than mut ones
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|