rust/src/test/run-pass-valgrind
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
..
cleanup-auto-borrow-obj.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
cleanup-stdin.rs std: Implement stdio for std::io 2015-02-28 23:13:02 -08:00
dst-dtor-1.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
dst-dtor-2.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00