about summary refs log tree commit diff
path: root/src/test/compile-fail/implicit-method-bind.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-13/+0
2015-04-21test: Fix fallout in testsAlex Crichton-3/+1
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+2
The methods have been moved into Float and SignedInt
2014-01-30Remove Times traitBrendan Zabarauskas-1/+1
`Times::times` was always a second-class loop because it did not support the `break` and `continue` operations. Its playful appeal was then lost after `do` was disabled for closures. It's time to let this one go.
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-10Disallow implicitly binding methods in typechecker. Closes #2189.Michael Sullivan-0/+3