Files
rust/src/libstd
Kevin Ballard 4af84313d6 Rewrite &[T].to_owned() to allocate directly
This used to create a Vec<T> and then call .move_iter().collect() to
convert to a ~[T]. We can't do that anymore, so construct the ~[T] in
place instead. This has the added benefit of avoiding an unnecessary
memory copy (from the Vec<T> to the ~[T]).
2014-05-08 12:06:21 -07:00
..
2014-05-07 11:03:12 -07:00
2014-05-07 08:16:14 -07:00
2014-05-07 08:16:14 -07:00
2014-05-07 11:03:12 -07:00
2014-04-08 00:03:11 -07:00
2014-05-07 08:14:56 -07:00
2014-05-07 11:03:12 -07:00
2014-05-07 23:43:39 -07:00
2014-05-07 11:03:12 -07:00
2014-05-07 11:03:12 -07:00
2014-05-02 23:00:58 -07:00
2014-05-07 11:03:12 -07:00
2014-04-04 09:31:21 -07:00