about summary refs log tree commit diff
path: root/src/libstd/core.rc
AgeCommit message (Collapse)AuthorLines
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-230/+0
2013-06-24remove old_iterDaniel 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-21Remove all #[cfg(stage0)]-protected codeJames 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-17Reproduce text changes from @brson PR 7176 and fix a typo thereinRalph Bodenner-14/+15
2013-06-16Update doc references to new names for std, extra, and std::libcRalph Bodenner-2/+2
2013-06-14auto merge of #7122 : thestinger/rust/std, r=luqmanabors-14/+14
2013-06-13update the libstd docstring for the renameDaniel Micay-14/+14
2013-06-13automated whitespace fixesDaniel Micay-1/+0
2013-06-06Deduplicate words in code commentsAlexei Sholik-1/+1
2013-06-02ptr: split out borrowed pointer utilitiesDaniel Micay-0/+1
The ptr module is intended to be for raw pointers. Closes #3111
2013-05-30Require documentation by default for libstdAlex 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-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-28/+18
2013-05-22syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`Patrick Walton-0/+10
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-7/+8
to libextra
2013-05-22librustc: Rename core injection to std injectionPatrick Walton-2/+3
2013-05-22libstd: 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.