| Age | Commit message (Expand) | Author | Lines |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -42/+40 |
| 2013-08-21 | auto merge of #8445 : Florob/rust/unicode, r=graydon | bors | -1/+2406 |
| 2013-08-21 | auto merge of #8610 : kballard/rust/mod_floor, r=alexcrichton | bors | -2/+15 |
| 2013-08-21 | auto merge of #8604 : kballard/rust/iter-size-hint, r=graydon | bors | -11/+100 |
| 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 | auto merge of #8519 : msullivan/rust/objects, r=catamorphism | bors | -1/+1 |
| 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 | 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 | 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 |
| 2013-08-18 | Implement .size_hint() on new vec iterators | Kevin Ballard | -1/+69 |
| 2013-08-18 | auto merge of #8565 : bblum/rust/select-bugfix, r=brson | bors | -18/+23 |
| 2013-08-18 | Delete std::rt::io::net::http | Steven Fackler | -30/+0 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -32/+32 |
| 2013-08-18 | auto merge of #8545 : blake2-ppc/rust/iterbytes, r=alexcrichton | bors | -61/+89 |
| 2013-08-18 | auto merge of #8558 : kballard/rust/xorshift-seed, r=cmr | bors | -6/+15 |
| 2013-08-18 | std::hash: Add testcase for colliding hashes of tuples | blake2-ppc | -0/+14 |
| 2013-08-18 | std::to_bytes: Implement IterBytes on 1- to 8-tuples | blake2-ppc | -20/+29 |
| 2013-08-18 | std::to_bytes: Delimit sequences &[A] and ~str when hashing | blake2-ppc | -42/+47 |
| 2013-08-18 | auto merge of #8555 : chris-morgan/rust/time-clone, r=huonw | bors | -1/+15 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -58/+59 |