Florian Hahn
2b5f4b55c0
Convert rust_crate_map.cpp to Rust
...
Conflicts:
src/libstd/rt/logging.rs
2013-09-13 00:47:30 +02:00
novalis
c684df103e
Handle global log levels ( fixes #6033 )
2013-09-07 09:14:52 -04:00
novalis
c891fa326d
Fix #6031 . Allow symbolic log levels, not just numbers.
2013-09-06 23:30:17 -04:00
Florian Hahn
e38739bb44
Convert rust_log.cpp to Rust, closes #8703
2013-09-04 14:18:56 +02:00
Michael Sullivan
dc9b3e37e2
Rangechange the log message truncation limit.
2013-08-19 09:35:51 -07:00
Niko Matsakis
0479d946c8
Add externfn macro and correctly label fixed_stack_segments
2013-08-19 07:13:15 -04:00
Kevin Ballard
03ef71e262
Add ToCStr method .with_c_str()
...
.with_c_str() is a replacement for the old .as_c_str(), to avoid
unnecessary boilerplate.
Replace all usages of .to_c_str().with_ref() with .with_c_str().
2013-08-15 01:33:10 -07:00
Erick Tryzelaar
8567611adf
Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trailing-nulls
2013-08-06 16:18:58 -07:00
Brian Anderson
d123df26ff
std: Fix newsched logging truncation
...
The truncation needs to be done in the console logger in order
to catch all the logging output, and because truncation only matters
when outputting to the console.
2013-08-04 21:56:47 -07:00
Erick Tryzelaar
3102b1797e
std: replace str::as_c_str with std::c_str
2013-08-04 14:13:17 -07:00
Erick Tryzelaar
7af56bb921
std: move StrUtil::as_c_str into StrSlice
2013-07-23 16:56:22 -07:00
Brian Anderson
95eb01957b
std: Make console log off/on controls work with newsched
2013-06-21 16:52:07 -07:00
Patrick Walton
18df18c817
libstd: Fix merge fallout.
2013-05-22 21:57:11 -07:00