| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -21/+21 | |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -19/+14 | |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep ↵ | Ben Blum | -3/+4 | |
| for making them noncopyable. | ||||
| 2013-06-29 | Change taskgroup key type to fn:Copy in prep for noncopyable stack closures. | Ben Blum | -1/+1 | |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -12/+12 | |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 | |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 | |
| 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: rm old_iter implementations, except BaseIter | Daniel Micay | -2/+2 | |
| The removed test for issue #2611 is well covered by the `std::iterator` module itself. This adds the `count` method to `IteratorUtil` to replace `EqIter`. | ||||
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -2/+2 | |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -9/+9 | |
| 2013-06-16 | remove unused imports | Huon Wilson | -3/+0 | |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -12/+12 | |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -3/+0 | |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+2 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+12 | |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -2/+0 | |
| 2013-05-23 | cleanup warnings from libextra | Erick Tryzelaar | -1/+1 | |
| 2013-05-22 | test: Update tests and import the prelude in some more places. | Patrick Walton | -0/+9 | |
| 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/+1221 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
