rust/src/librustc/plugin
Felix S. Klock II 0d5bcb14ad Switched to Box::new in many places.
Many of the modifications putting in `Box::new` calls also include a
pointer to Issue 22405, which tracks going back to `box <expr>` if
possible in the future.

(Still tried to use `Box<_>` where it sufficed; thus some tests still
have `box_syntax` enabled, as they use a mix of `box` and `Box::new`.)

Precursor for overloaded-`box` and placement-`in`; see Issue 22181.
2015-03-03 21:05:55 +01:00
..
build.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
load.rs std: Move std::env to the new I/O APIs 2015-02-24 15:27:42 -08:00
mod.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
registry.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00