| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -3/+3 | |
| is very common, and the replacement (.iter().transform().collect()) is very ugly. | ||||
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -11/+10 | |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -18/+32 | |
| They evaluated the receiver twice. They should be added back with `AddAssign`, `SubAssign`, etc., traits. | ||||
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -2/+3 | |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+3 | |
| I removed the `static-method-test.rs` test because it was heavily based on `BaseIter` and there are plenty of other more complex uses of static methods anyway. | ||||
| 2013-06-21 | vec: replace `position` with `iter().position_` | Daniel Micay | -1/+1 | |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 | |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -22/+22 | |
| 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-12 | std: convert str::repeat to a method. | Huon Wilson | -3/+3 | |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -22/+22 | |
| 2013-06-11 | auto merge of #7035 : influenza/rust/getopts-doc-update, r=bstrie | bors | -14/+15 | |
| The documentation was still refering to getopts as though it was in the std module - I've changed this to refer to extra instead. | ||||
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -2/+2 | |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -4/+4 | |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 | |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -5/+5 | |
| 2013-06-09 | Fix all issues with sample code | Ron Dahlgren | -12/+13 | |
| The getopts sample program now compiles and runs. Additionally I made all of the indentation uniformly four spaces. | ||||
| 2013-06-09 | Updated documentation to refer to extra module | Ron Dahlgren | -3/+3 | |
| The documentation was still refering to getopts as though it was in the std module - I've changed this to refer to extra instead. | ||||
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -2/+2 | |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -23/+23 | |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -11/+12 | |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+2 | |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -9/+9 | |
| 2013-05-23 | cleanup warnings from libextra | Erick Tryzelaar | -129/+126 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -0/+2 | |
| to libextra | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+1381 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
