summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-20small cleanups in task/spawn.rsBen Blum-45/+32
2013-08-20auto merge of #8519 : msullivan/rust/objects, r=catamorphismbors-1/+1
2013-08-20Added home_for_io_with_sched variant. Temporarily making IO unkillable.Eric Reed-124/+165
2013-08-20Add assert_once_ever macro. Close #7748. (fixme cf #8472)Ben Blum-0/+37
2013-08-20Moved .sleep() to Timer.Eric Reed-7/+2
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-19std::str: Use iterators instead of while loops for CharSplitIteratorblake2-ppc-33/+45
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-19std::str: Improve comments for CharIteratorblake2-ppc-1/+9
2013-08-19std::str: Use CharOffsetIterator in slice_charsblake2-ppc-13/+14
2013-08-19std::str: Only check char boundary for end index in .slice_to()blake2-ppc-1/+2
2013-08-19std::str: Correct docstrings for lack of null terminator in ~str and &strblake2-ppc-24/+13
2013-08-19std::str: Use CharOffsetIterator in .find() and .rfind()blake2-ppc-6/+3
2013-08-19std::str: Implement CharIterator separatelyblake2-ppc-35/+68
2013-08-19std::str: Add str::raw::slice_uncheckedblake2-ppc-4/+13
2013-08-19std::str: Special case char_range_at_reverse so it is fasterblake2-ppc-13/+21
2013-08-19std::str: Small fix for sliceblake2-ppc-2/+3
2013-08-19std::str: Bench test for char iteratorsblake2-ppc-0/+56
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