rust/src/test
Tim Chevalier 3639d38d5c Add a demoded version of ptr::addr_of
Currently, the new version is ptr::p2::addr_of and the old one is
ptr::addr_of. This is kind of cheesy, but I need a snapshot before I
can ditch the old version, since the pipe compiler generates calls to
addr_of.

core is converted over to use the new version, std is not.
2012-09-28 22:19:01 -07:00
..
auxiliary Respect privacy qualifiers on view items, add to import resolutions. 2012-09-25 15:31:02 -07:00
bench Fix graph500-bfs 2012-09-28 19:26:24 -07:00
compile-fail Add a demoded version of ptr::addr_of 2012-09-28 22:19:01 -07:00
pretty Camel case the option type 2012-08-26 15:56:16 -07:00
run-fail Fix test/run-fail/issue-2156 2012-09-26 18:10:35 -07:00
run-pass Demode iter::foldl and friends 2012-09-28 17:57:02 -07:00
run-pass-fulldeps Fix run-pass-fulldeps/qquote.rs 2012-09-18 18:46:45 -07:00