Patrick Walton
|
06594ed96b
|
librustc: Remove pub extern and priv extern from the language.
Place `pub` or `priv` on individual items instead.
|
2013-07-20 17:39:38 -07:00 |
|
Patrick Walton
|
1be40be613
|
test: Update tests to use the new syntax.
|
2013-05-22 21:57:10 -07:00 |
|
Patrick Walton
|
6b5d1afeec
|
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning
|
2013-03-07 22:32:52 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Patrick Walton
|
592c2e1db4
|
test: Remove export from the tests, language, and libraries. rs=deexporting
|
2013-01-30 15:56:40 -08:00 |
|
Patrick Walton
|
fcc470c0ee
|
test: Fix check-fast for resolve changes. rs=bustage
|
2013-01-07 18:55:12 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Niko Matsakis
|
267ab11cca
|
use + mode for (almost) everything when not using legacy modes
|
2012-09-25 12:47:35 -07:00 |
|
Graydon Hoare
|
dffe188991
|
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
|
2012-09-21 18:11:43 -07:00 |
|
Ben Blum
|
03cdc2476d
|
Change all test/run-pass uses of rustrt::unsupervise() to something else
|
2012-07-17 21:19:23 -04:00 |
|
Michael Sullivan
|
92743dc2a6
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
Graydon Hoare
|
debb7e4641
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|