about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-08-06ToBase64 and ToHex perf improvementsSteven Fackler-37/+38
2013-08-06Some minor hex changesSteven Fackler-6/+8
2013-08-06Added hexadecimal encoding moduleSteven Fackler-0/+239
2013-08-06auto merge of #8312 : alexcrichton/rust/use-treemap, r=ericktbors-18/+1
2013-08-06auto merge of #8308 : blake2-ppc/rust/str-slice-bytes, r=alexcrichtonbors-1/+1
2013-08-06auto merge of #8054 : sammykim/rust/move-EnumSet, r=alexcrichtonbors-66/+30
2013-08-06Move EnumSet into libextraSangeun Kim-66/+30
2013-08-05auto merge of #8265 : blake2-ppc/rust/std-iter, r=thestingerbors-164/+198
2013-08-05auto merge of #8278 : cmr/rust/workaround, r=brsonbors-5/+12
2013-08-06std: Fix bug in ChunkIter::idxblake2-ppc-1/+4
2013-08-06std: Remove uint::iterate, replaced by `range`blake2-ppc-32/+6
2013-08-06extra: Simplify the bitv iterators using Repeatblake2-ppc-44/+19
2013-08-06std: Improve the documentation for iterator::Invertblake2-ppc-0/+11
2013-08-06std: Use method name Option::consumeblake2-ppc-5/+7
2013-08-06std: Rewrite the HashSet set operation iteratorsblake2-ppc-37/+17
2013-08-06std: Add iterator::Repeat to repeat an element endlesslyblake2-ppc-0/+33
2013-08-06std: Improve vec::ChunkIterblake2-ppc-8/+51
2013-08-06std: Implement RandomAccessIterator for Invertblake2-ppc-0/+21
2013-08-06std: Remove unused trait bound in Result::mapblake2-ppc-1/+1
2013-08-06std: Convert Result to use external iteratorsblake2-ppc-14/+18
2013-08-06std: Add .consume_iter() for Option, to make it reusableblake2-ppc-27/+15
2013-08-05auto merge of #8288 : Kimundi/rust/opteitres4, r=brsonbors-817/+792
2013-08-05auto merge of #8298 : darkf/rust/fix-3948, r=pcwaltonbors-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-817/+792
2013-08-05Use TreeMap's ord implementation for JsonAlex Crichton-18/+1
2013-08-05auto merge of #8293 : dim-an/rust/trie-iterator, r=thestingerbors-0/+94
2013-08-05auto merge of #8292 : thestinger/rust/fix_loop_warning, r=brsonbors-1/+1
2013-08-05std: Use correct lifetime parameter on str::raw::slice_bytesblake2-ppc-1/+1
2013-08-05auto merge of #8289 : sfackler/rust/push_byte, r=ericktbors-1/+8
2013-08-05auto merge of #8183 : omasanori/rust/migrate-new, r=sanxiynbors-28/+30
2013-08-05auto merge of #8279 : pcwalton/rust/no-main, r=brsonbors-8/+19
2013-08-05auto merge of #8227 : dim-an/rust/tree-iter, r=thestingerbors-5/+147
2013-08-05Add extra::arena::Arena::new{, _with_size}.OGINO Masanori-28/+30
2013-08-05auto merge of #8303 : brson/rust/tls-magic-wtf, r=brsonbors-0/+13
2013-08-05std::rt: Use magic to make TLS work from annihilated boxes. #8302Brian Anderson-0/+13
2013-08-04auto merge of #8299 : brson/rust/yet-more-newsched-fixes, r=brsonbors-15/+20
2013-08-04std::rt: Schedule more scheduler callbacks to avoid dropping messagesBrian Anderson-1/+3
2013-08-04std: Fix newsched logging truncationBrian Anderson-14/+17
2013-08-04Open files in binary mode. Closes #3948darkf-1/+1
2013-08-04auto merge of #8220 : luqmana/rust/arm-linux, r=cmrbors-6/+46
2013-08-04auto merge of #8297 : brson/rust/dlist-dtor, r=brsonbors-4/+38
2013-08-04extra: Don't recurse in DList drop glue. #8295Brian Anderson-4/+38
2013-08-04auto merge of #8282 : brson/rust/more-newsched-fixes, r=brsonbors-258/+75
2013-08-04Add support for vanilla linux on arm.Luqman Aden-6/+46
2013-08-04auto merge of #8218 : brson/rust/nogc, r=brsonbors-444/+0
2013-08-05Remove debug printing.Dmitry Ermolov-2/+0
2013-08-05Implemented iterator for TrieMapDmitry Ermolov-0/+96
2013-08-04fix warning still mentioning the `again` keywordDaniel Micay-1/+1
2013-08-04Remove old tests and code for `select`Brian Anderson-199/+3
2013-08-04std::rt: Remove the test for context()Brian Anderson-10/+0