about summary refs log tree commit diff
path: root/src/test/run-pass/operator-overloading.rs
AgeCommit message (Expand)AuthorLines
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-2/+2
2013-03-22test: Remove `pure` from the test suitePatrick Walton-7/+7
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+2
2013-02-22Remove legacy_modes from test casesBrian Anderson-1/+0
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-6/+6
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-11test: add test for overloading logical negation operatorAndrew Paseltiner-0/+11
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More bustage fixes. rs=mePatrick Walton-1/+1
2012-12-05test: More run-pass test fixesPatrick Walton-1/+1
2012-11-26libcore: Add explicit self to all overloaded operators but Add and Index. r=b...Patrick Walton-3/+3
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-09-25Demode dvecTim Chevalier-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-7/+7
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-02Camel case core::opsBrian Anderson-4/+4
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+6
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-20/+25
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+8
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-02-02Add test case for issue #1733Marijn Haverbeke-0/+2
2012-01-30Alter/remove tests that include/concern ternaryPaul Woolcock-1/+1
2012-01-27Use the method name 'unary-' for overloading negationMarijn Haverbeke-1/+1
2012-01-26Use operator names for operator methodsMarijn Haverbeke-5/+9
2012-01-26Allow operator overloading of the indexing operatorMarijn Haverbeke-0/+5
2012-01-26First stab at operator overloadingMarijn Haverbeke-0/+17