| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -13/+12 | |
| 2013-06-29 | libextra: unused import fix for android AGAIN | Young-il Choi | -1/+4 | |
| 2013-06-28 | Fix merge fallout | Corey Richardson | -5/+0 | |
| 2013-06-28 | libextra: Fix even more merge fallout. | Patrick Walton | -1/+2 | |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type ↵ | Patrick Walton | -14/+16 | |
| implementations. This should allow fewer symbols to be exported. | ||||
| 2013-06-27 | extra: unused import fix for android | Young-il Choi | -1/+7 | |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+1 | |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and ↵ | Huon Wilson | -3/+2 | |
| .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-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 | |
| 2013-06-08 | Avoid unnecessary allocations in the metadata decoder | Björn Steinbrink | -7/+12 | |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -24/+25 | |
| 2013-05-31 | Implement unimplemented methods in ebml | Alex Crichton | -71/+79 | |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+2 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -0/+4 | |
| to libextra | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+957 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
