| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -4/+3 | |
| 2013-06-22 | replaced some 'std::' with 'extra::' in comments | reus | -10/+10 | |
| 2013-06-16 | remove unused imports | Huon Wilson | -2/+0 | |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and ↵ | Huon Wilson | -10/+9 | |
| .as_bytes_with_null[_consume](). The first acts on &str and is not nul-terminated, the last two act on strings that are always null terminated (&'static str, ~str and @str). | ||||
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -13/+13 | |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+4 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 | |
| 2013-05-28 | Generalized implementation of FromBase64 | Steven Fackler | -16/+16 | |
| Previously, FromBase64 was only implemented on ~[u8] and ~str when any pointer would do. The implementations of FromBase64 are now consistent with the implementations of ToBase64. | ||||
| 2013-05-27 | syntax highlight code examples in docstrings | Daniel Micay | -12/+12 | |
| 2013-05-23 | cleanup warnings from libextra | Erick Tryzelaar | -11/+7 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -0/+6 | |
| to libextra | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+247 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
