summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-03-10add a TotalOrd impl for the unit typeDaniel Micay-1/+6
2013-03-09vec: cleanupDaniel Micay-219/+218
2013-03-09vec: renovate the BaseIter implDaniel Micay-27/+9
2013-03-09core: implement Clone for primitive typesAndrew Paseltiner-0/+28
2013-03-08Finish de-implicit-selfing everything but the test suiteBen Striegel-0/+1
2013-03-08implement BaseIter for dlist (removing iter-trait)Daniel Micay-151/+43
2013-03-08rm obsolete iter-trait/option.rs fileDaniel Micay-32/+0
2013-03-08Fix dvec-related fallout in testsAlex Crichton-5/+3
2013-03-08core: Remove the dvec moduleAlex Crichton-400/+4
2013-03-08core: Remove uses of DVec in io/reprAlex Crichton-38/+34
2013-03-07test: Fix tests.Patrick Walton-29/+67
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2441/+2459
2013-03-07libsyntax: Stop parsing structural record typesPatrick Walton-2/+2
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-2/+2
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-638/+836
2013-03-06auto merge of #5256 : thestinger/rust/bool, r=brsonbors-9/+14
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-83/+84
2013-03-06bool: make the from_str function a FromStr implDaniel Micay-9/+14
2013-03-06auto merge of #5252 : nikomatsakis/rust/issue-5087-make-trait-not-impl-self, ...bors-90/+182
2013-03-06Make object types not implement associated trait. Fixes #5087.Niko Matsakis-2/+32
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-88/+150
2013-03-06Finish de-implicit-selifizng libcoreBen Striegel-8/+6
2013-03-05auto merge of #5235 : yjh0502/rust/io_float, r=graydonbors-0/+108
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-22/+39
2013-03-05core: convert vec::{init,initn} to return referencesErick Tryzelaar-22/+48
2013-03-05core: convert vec::{tail,tailn} to return referencesErick Tryzelaar-18/+39
2013-03-05core: convert vec::{head,head_opt} to return referencesErick Tryzelaar-9/+43
2013-03-06add floating-point read/write to Reader/WriterJihyun Yu-0/+108
2013-03-05trie: remove the Copy requirementDaniel Micay-16/+30
2013-03-05auto merge of #5234 : pcwalton/rust/equiv, r=pcwaltonbors-3/+73
2013-03-05libcore: Implement an `Equiv` trait and use it on hashmaps.Patrick Walton-3/+73
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-306/+329
2013-03-05trie: fix breaking out of the iterators earlyDaniel Micay-12/+55
2013-03-05trie: fix each_reverseDaniel Micay-1/+37
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-19/+19
2013-03-05auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydonbors-186/+112
2013-03-04De-implicit-self libcoreBen Striegel-306/+329
2013-03-04auto merge of #5209 : luqmana/rust/reader, r=graydonbors-8/+12
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-81/+102
2013-03-04Remove unused imports throughout src/Alex Crichton-108/+13
2013-03-04auto merge of #5205 : thestinger/rust/radix, r=graydonbors-0/+370
2013-03-03rustc: MIPS32 supportJyun-Yan You-0/+18
2013-03-03replace option::iter with a BaseIter implDaniel Micay-19/+19
2013-03-03libcore: Add read_until to ReaderUtil.Luqman Aden-8/+12
2013-03-02auto merge of #5197 : pcwalton/rust/fn-types, r=pcwaltonbors-59/+56
2013-03-02auto merge of #5114 : osaut/rust/incoming, r=brsonbors-9/+9
2013-03-02libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defunPatrick Walton-54/+51
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-2/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-6/+7
2013-03-02auto merge of #5199 : thestinger/rust/hashmap, r=brsonbors-313/+313