about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-42/+40
2013-08-21auto merge of #8445 : Florob/rust/unicode, r=graydonbors-1/+2406
2013-08-21auto merge of #8610 : kballard/rust/mod_floor, r=alexcrichtonbors-2/+15
2013-08-21auto merge of #8604 : kballard/rust/iter-size-hint, r=graydonbors-11/+100
2013-08-21auto merge of #8602 : sanxiyn/rust/sysconf, r=graydonbors-224/+214
2013-08-21auto merge of #8600 : sfackler/rust/http, r=brsonbors-30/+0
2013-08-21Add support for performing NFD and NFKD on stringsFlorian Zeitz-0/+143
2013-08-21Add canonical combining class to std::unicodeFlorian Zeitz-0/+166
2013-08-21Add Unicode decomposition mappings to std::unicodeFlorian Zeitz-1/+2097
2013-08-21auto merge of #8582 : thestinger/rust/container, r=thestingerbors-158/+221
2013-08-20enable tests for the container tutorialDaniel Micay-3/+3
2013-08-20iterator: add a method for reversing a containerDaniel Micay-2/+30
2013-08-20option: derive Clone/DeepClone for the iteratorDaniel Micay-0/+1
2013-08-20vec: add `shrink_to_fit`Daniel Micay-0/+26
2013-08-20rm obsolete float to_str_radix free functionsDaniel Micay-74/+53
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-81/+57
2013-08-20iterator: add a `range_inclusive` functionDaniel Micay-0/+52
2013-08-20container: inline contains_key default methodDaniel Micay-0/+1
2013-08-20auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brsonbors-14/+17
2013-08-20auto merge of #8631 : anasazi/rust/homing-io, r=brsonbors-348/+679
2013-08-20Fixed a memory leak caused by the singleton idle callback failing to close co...toddaaro-14/+17
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-19Make IO thread-safe.Eric Reed-660/+653
2013-08-19Homed UDP socketsEric Reed-24/+213
2013-08-19Working homing UDP socket prototype.Eric Reed-1/+151
2013-08-19Instruct event loops to ignore SIGPIPE when constructed.Eric Reed-0/+1
2013-08-19Do not execute the callback before cleaning up resources.Eric Reed-8/+6
2013-08-19Derive Clone for IpAddr and SocketAddrEric Reed-2/+2
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-19Fix mod_floor() for uint primitive typesKevin Ballard-2/+15
2013-08-18Update size_hint()s on std::iterator IteratorsKevin Ballard-10/+31
2013-08-18Implement .size_hint() on new vec iteratorsKevin Ballard-1/+69
2013-08-18auto merge of #8565 : bblum/rust/select-bugfix, r=brsonbors-18/+23
2013-08-18Delete std::rt::io::net::httpSteven Fackler-30/+0
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