| Age | Commit message (Expand) | Author | Lines |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -2/+2 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -1/+1 |
| 2013-07-12 | auto merge of #7736 : thestinger/rust/doc, r=thestinger | bors | -22/+73 |
| 2013-07-12 | Account for possible 0-sized elements in vector iterators | Alex Crichton | -13/+68 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -6/+1 |
| 2013-07-12 | auto merge of #7696 : glinscott/rust/utf8_perf, r=cmr | bors | -36/+76 |
| 2013-07-12 | extend the iterator tutorial | Daniel Micay | -3/+4 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -243/+591 |
| 2013-07-11 | Expand ctypes warnings to warn about *int/*uint | Alex Crichton | -2/+2 |
| 2013-07-11 | Fix tests | Alex Crichton | -1/+1 |
| 2013-07-11 | Take default methods out from behind the flag. | Michael Sullivan | -1/+1 |
| 2013-07-11 | auto merge of #7707 : thestinger/rust/double, r=cmr | bors | -54/+87 |
| 2013-07-11 | Optimize is_utf8 | Gary Linscott | -8/+16 |
| 2013-07-11 | char_range_at perf work | Gary Linscott | -28/+60 |
| 2013-07-11 | auto merge of #7708 : bcully/rust/warnings, r=thestinger | bors | -1/+3 |
| 2013-07-11 | auto merge of #7693 : korenchkin/rust/fixdoc_rand, r=cmr | bors | -19/+31 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -16/+16 |
| 2013-07-11 | Fix a soundness problem with `get` | Alex Crichton | -31/+79 |
| 2013-07-11 | Work around stage0 to remove '@' requirements from TLS | Alex Crichton | -75/+334 |
| 2013-07-10 | auto merge of #7691 : nikomatsakis/rust/vec-split-method, r=thestinger | bors | -1/+37 |
| 2013-07-11 | vec: rm inline(never) hack | Daniel Micay | -13/+2 |
| 2013-07-11 | iterator: add DoubleEndedIterator concept | Daniel Micay | -41/+85 |
| 2013-07-10 | remove unused imports | Brendan Cully | -1/+3 |
| 2013-07-10 | auto merge of #7690 : kevinmehall/rust/document-c_void, r=huonw | bors | -0/+7 |
| 2013-07-10 | auto merge of #7683 : alexcrichton/rust/issue-7625, r=thestinger | bors | -2/+8 |
| 2013-07-10 | Add a `mut_split()` method for dividing one `&mut [T]` into two | Niko Matsakis | -1/+37 |
| 2013-07-10 | Fixed examples | korenchkin | -19/+31 |
| 2013-07-10 | Document std::libc::c_void. | Kevin Mehall | -0/+7 |
| 2013-07-10 | Added overloaded Add and Sub traits for pointer arithmetic | =Mark Sinclair | -0/+96 |
| 2013-07-10 | Merge pull request #7682 from thestinger/vec | Daniel Micay | -7/+26 |
| 2013-07-10 | Don't loop infinitely on 0-size structs in repr | Alex Crichton | -2/+8 |
| 2013-07-09 | ptr: optimize {swap,replace,read}_ptr | Daniel Micay | -6/+6 |
| 2013-07-09 | vec::with_capacity: do one alloc for non-managed | Daniel Micay | -1/+20 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -2033/+5384 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -66/+76 |
| 2013-07-09 | Change TLS to almost be able to contain owned types | Alex Crichton | -87/+145 |
| 2013-07-09 | Change the elements in the task-local map to be actual key-value pairs | Alex Crichton | -127/+111 |
| 2013-07-09 | Use purely an owned vector for storing TLS data | Alex Crichton | -47/+36 |
| 2013-07-09 | std::rt: Ignore 0-byte udp reads | Brian Anderson | -0/+7 |
| 2013-07-09 | std::rt: Do local tests in a bare thread to not interfere with the scheduler | Brian Anderson | -21/+30 |
| 2013-07-09 | auto merge of #7657 : thestinger/rust/rollup, r=thestinger | bors | -3/+78 |
| 2013-07-09 | Fix typo in docs for MutableCloneableVector | Kevin Ballard | -1/+1 |
| 2013-07-09 | Impl Not for bool | Brendan Zabarauskas | -0/+25 |
| 2013-07-09 | std: Implement `Iterator::size_hint` method for `Option` iterators | Andrew Paseltiner | -0/+50 |
| 2013-07-09 | remove the unused exchange_malloc `align` parameter | Daniel Micay | -2/+2 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -283/+105 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -3/+40 |
| 2013-07-09 | std::rt: size_t, not u64 | Brian Anderson | -2/+2 |
| 2013-07-09 | auto merge of #7528 : indutny/rust/feature/memory-api, r=cmr | bors | -9/+829 |
| 2013-07-09 | os: introduce cross-platform MemoryMap bindings | Fedor Indutny | -4/+358 |