| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -230/+0 | |
| 2013-06-24 | remove old_iter | Daniel Micay | -1/+0 | |
| the `test/run-pass/class-trait-bounded-param.rs` test was xfailed and written in an ancient dialect of Rust so I've just removed it this also removes `to_vec` from DList because it's provided by `std::iter::to_vec` an Iterator implementation is added for OptVec but some transitional internal iterator methods are still left | ||||
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -4/+0 | |
| New snapshot means this can all go. Also removes places that have comments that say they are workarounds for stage0 errors. | ||||
| 2013-06-17 | Reproduce text changes from @brson PR 7176 and fix a typo therein | Ralph Bodenner | -14/+15 | |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -2/+2 | |
| 2013-06-14 | auto merge of #7122 : thestinger/rust/std, r=luqmana | bors | -14/+14 | |
| 2013-06-13 | update the libstd docstring for the rename | Daniel Micay | -14/+14 | |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 | |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -1/+1 | |
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -0/+1 | |
| The ptr module is intended to be for raw pointers. Closes #3111 | ||||
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -1/+4 | |
| Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. | ||||
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 | |
| 2013-05-24 | Remove usage of the #[merge] hack with int modules | Alex Crichton | -28/+18 | |
| 2013-05-22 | syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo` | Patrick Walton | -0/+10 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -7/+8 | |
| to libextra | ||||
| 2013-05-22 | librustc: Rename core injection to std injection | Patrick Walton | -2/+3 | |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+226 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
