| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-06 | libc: omit memcpy, memmove and memset | Daniel Micay | -13/+4 | |
| LLVM provides these functions as intrinsics, and will generate calls to libc when appropriate. They are exposed in the `ptr` module as `copy_nonoverlapping_memory`, `copy_memory` and `set_memory`. | ||||
| 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-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+2054 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
