| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2013-08-18 | More spelling corrections. | Huon Wilson | -7/+9 |
| 2013-08-17 | auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brson | bors | -5/+0 |
| 2013-08-17 | Fix warnings in tests | Erick Tryzelaar | -1/+1 |
| 2013-08-16 | A round of code cleaning for the primary scheduler code. Comments have been u... | toddaaro | -275/+201 |
| 2013-08-16 | Moved the logic for a pausible idle callback into a new type - PausibleIdleCa... | toddaaro | -96/+103 |
| 2013-08-16 | std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacks | Brian Anderson | -7/+74 |
| 2013-08-16 | std::rt: Touch up idle logic | Brian Anderson | -16/+36 |
| 2013-08-16 | an attempt at a singleton pausible idle callback for each scheduler. suffers ... | toddaaro | -19/+83 |
| 2013-08-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -1/+55 |
| 2013-08-16 | Implement `{:s}` for ~str and @str as well | Alex Crichton | -3/+3 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -32/+32 |
| 2013-08-16 | Remove the annihilate lang item | Brian Anderson | -5/+0 |
| 2013-08-16 | Give XorShiftRng::new() a random seed | Kevin Ballard | -6/+15 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -2/+2 |