summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2013-02-27auto merge of #5145 : Kimundi/rust/incoming, r=catamorphismbors-0/+43
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-19/+19
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-51/+10
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-8/+8
2013-02-27Added ToStr implementations for &[T] and @[T]Marvin Löbel-0/+43
2013-02-26auto merge of #5135 : brson/rust/start, r=pcwaltonbors-1/+16
2013-02-26auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwaltonbors-29/+33
2013-02-26Add a 'start' lang item and use it instead of rust_startBrian Anderson-1/+16