Niko Matsakis
|
b106ef8116
|
make bind syntax unnecessary: just use _ for one of the arguments
|
2012-02-11 10:14:41 -08:00 |
|
Marijn Haverbeke
|
60ae1590af
|
Switch to new param kind bound syntax
And remove support for the old syntax
|
2012-01-05 15:50:02 +01:00 |
|
Marijn Haverbeke
|
15be2fc73a
|
Add 'copy' bounds to functions that were faultily accepted without
Issue #1390
|
2012-01-02 15:31:58 +01:00 |
|
Marijn Haverbeke
|
cfdf193c46
|
Update our code to new type parameter kind syntax
Closes #1067
|
2011-10-25 15:56:55 +02:00 |
|
Brian Anderson
|
29ad3bdb10
|
Make fn denote a bare function. Convert fn to fn@ as needed
|
2011-10-20 18:23:48 -07:00 |
|
Marijn Haverbeke
|
41528dc543
|
Add pass-by-ref annotation to the tests to make them typecheck
Issue #1008
|
2011-10-07 10:41:39 +02:00 |
|
Brian Anderson
|
6b42ad5ea0
|
Enforce copy restrictions on let initializers
|
2011-09-26 22:00:15 -07:00 |
|
Brian Anderson
|
18b01d5cfe
|
Create a bunch of test cases for unique boxes by copying box tests
XFAIL the ones that don't work
Issue #409
|
2011-09-23 15:15:30 -07:00 |
|