rust/src/libcore/task
Tim Chevalier f78cdcb636 Removing explicit uses of + mode
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.
2012-10-02 14:31:39 -07:00
..
local_data.rs Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
local_data_priv.rs Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
rt.rs core: Decompose task into more submodules 2012-09-19 19:08:32 -07:00
spawn.rs Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00