about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-06-28auto merge of #7397 : catamorphism/rust/rustpkg_path, r=catamorphismbors-0/+9
2013-06-27rustpkg: Implement RUST_PATHTim Chevalier-0/+9
2013-06-28fix stage0 buildDaniel Micay-5/+8
2013-06-27std: unused import fix for androidYoung-il Choi-1/+0
2013-06-27Rename #[no_drop_flag] to #[unsafe_no_drop_flag]Birunthan Mohanathas-3/+3
2013-06-27util: make NonCopyable 0 size (instead of 1 byte)Daniel Micay-13/+40
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-518/+391
2013-06-27auto merge of #7414 : gifnksm/rust/max_by, r=catamorphismbors-0/+62
2013-06-28std: silence some test warnings.Huon Wilson-27/+22
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-76/+76
2013-06-28Convert vec::{partition, partitioned} to methods.Huon Wilson-47/+28
2013-06-28Convert vec::retain to a method.Huon Wilson-22/+18
2013-06-28Convert vec::truncate to a method.Huon Wilson-16/+11
2013-06-28Convert vec::{push, push_all, push_all_move} to methods.Huon Wilson-88/+77
2013-06-28Convert vec::{pop, shift, unshift, insert, remove, swap_remove} to methods.Huon Wilson-133/+101
2013-06-27Convert vec::{head, tail, init, last} (and similar fns) to methods.Huon Wilson-50/+26
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-72/+45
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-2/+2
2013-06-26auto merge of #7420 : mozilla/rust/rollup, r=thestingerbors-40/+101
2013-06-26std::rt: Some cleanupBrian Anderson-20/+18
2013-06-26vec: remove superseded reverse_part functionDaniel Micay-40/+2
2013-06-26Work-around 'static bound requirement in io::with_bytes_reader (note: does no...Ben Blum-3/+10
2013-06-26Add methods .move_from() and .copy_from() to vecKevin Ballard-0/+73
2013-06-26Add method .set_memory in vec::bytes for &[u8]Kevin Ballard-0/+26
2013-06-27iterator: Add `IteratorUtil::max_by/min_by` methodgifnksm-0/+62
2013-06-26changed NOTE to TODOEric Reed-5/+5
2013-06-26cleaned up uv/netEric Reed-68/+32
2013-06-26auto merge of #7345 : blake2-ppc/rust/iterator-flat-map, r=thestingerbors-0/+67
2013-06-26converted TCP interface to newtype structsEric Reed-24/+9
2013-06-26removed unecessary methodEric Reed-3/+1
2013-06-26auto merge of #7216 : kballard/rust/task_rng, r=brsonbors-10/+6
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-24/+17
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