rust/src/test
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
..
auxiliary Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
bench Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
compile-fail-fulldeps Add regression tests for #15778 2015-03-02 13:22:03 -08:00
debuginfo Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
parse-fail obsolete |&:| syntax 2015-02-27 21:01:22 -05:00
pretty Fix test fallouts 2015-02-22 02:14:27 +01:00
run-fail Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
run-make Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
run-pass Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
run-pass-fulldeps Add regression tests for #15778 2015-03-02 13:22:03 -08:00
run-pass-valgrind Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00