summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-loan-rcvr-overloaded-op.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-6/+6
2015-01-05Remove uses of default_type_params feature gate from tests.Huon Wilson-2/+0
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+5
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-13Fix compile-fail testsJorge Aparicio-5/+5
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-01-03test: Get rid of some `@mut`s in borrow check testsPatrick Walton-8/+0
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-1/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+1
2013-05-01wip---work on making rooting work properlyNiko Matsakis-2/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-3/+3
2013-03-22test: Remove `pure` from the test suitePatrick Walton-1/+1
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-1/+1
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-17Correct testsNiko Matsakis-8/+3
2013-01-17test: Fix busted compile-fail tests. rs=bustagePatrick Walton-3/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-06test: Fix busted test. rs=bustagePatrick Walton-1/+1
2012-12-06test: Fix more compile-fail bustage. rs=bustagePatrick Walton-1/+0
2012-12-06test: Fix some compile-fail bustage. rs=bustagePatrick Walton-1/+1
2012-11-15Un-xfail working testsTim Chevalier-5/+0
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-8/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+13
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-1/+1
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-09-02Camel case core::opsBrian Anderson-1/+1
2012-08-17make borrowck more conservative around rvalues.Niko Matsakis-1/+3
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-13/+18
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+6
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-6/+6
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+3
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-06-02Allow rcvrs to be borrowed; check rcvrs in borrowck properlyNiko Matsakis-0/+47