rust/src
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
..
compiler-rt@58ab642c30
compiletest
doc
driver
etc
grammar
jemalloc@b001609960
liballoc Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
libarena Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
libbacktrace
libcollections Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
libcore Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb 2015-03-03 14:18:03 +00:00
libcoretest Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc
liblog
librand Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb 2015-03-03 14:18:03 +00:00
librbml Rollup merge of #22876 - Florob:const, r=nikomatsakis 2015-03-03 17:02:20 +05:30
librustc Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
librustc_back Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
librustc_bitflags
librustc_borrowck
librustc_driver
librustc_lint
librustc_llvm
librustc_privacy
librustc_resolve
librustc_trans Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
librustc_typeck Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
librustdoc
libserialize Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb 2015-03-03 14:18:03 +00:00
libstd Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
libsyntax Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
libterm
libtest
libunicode
llvm@b89c3f039b
rt
rust-installer@60fd8abfca
rustbook
rustllvm
test Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
snapshots.txt