| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-14 | std: get std::path tests to work again | Erick Tryzelaar | -0/+1 | |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -6/+6 | |
| This fixes the strange random crashes in compile-fail tests. This reverts commit 96cd61ad034cc9e88ab6a7845c3480dbc1ea62f3. Conflicts: src/librustc/driver/driver.rs src/libstd/str.rs src/libsyntax/ext/quote.rs | ||||
| 2013-06-13 | std: make all strings Equiv-alent to each other, generalise Path.push_many ↵ | Huon Wilson | -6/+6 | |
| to take any type of string. | ||||
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and ↵ | Huon Wilson | -1/+0 | |
| .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-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -6/+6 | |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -3/+3 | |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} ↵ | Huon Wilson | -8/+8 | |
| methods. | ||||
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -2/+2 | |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -30/+30 | |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -16/+16 | |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -4/+4 | |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+2 | |
| 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/+1200 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
