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 |
|
Brian Anderson
|
95eb01957b
|
std: Make console log off/on controls work with newsched
|
2013-06-21 16:52:07 -07:00 |
|
Alex Crichton
|
007651cd26
|
Require documentation by default for libstd
Adds documentation for various things that I understand.
Adds #[allow(missing_doc)] for lots of things that I don't understand.
|
2013-05-30 01:02:55 -05:00 |
|
Alex Crichton
|
b04c40bb1c
|
Silence various warnings throughout test modules
|
2013-05-28 15:27:35 -05:00 |
|
Patrick Walton
|
0c820d4123
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
This only changes the directory names; it does not change the "real"
metadata names.
|
2013-05-22 21:57:05 -07:00 |
|