about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-03std: expose the keyed HashMap constructor, for runtime-less use.Huon Wilson-28/+26
2013-08-03Fix building problems in extra::unicode.OGINO Masanori-18/+33
2013-08-03auto merge of #8206 : omasanori/rust/blk-to-block, r=graydonbors-35/+35
2013-08-03auto merge of #8204 : kballard/rust/str-into-owned, r=graydonbors-0/+12
2013-08-03etc: add the `in` keyword to the emacs mode.Huon Wilson-1/+1
2013-08-03Move `use` statements.OGINO Masanori-6/+8
2013-08-03Rename sum -> _sum.OGINO Masanori-6/+6
2013-08-03Remove unused variables.OGINO Masanori-5/+0
2013-08-03Explicitly impl Clone for RWArcKevin Ballard-14/+12
2013-08-03std: add benchmark for vec.mut_iter.Huon Wilson-0/+13
2013-08-03std: use ptr.offset where possible in the vec iterator.Huon Wilson-8/+38
2013-08-03option: mutate() and mutate_default() should return boolKevin Ballard-6/+25
2013-08-03fixed the buffer to make it a more reasonable sizetoddaaro-1/+1
2013-08-03modified logging function to truncate output and adjusted error output format...toddaaro-8/+18
2013-08-03make `for` parse as `foreach` doesDaniel Micay-34/+8
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-791/+767
2013-08-03Vim highlighting: remove `foreach` keywordChris Morgan-1/+1
2013-08-02Suppress a libuv leak on macBrian Anderson-0/+13
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1825/+1705
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1381/+2638
2013-08-03Highlight sigils and operators in Vim.Chris Morgan-6/+23
2013-08-02Bump fd limit on macos when running rt testsKevin Ballard-0/+78
2013-08-02Revert "std::rt: Use a constant 4 threads for multithreaded sched tests"Kevin Ballard-4/+5
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-27/+5
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-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-148/+142
2013-08-02Add backticks around trait name in conflicting implementations error messageDavid Halperin-2/+2
2013-08-02Add trait name to conflicting implementation error messageDavid Halperin-3/+30
2013-08-02Add an assert_may_sleep() check on every context switch.Ben Blum-0/+4
2013-08-02Don't fail from kill signals if already unwinding.Ben Blum-3/+3
2013-08-02(cleanup) Use more do...finally in extra::sync.Ben Blum-207/+108
2013-08-02Fix embarrassing bug where 'unkillable' would unwind improperly when it recei...Ben Blum-2/+44
2013-08-02Fix nasty double-free bug where a newrt chan could get killed after reschedul...Ben Blum-2/+7
2013-08-02Add SendDeferred trait and use it to fix #8214.Ben Blum-28/+162
2013-08-02std: Speed up str::is_utf8blake2-ppc-35/+67
2013-08-02auto merge of #8221 : brson/rust/single-threaded, r=graydonbors-16/+107
2013-08-02auto merge of #8195 : bblum/rust/task-cleanup, r=brsonbors-29/+94
2013-08-02auto merge of #8193 : cmr/rust/linux-errno, r=graydonbors-0/+107
2013-08-02auto merge of #8188 : huonw/rust/cfg-macro, r=pcwaltonbors-0/+83
2013-08-02auto merge of #8175 : brson/rust/nodbg, r=graydonbors-195/+0
2013-08-02std: Implement SingleThreaded spawn mode for newschedBrian Anderson-16/+107