summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-32/+32
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-643/+1147
2013-06-25Change finalize -> drop.Luqman Aden-32/+32
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-24/+17
2013-06-25Converted UdpSocket into a newtype struct and (dis)connecting uses move seman...Eric Reed-27/+12
2013-06-25converted UvUdpSocket into a newtype structEric Reed-14/+5
2013-06-25changed outdated match on IpAddrEric Reed-4/+2
2013-06-25IPv6 structEric Reed-2/+4
2013-06-25removed obsolete FIXMEs. formatting changes.Eric Reed-54/+24
2013-06-25satisfy the formatting checkEric Reed-15/+19
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-127/+8
2013-06-25container: remove internal iterators from MapDaniel Micay-64/+52
2013-06-25removed unncessary unsafe block that was stopping compliation.Eric Reed-1/+1
2013-06-25Merge remote-tracking branch 'upstream/io' into ioEric Reed-2265/+2699
2013-06-25UDP networking with testsEric Reed-61/+366
2013-06-25auto merge of #7371 : alexcrichton/rust/trying, r=cmrbors-0/+0
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+0
2013-06-25auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestingerbors-0/+1
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-80/+217
2013-06-24auto merge of #7370 : Aatch/rust/snapshot, r=huonwbors-60/+1
2013-06-25Add missing import to testsJames Miller-1/+1
2013-06-25Warning policeJames Miller-2/+0
2013-06-25Remove stage0 cfgsJames Miller-57/+0
2013-06-25Set #[no_drop_flag] on Rc<T> and AtomicOption. Add TestJames Miller-0/+1
2013-06-24extra: Make test runner compatible with newschedBrian Anderson-7/+14
2013-06-24std::rt: deny(unused_unsafe)Brian Anderson-4/+5
2013-06-24std: Make unlinking and task notification work with newschedBrian Anderson-3/+44
2013-06-24std: Make box annihilator work with newschedBrian Anderson-131/+94
2013-06-24std: Move dynamic borrowck code from unstable::lang to rt::borrowckBrian Anderson-229/+294
2013-06-24std: Rewrite vec_reserve_shared_actual in RustBrian Anderson-25/+56
2013-06-24Merge remote-tracking branch 'reusee/master' into HEADBrian Anderson-2/+2
2013-06-24libc: (u)int => c_(u)int for constsFedor Indutny-750/+785
2013-06-24libc: add POSIX-compatible sysconf constsFedor Indutny-0/+254
2013-06-24libc: support functions from sys/mman.hFedor Indutny-2/+269
2013-06-24iterator: Add `IteratorUtil::flat_map_` methodblake2-ppc-0/+67
2013-06-24work around ICE from default methodDaniel Micay-2/+2
2013-06-24iterator: implement `collect` with FromIteratorDaniel Micay-5/+16
2013-06-24implement Clone for slicesDaniel Micay-0/+12
2013-06-24remove old_iterDaniel Micay-326/+15
2013-06-23auto merge of #7279 : hanny24/rust/master, r=msullivanbors-0/+17
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-3/+34
2013-06-23Remove rust_call_tydesc_gluePhilipp Brüschweiler-48/+8
2013-06-23Remove unused shape fields from typedescsPhilipp Brüschweiler-2/+0
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-50/+195
2013-06-23Fix get_tydesc() return typePhilipp Brüschweiler-0/+3
2013-06-23hashmap: add FIXME numberDaniel Micay-1/+1
2013-06-23std::to_str: Use .iter() for HashMap and HashSetblake2-ppc-2/+3
2013-06-23std::hashmap: Remove BaseIter impl for HashSetblake2-ppc-7/+6
2013-06-23std::hashmap: Use .iter() instead of .each and similarblake2-ppc-8/+7
2013-06-23std::hashmap: Add test_iterate for HashSetblake2-ppc-0/+14