| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -46/+6 | |
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -10/+0 | |
| 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-03 | fixed the buffer to make it a more reasonable size | toddaaro | -1/+1 | |
| 2013-08-03 | modified logging function to truncate output and adjusted error output ↵ | toddaaro | -0/+10 | |
| formatting tests to be compatible with both the new and old runtimes | ||||
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -5/+5 | |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -6/+6 | |
| Place `pub` or `priv` on individual items instead. | ||||
| 2013-06-21 | std: Make console log off/on controls work with newsched | Brian Anderson | -4/+20 | |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+1 | |
| Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. | ||||
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -3/+3 | |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+97 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
