about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-07-08vec: make vec_reserve_shared_actual privateDaniel Micay-20/+7
2013-07-08libc: add errno valuesFedor Indutny-0/+281
2013-07-08libc: VirtualAlloc and FileMapping bindingsFedor Indutny-4/+132
2013-07-08libc: add _SC_* consts for non-mips linux tooFedor Indutny-0/+57
2013-07-08libc: fix MAP_ANON value on linuxFedor Indutny-4/+4
2013-07-07auto merge of #7497 : alexcrichton/rust/issue-7394, r=huonwbors-2/+8
2013-07-07remove some method resolve workaroundsDaniel Micay-19/+19
2013-07-07iterator: Add `IteratorUtil::peek_` methodAndrew Paseltiner-0/+65
2013-07-07auto merge of #7629 : thestinger/rust/rope, r=graydonbors-2/+1
2013-07-07auto merge of #7602 : blake2-ppc/rust/vec-pop-opt, r=cmrbors-36/+78
2013-07-06auto merge of #7570 : kballard/rust/iterator-size-hint, r=thestingerbors-26/+138
2013-07-06remove extra::ropeDaniel Micay-2/+1
2013-07-06auto merge of #7194 : jensnockert/rust/endian, r=cmrbors-0/+14
2013-07-06Faster check for ascii-spaceGary Linscott-1/+2
2013-07-05str: stop encoding invalid out-of-range `char`Daniel Micay-22/+2
2013-07-05vec: Add .shift_opt() -> Option<T>blake2-ppc-12/+40
2013-07-05vec: Add .pop_opt() -> Option<T>blake2-ppc-24/+38
2013-07-05Implement .size_hint() on the remaining Iterator adaptorsKevin Ballard-1/+118
2013-07-05Change signature of Iterator.size_hintKevin Ballard-27/+22
2013-07-04auto merge of #7549 : sfackler/rust/docs, r=msullivanbors-1/+2
2013-07-03Merge pull request #7565 from Blei/fix-rev-size-hintDaniel Micay-1/+16
2013-07-03Fail when a vec::reserve is too largeAlex Crichton-1/+14
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-3300/+3654
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-73/+78
2013-07-04Convert vec::windowed to an external iterator, and add an n-at-a-time chunk i...Huon Wilson-45/+132
2013-07-04Convert vec::{split, splitn, rsplit, rsplitn} to external iterators.Huon Wilson-263/+158
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-155/+139
2013-07-04Remove vec::reversed, replaced by iterators.Huon Wilson-27/+3
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-218/+3
2013-07-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-133/+101
2013-07-03vec: Fix size_hint() of reverse iteratorsPhilipp Brüschweiler-1/+16
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-56/+70
2013-07-03auto merge of #7474 : Seldaek/rust/clean-iter, r=thestingerbors-313/+6
2013-07-02converted TODOs into XXXsEric Reed-8/+7
2013-07-02Merge remote-tracking branch 'upstream/io' into ioEric Reed-565/+403
2013-07-02IPv6 support for UDP and TCP.Eric Reed-131/+768
2013-07-02std: Use the same task failure message as C++ rtBrian Anderson-2/+2
2013-07-02A missing ! made it so that the testcase schedule_home_states was throwing sp...toddaaro-1/+1
2013-07-01Small documentation changesSteven Fackler-1/+2
2013-07-01removed unnecessary import that slipped in during mergetoddaaro-1/+0
2013-07-01merging task/coroutine refactoring back into upstreamtoddaaro-19/+18
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-550/+386
2013-07-01auto merge of #7521 : thestinger/rust/vec, r=Aatchbors-21/+32
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-56/+70
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-614/+276
2013-06-30pass exchange_malloc an alignment, not a tydescDaniel Micay-7/+2
2013-06-30global_heap: inline get_box_size and align_toDaniel Micay-0/+2
2013-06-30vec: implement exchange vector reserve in RustDaniel Micay-12/+14
2013-06-30global_heap: inline malloc_raw and add realloc_rawDaniel Micay-2/+14
2013-06-30auto merge of #7517 : brson/rust/0.7, r=brsonbors-1/+1