about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-08-20auto merge of #8519 : msullivan/rust/objects, r=catamorphismbors-1/+1
2013-08-20auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brsonbors-302/+386
2013-08-19std: Restore dynamic borrow trackingBrian Anderson-17/+43
2013-08-19Try to fix mac valgrind bot by disabling thread-heavy activities.Graydon Hoare-15/+64
2013-08-19auto merge of #8459 : thestinger/rust/checked, r=graydonbors-2/+42
2013-08-19clean whitespace :/toddaaro-6/+6
2013-08-19Rangechange the log message truncation limit.Michael Sullivan-1/+1
2013-08-19auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydonbors-48/+489
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-48/+489
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-4/+58
2013-08-18auto merge of #8565 : bblum/rust/select-bugfix, r=brsonbors-18/+23
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-32/+32
2013-08-18auto merge of #8545 : blake2-ppc/rust/iterbytes, r=alexcrichtonbors-61/+89
2013-08-18auto merge of #8558 : kballard/rust/xorshift-seed, r=cmrbors-6/+15
2013-08-18std::hash: Add testcase for colliding hashes of tuplesblake2-ppc-0/+14
2013-08-18std::to_bytes: Implement IterBytes on 1- to 8-tuplesblake2-ppc-20/+29
2013-08-18std::to_bytes: Delimit sequences &[A] and ~str when hashingblake2-ppc-42/+47
2013-08-18auto merge of #8555 : chris-morgan/rust/time-clone, r=huonwbors-1/+15
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-58/+59
2013-08-18More spelling corrections.Huon Wilson-7/+9
2013-08-17auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brsonbors-5/+0
2013-08-17Fix warnings in testsErick Tryzelaar-1/+1
2013-08-16A round of code cleaning for the primary scheduler code. Comments have been u...toddaaro-275/+201
2013-08-16Moved the logic for a pausible idle callback into a new type - PausibleIdleCa...toddaaro-96/+103
2013-08-16std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacksBrian Anderson-7/+74
2013-08-16std::rt: Touch up idle logicBrian Anderson-16/+36
2013-08-16an attempt at a singleton pausible idle callback for each scheduler. suffers ...toddaaro-19/+83
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-1/+55
2013-08-16Implement `{:s}` for ~str and @str as wellAlex Crichton-3/+3
2013-08-16Reserve 'yield' keywordKevin Ballard-32/+32
2013-08-16Remove the annihilate lang itemBrian Anderson-5/+0
2013-08-16Give XorShiftRng::new() a random seedKevin Ballard-6/+15
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-2/+2
2013-08-16auto merge of #8532 : kballard/rust/cstr-cleanup, r=ericktbors-66/+185
2013-08-16Implement DeepClone for str types.Chris Morgan-1/+15
2013-08-16auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphismbors-82/+115
2013-08-15auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brsonbors-10/+10
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-21/+21
2013-08-16doc: correct spelling in documentation.Huon Wilson-30/+29
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-2/+2
2013-08-15vec: rm redundant is_empty implementationsDaniel Micay-12/+0
2013-08-15iterator: cleanupDaniel Micay-4/+3
2013-08-15vec: rm obsolete zip and zip_sliceDaniel Micay-41/+1
2013-08-15tuple: remove obsolete ExtendedTupleOpsDaniel Micay-53/+1
2013-08-15kinds: update documentationDaniel Micay-9/+3
2013-08-15ptr: inline the Clone implementationDaniel Micay-0/+1
2013-08-15auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphismbors-1/+1
2013-08-15Fix a typo in the ifmt doxAlex Crichton-1/+1
2013-08-15auto merge of #8515 : kballard/rust/saturating-checked, r=thestingerbors-38/+25
2013-08-15Fix select deschedule environment race for real this time, in light of task k...Ben Blum-18/+23