about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
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-8/+1
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-246/+236
2013-08-04Remove trailing null from stringsErick Tryzelaar-2/+98
2013-08-04Remove old tests and code for `select`Brian Anderson-8/+1
2013-08-04auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwaltonbors-18/+33
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-6/+6
2013-08-04extra: make sure time::match_digits does not read past the end of the strErick Tryzelaar-7/+11
2013-08-04Implemented TreeMap::{lower_bound_iter,upper_bound_iter}Dmitry Ermolov-4/+146
2013-08-04Remove redundant print.Dmitry Ermolov-1/+0
2013-08-04Additional check in treemap iterator test.Dmitry Ermolov-0/+1
2013-08-03auto merge of #8264 : thestinger/rust/snapshot, r=Aatchbors-236/+236
2013-08-03remove obsolete `foreach` keywordDaniel Micay-236/+236
2013-08-03auto merge of #8246 : stepancheg/rust/contains-key, r=thestingerbors-10/+0
2013-08-03Fix building problems in extra::unicode.OGINO Masanori-18/+33
2013-08-03Move `use` statements.OGINO Masanori-6/+8
2013-08-03Rename sum -> _sum.OGINO Masanori-6/+6
2013-08-03Explicitly impl Clone for RWArcKevin Ballard-14/+12
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-41/+52
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-35/+31
2013-08-02auto merge of #8174 : DaGenix/rust/digest-improvements, r=brsonbors-850/+912
2013-08-03Add default implementation of Map::contains_key functionStepan Koltsov-10/+0
2013-08-02Sha1: Update Sha1 to use new functionality in cryptoutil.rsPalmer Cox-101/+37
2013-08-02Crypto: Add overflow checking addition functions.Palmer Cox-55/+71
2013-08-02Crypto: Add large input tests for all DigestsPalmer Cox-21/+63
2013-08-02Crypto: Remove DigestUtil and convert to default methods on the Digest trait.Palmer Cox-30/+23
2013-08-02Sha2: Re-write the Sha2 compression functions to improve performance.Palmer Cox-102/+91
2013-08-02Sha2: Create cryptoutil.rs and re-write the Sha2 module to make use of it.Palmer Cox-451/+551
2013-08-02Sha2: Remove the result_X() methods; move logic into the Digest impls.Palmer Cox-73/+50
2013-08-02Sha2: Rearrage traits / impls / structs.Palmer Cox-248/+257
2013-08-02Sha2: Remove unecessary integer type specifications.Palmer Cox-36/+36
2013-08-02(cleanup) Use more do...finally in extra::sync.Ben Blum-207/+102
2013-08-02Add SendDeferred trait and use it to fix #8214.Ben Blum-4/+5
2013-08-02auto merge of #8175 : brson/rust/nodbg, r=graydonbors-81/+0
2013-08-02replace `range` with an external iteratorDaniel Micay-92/+76
2013-08-01auto merge of #8190 : thestinger/rust/for, r=thestingerbors-195/+235
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-40/+42
2013-08-01std: Remove the internal iterator methods from trait Setblake2-ppc-70/+70
2013-08-01extra: Use external iterators in bitv implementationblake2-ppc-33/+55
2013-08-01extra: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-36/+47
2013-08-01std: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-4/+6
2013-08-01extra: Use `do` instead of `for` in extra::iterblake2-ppc-19/+22
2013-08-01auto merge of #8164 : brson/rust/noportset, r=pcwaltonbors-4/+0
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-173/+170
2013-08-01rc: from_{owned,const} -> from_{send,freeze}Daniel Micay-19/+19
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-83/+83
2013-07-31extra: Remove dbg module and rt support codeBrian Anderson-81/+0
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-4/+0
2013-07-31auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwaltonbors-1/+1
2013-07-30auto merge of #8135 : dim-an/rust/master, r=pcwaltonbors-18/+47