Luqman Aden
|
70185fdcc2
|
rt: remove last_os_error and adjust tests.
|
2013-02-11 23:49:49 -05:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Brian Anderson
|
ea01ee2e9e
|
Convert 'use' to 'extern mod'. Remove old 'use' syntax
|
2012-09-11 19:25:43 -07:00 |
|
Patrick Walton
|
f686896f60
|
test: "import" -> "use"
|
2012-09-05 12:32:05 -07:00 |
|
Tim Chevalier
|
268850f67b
|
xfail-fast anon-extern-mod-cross-crate-2
|
2012-09-04 17:23:26 -07:00 |
|
Tim Chevalier
|
451da07718
|
Allow anonymous extern mods
Now you can write:
extern {
f() -> int;
}
and f will be accessible in the enclosing scope.
|
2012-09-04 16:41:19 -07:00 |
|