| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-19 | Rangechange the log message truncation limit. | Michael Sullivan | -1/+1 | |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+6 | |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -1/+1 | |
| .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-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into ↵ | Erick Tryzelaar | -4/+17 | |
| remove-str-trailing-nulls | ||||
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -4/+17 | |
| 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 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+2 | |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -5/+3 | |
| 2013-06-21 | std: Make console log off/on controls work with newsched | Brian Anderson | -4/+16 | |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+68 | |
