Patrick Walton
|
9089cf2ec9
|
librustc: Forbid & pointers (other than &'static ) inside @ boxes.
This makes custom borrowing implementations for custom smart pointers
sound.
|
2013-07-18 17:12:46 -07:00 |
|
Patrick Walton
|
8b56a8380b
|
librustc: Modify all code to use new lifetime binder syntax
|
2013-03-26 21:30:17 -07:00 |
|
Niko Matsakis
|
3168fe06ff
|
Add manual &self/ and &static/ and /&self declarations that
are currently inferred. New rules are coming that will require
them to be explicit. All add some explicit self declarations.
|
2013-03-06 15:12:57 -05:00 |
|
Patrick Walton
|
30bb09c0e7
|
test: Remove fn@ , fn~ , and fn& from the test suite. rs=defun
|
2013-03-02 18:47:47 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Tim Chevalier
|
6d4907a742
|
testsuite: Eliminate uses of structural records from most run-pass tests
Except the pipes tests (that needs a snapshot)
|
2013-01-26 11:35:17 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
d1fc2b5995
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
Marijn Haverbeke
|
10120cce0f
|
typeck: Take more care to pass down expected types
This helps with prototype inference and avoids some 'must be known
in this context' errors.
|
2012-04-25 17:45:29 +02:00 |
|