| Age | Commit message (Collapse) | Author | Lines |
|
Two separate changes that got intertwined (sorry):
Make to_str pure. Closes #3691
In str, change functions like push_char to take an &mut str instead of
an &str. Closes #3710
|
|
|
|
|
|
|
|
|
|
|
|
#[legacy_exports];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
platforms...
|
|
#2907.
|
|
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
|
|
|
|
|
|
|
|
|
...since we probably won't have this kind of typestate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As per discussion on IRC. I am about to file an RFC for further
discussion about the more general issue of whether to enforce
invariants through types, typestate, or dynamic checks, but for now,
removing the misleading name "last_unsafe".
|
|
See Issue 1943 for any discussion (reopen it if necessary).
Closes #1943
|
|
|
|
|