summary refs log tree commit diff
path: root/src/test/run-pass/cci_borrow.rs
AgeCommit message (Expand)AuthorLines
2014-10-02tests: remove uses of Gc.Eduard Burtescu-2/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
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-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-3/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-0/+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
2012-06-01Revert "test: xfail-win32 run-pass/cci_borrow.rs"Brian Anderson-1/+0
2012-06-01test: xfail-win32 run-pass/cci_borrow.rsBrian Anderson-0/+1
2012-04-23encode the borrowing table, add a simple cross-crate borrowing testNiko Matsakis-0/+12