Patrick Walton
|
45052e13a5
|
test: Fix some compile-fail bustage. rs=bustage
|
2012-12-06 11:08:23 -08:00 |
|
Patrick Walton
|
9e1c9be16f
|
librustc: Make the Drop trait use explicit self
|
2012-11-29 11:06:15 -08:00 |
|
Ben Striegel
|
f4a5a76aa4
|
Convert the test suite to use the Drop trait
|
2012-11-14 19:26:37 -08:00 |
|
Kevin Cantu
|
1bede1f5e0
|
Replace several common macros of the form #m[...] with m!(...)
This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
|
2012-10-12 14:14:48 -07:00 |
|
Brian Anderson
|
f0eae8f1c1
|
Convert field terminators to commas. Stop parsing semis.
|
2012-09-07 16:12:15 -07:00 |
|
Brian Anderson
|
b4e547d71a
|
Remove struct ctors
|
2012-09-06 10:52:26 -07:00 |
|
Brian Anderson
|
3ab4b014cf
|
Remove the class keyword
|
2012-08-17 10:13:45 -07:00 |
|
Niko Matsakis
|
31c5cec55b
|
Purge placement new; Make borrowck know about unary move.
cc #3071
|
2012-08-02 22:36:36 -07:00 |
|