about summary refs log tree commit diff
path: root/src/test/run-pass/operator-overloading.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2018-08-05Fix run-pass-fulldeps testsvarkor-2/+0
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-2/+0
2015-01-03fix rpass/cfail testsJorge Aparicio-1/+3
2015-01-03use assoc types in unop traitsJorge Aparicio-2/+6
2015-01-03use assoc types in binop traitsJorge Aparicio-2/+7
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-18Fix run pass testsJorge Aparicio-2/+2
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-5/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+2
2014-12-13Fix run-pass testsJorge Aparicio-5/+5
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-2/+6
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-0/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-6/+6
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