about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2013-03-02inline the implementation of TotalOrd for integersDaniel Micay-0/+1
2013-03-02add an initial radix trie implementationDaniel Micay-0/+370
2013-03-02auto merge of #5196 : thestinger/rust/ord, r=catamorphismbors-12/+167
2013-03-02treemap: reimplement using TotalOrdDaniel Micay-1/+1
2013-03-02add a TotalOrd traitDaniel Micay-11/+166
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-14/+18
2013-03-02make LinearMap fields privateDaniel Micay-313/+313
2013-03-02Remove REC, change related tests/docsJihyun Yu-14/+18
2013-03-01core: Move core::rt to core::unstable::langBrian Anderson-11/+5
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-44/+47
2013-03-01Merge pull request #5178 from catamorphism/constant-buffersPatrick Walton-4/+10
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-03-01Merge remote branch 'sevrak/issue-5164' into incomingPatrick Walton-2/+2
2013-03-01auto merge of #5162 : brson/rust/fixmes, r=brsonbors-2/+2
2013-02-28auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphismbors-35/+0
2013-02-28auto merge of #5147 : nikomatsakis/rust/remove-legacy-trait-table, r=nikomats...bors-17/+17
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-35/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-17/+17
2013-02-28auto merge of #5176 : brson/rust/unwrap_shared_mutable_state, r=nikomatsakisbors-186/+4
2013-02-28core: Address XXX, make static constants for strings used when stringifying f...Tim Chevalier-4/+10
2013-02-28core: Remove unwrap_shared_mutable_state. #4436Brian Anderson-186/+4
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-18/+19
2013-02-28librustc: Make methods private if the impl is privatePatrick Walton-11/+12
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-31/+31
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-28auto merge of #5159 : brson/rust/rtcall, r=brsonbors-19/+13
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-12/+48
2013-02-27auto merge of #5098 : pkgw/rust/pr/issue4869, r=brsonbors-21/+5
2013-02-27Convert NOTEs to FIXMEsBrian Anderson-2/+2
2013-02-27Remove the last remnants of rtcallsBrian Anderson-19/+13
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-12/+48