Niko Matsakis
|
a896440ca1
|
new borrow checker (mass squash)
|
2013-04-30 06:59:32 -04:00 |
|
Patrick Walton
|
1274d4a006
|
test: Fix tests. rs=tests
|
2013-03-11 09:36:00 -07:00 |
|
Patrick Walton
|
e48446d060
|
test: Remove newtype enums from the test suite. rs=deenum
|
2013-03-11 09:35:58 -07:00 |
|
Patrick Walton
|
9143688197
|
librustc: Replace impl Type : Trait with impl Trait for Type . rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
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 |
|