| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
r? @catamorphism
|
|
This makes the `trim` and `substr` functions return a slice instead of an `~str`, and removes the unnecessary `Trimmable` trait (`StrSlice` already contains the same functionality).
Also moves the `ToStr` implementations for the three str types into the str module in anticipation of further untangling.
|
|
contain non-Owned fields. r=nmatsakis
|
|
|
|
temporary renamed them to better track use-sites
|
|
* Closes #4603
|
|
|
|
|
|
|
|
|
|
and obsolete `-` mode altogether (it *was* parsed as `+` mode).
|
|
|
|
|
|
|
|
|
|
rs=deexterning
|
|
are currently inferred. New rules are coming that will require
them to be explicit. All add some explicit self declarations.
|
|
|
|
|
|
|
|
|
|
Removed deprecated `str()` functions in int-template.rs and uint-template.rs
|
|
|
|
|
|
|
|
This reverts commit f63efdc2100ff28e2a42600641835e7bd8bde591.
|
|
|
|
|
|
|
|
r?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|