| Age | Commit message (Expand) | Author | Lines |
| 2013-08-21 | auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon | bors | -224/+214 |
| 2013-08-21 | auto merge of #8600 : sfackler/rust/http, r=brson | bors | -30/+0 |
| 2013-08-21 | Add support for performing NFD and NFKD on strings | Florian Zeitz | -0/+143 |
| 2013-08-21 | Add canonical combining class to std::unicode | Florian Zeitz | -0/+166 |
| 2013-08-21 | Add Unicode decomposition mappings to std::unicode | Florian Zeitz | -1/+2097 |
| 2013-08-21 | auto merge of #8582 : thestinger/rust/container, r=thestinger | bors | -158/+221 |
| 2013-08-20 | enable tests for the container tutorial | Daniel Micay | -3/+3 |
| 2013-08-20 | iterator: add a method for reversing a container | Daniel Micay | -2/+30 |
| 2013-08-20 | option: derive Clone/DeepClone for the iterator | Daniel Micay | -0/+1 |
| 2013-08-20 | vec: add `shrink_to_fit` | Daniel Micay | -0/+26 |
| 2013-08-20 | rm obsolete float to_str_radix free functions | Daniel Micay | -74/+53 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -81/+57 |
| 2013-08-20 | iterator: add a `range_inclusive` function | Daniel Micay | -0/+52 |
| 2013-08-20 | container: inline contains_key default method | Daniel Micay | -0/+1 |
| 2013-08-20 | auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brson | bors | -14/+17 |
| 2013-08-20 | auto merge of #8631 : anasazi/rust/homing-io, r=brson | bors | -348/+679 |
| 2013-08-20 | Fixed a memory leak caused by the singleton idle callback failing to close co... | toddaaro | -14/+17 |
| 2013-08-20 | small cleanups in task/spawn.rs | Ben Blum | -45/+32 |
| 2013-08-20 | auto merge of #8519 : msullivan/rust/objects, r=catamorphism | bors | -1/+1 |
| 2013-08-20 | Added home_for_io_with_sched variant. Temporarily making IO unkillable. | Eric Reed | -124/+165 |
| 2013-08-20 | Add assert_once_ever macro. Close #7748. (fixme cf #8472) | Ben Blum | -0/+37 |
| 2013-08-20 | Moved .sleep() to Timer. | Eric Reed | -7/+2 |
| 2013-08-20 | auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson | bors | -302/+386 |
| 2013-08-19 | std: Restore dynamic borrow tracking | Brian Anderson | -17/+43 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -660/+653 |
| 2013-08-19 | Homed UDP sockets | Eric Reed | -24/+213 |
| 2013-08-19 | Working homing UDP socket prototype. | Eric Reed | -1/+151 |
| 2013-08-19 | Instruct event loops to ignore SIGPIPE when constructed. | Eric Reed | -0/+1 |
| 2013-08-19 | Do not execute the callback before cleaning up resources. | Eric Reed | -8/+6 |
| 2013-08-19 | Derive Clone for IpAddr and SocketAddr | Eric Reed | -2/+2 |
| 2013-08-19 | Try to fix mac valgrind bot by disabling thread-heavy activities. | Graydon Hoare | -15/+64 |
| 2013-08-19 | auto merge of #8459 : thestinger/rust/checked, r=graydon | bors | -2/+42 |
| 2013-08-19 | clean whitespace :/ | toddaaro | -6/+6 |
| 2013-08-19 | Rangechange the log message truncation limit. | Michael Sullivan | -1/+1 |
| 2013-08-19 | std::str: Use iterators instead of while loops for CharSplitIterator | blake2-ppc | -33/+45 |
| 2013-08-19 | auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydon | bors | -48/+489 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -48/+489 |
| 2013-08-19 | std::str: Improve comments for CharIterator | blake2-ppc | -1/+9 |
| 2013-08-19 | std::str: Use CharOffsetIterator in slice_chars | blake2-ppc | -13/+14 |
| 2013-08-19 | std::str: Only check char boundary for end index in .slice_to() | blake2-ppc | -1/+2 |
| 2013-08-19 | std::str: Correct docstrings for lack of null terminator in ~str and &str | blake2-ppc | -24/+13 |
| 2013-08-19 | std::str: Use CharOffsetIterator in .find() and .rfind() | blake2-ppc | -6/+3 |
| 2013-08-19 | std::str: Implement CharIterator separately | blake2-ppc | -35/+68 |
| 2013-08-19 | std::str: Add str::raw::slice_unchecked | blake2-ppc | -4/+13 |
| 2013-08-19 | std::str: Special case char_range_at_reverse so it is faster | blake2-ppc | -13/+21 |
| 2013-08-19 | std::str: Small fix for slice | blake2-ppc | -2/+3 |
| 2013-08-19 | std::str: Bench test for char iterators | blake2-ppc | -0/+56 |
| 2013-08-19 | auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon | bors | -4/+58 |
| 2013-08-19 | Fix mod_floor() for uint primitive types | Kevin Ballard | -2/+15 |
| 2013-08-18 | Update size_hint()s on std::iterator Iterators | Kevin Ballard | -10/+31 |