about summary refs log tree commit diff
path: root/src/test/run-pass/unique-copy-box.rs
AgeCommit message (Expand)AuthorLines
2014-03-22make std::managed privateDaniel Micay-24/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-17Move sys::refcount to managed::refcountAlex Crichton-3/+3
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-9/+9
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-8/+10
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-5/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More run-pass test fixesPatrick Walton-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-10-24move sys fns into c-stack-cdecl and get_type_desc() into rustiNiko Matsakis-1/+1
2011-10-12all tests passNiko Matsakis-1/+1
2011-09-22Add a test for unique boxes containing shared boxesBrian Anderson-0/+12