| Age | Commit message (Collapse) | Author | Lines |
|
'managed' means something different now
|
|
Sadly, there's only one file that requires deprecated modes
(stackwalk)... So, forbid them everywhere else.
|
|
This removes most explicit uses of the + argument mode. Pending a
snapshot, I had to remove the forbid(deprecated_modes) pragma from
a bunch of files. I'll put it back!
+ mode still has to be used in a few places for functions that get
moved (see task.rs)
The changes outside core and std are due to the to_bytes trait and
making the compiler (with legacy modes on) agree with the libraries
(with legacy modes off) about modes.
|
|
|
|
Needs a snapshot before this can be completed, because I changed
the mode for conv_poly.
|
|
|
|
|
|
#[legacy_exports];
|
|
Note that the method foo.each() is not de-moded, nor the other
vec routines.
|
|
|