Erick Tryzelaar
|
a7ecde3323
|
libcore: minor code cleanup.
This is minor and probably completely inconsequential to performance,
but I find vec::map to be more clear than vec::each and a push.
|
2012-10-18 10:09:57 -07:00 |
|
Graydon Hoare
|
3654287826
|
De-export logging, to_str, to_bytes, from_str, util. Part of #3583.
|
2012-09-28 17:47:09 -07:00 |
|
Patrick Walton
|
c6605168a1
|
libcore: De-export logging and pipes
|
2012-09-26 16:46:54 -07:00 |
|
Patrick Walton
|
f41c53667e
|
rustc: Fix calls to the logging function when the must_cast flag is true; stop using shape code for logging
|
2012-09-25 14:56:17 -07:00 |
|
Patrick Walton
|
ee7fa194fa
|
Revert "rustc: Stop using shape code for logging" due to ICEs
This reverts commit ac822a52be .
|
2012-09-25 12:17:05 -07:00 |
|
Patrick Walton
|
ac822a52be
|
rustc: Stop using shape code for logging
|
2012-09-25 11:44:23 -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 |
|
Brian Anderson
|
ee426f177b
|
core: Mark three more trivial mods as demoded
|
2012-09-20 17:18:18 -07:00 |
|
Gareth Daniel Smith
|
be0141666d
|
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
|
2012-07-04 19:18:13 -07:00 |
|
Graydon Hoare
|
debb7e4641
|
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
|
2012-07-03 16:11:00 -07:00 |
|
Brian Anderson
|
b22556a6f8
|
core: Convert to rustdoc
|
2012-03-09 22:56:53 -08:00 |
|
Brian Anderson
|
79207321ae
|
libcore: Add core::logging::console_on/off functions
These affect logging output to stdout globally, and turning the console off
has no effect when overridden by RUST_LOG.
|
2012-01-13 13:44:09 -08:00 |
|