rust/src/liballoc
Steve Klabnik a3cd5eb1bd Exise 'owned pointer' from the codebase
Still some references left to this old term, I've updated them to say boxes.

Related to #25851
2015-06-09 16:26:21 -04:00
..
arc.rs Remove many unneeded feature annotations in the docs 2015-06-06 18:58:35 -04:00
boxed.rs change some statics to constants 2015-06-07 19:50:13 +02:00
boxed_test.rs Fallout in libstd: remove impls now considered to conflict. 2015-04-01 11:21:42 -04:00
heap.rs Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=Gankro 2015-05-11 23:24:18 -04:00
lib.rs Exise 'owned pointer' from the codebase 2015-06-09 16:26:21 -04:00
rc.rs Added AsRef implementations for Arc and Rc 2015-06-04 14:35:04 +02:00