| Age | Commit message (Expand) | Author | Lines |
| 2013-09-04 | Add a safe implementation of MutexArc::access* methods | Flaper Fesp | -21/+162 |
| 2013-09-04 | Rename MutexArc access methods to unsafe_access | Flaper Fesp | -9/+9 |
| 2013-09-03 | auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw | bors | -1/+10 |
| 2013-09-01 | std/extra: Add ExactSize for Bitv, DList, RingBuf, Option iterators | blake2-ppc | -0/+9 |
| 2013-08-31 | auto merge of #8905 : sstewartgallus/rust/cleanup_tests, r=bblum | bors | -154/+153 |
| 2013-08-31 | Cleanup concurrency tests | Steven Stewart-Gallus | -154/+153 |
| 2013-08-30 | auto merge of #8862 : dcrewi/rust/drop-redundant-ord-impls, r=thestinger | bors | -17/+2 |
| 2013-08-30 | std: Implement .rposition() on double-ended iterators with known size | blake2-ppc | -1/+1 |
| 2013-08-30 | auto merge of #8858 : blake2-ppc/rust/small-bugs, r=alexcrichton | bors | -1/+5 |
| 2013-08-29 | partial revert of 31fa865 | David Creswick | -1/+1 |
| 2013-08-29 | drop some redundant Ord method implementations | David Creswick | -18/+3 |
| 2013-08-29 | extra::dlist: Fix bug in Eq::ne | blake2-ppc | -1/+5 |
| 2013-08-29 | extra: error message should reflact that RUST_TEST_TASKS should be strictly p... | Huon Wilson | -1/+1 |
| 2013-08-29 | Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS. | Huon Wilson | -4/+15 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -7/+8 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -1/+1 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -1/+2 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -45/+89 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -2/+2 |
| 2013-08-27 | auto merge of #8790 : huonw/rust/unsafearc, r=thestinger | bors | -10/+10 |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -10/+10 |
| 2013-08-27 | Make rekillable consistent with unkillable | Flaper Fesp | -29/+19 |
| 2013-08-26 | bigint: fix wrong benchmark fn name | gifnksm | -1/+1 |
| 2013-08-26 | bigint: Add benchmarks | gifnksm | -0/+44 |
| 2013-08-25 | bigint: un-ignore test_shr | gifnksm | -73/+68 |
| 2013-08-25 | bigint: inlining small functions | gifnksm | -97/+92 |
| 2013-08-25 | bigint: remove unnecessary method implements | gifnksm | -42/+0 |
| 2013-08-25 | bigint: cfg(target_arch = ...) => cfg(target_word_size = ...) | gifnksm | -25/+11 |
| 2013-08-25 | auto merge of #8710 : pnkfelix/rust/fsk-issue5516-codepoint-fix, r=alexcrichton | bors | -5/+32 |
| 2013-08-25 | char_len is more succinct than count_chars. | Felix S. Klock II | -2/+1 |
| 2013-08-24 | auto merge of #8679 : singingboyo/rust/json-to-impl, r=alexcrichton | bors | -65/+61 |
| 2013-08-24 | Added note that there is still more to do on 5516. | Felix S. Klock II | -3/+30 |
| 2013-08-24 | auto merge of #8722 : graydon/rust/2013-08-23-test-shard, r=msullivan | bors | -2/+36 |
| 2013-08-23 | auto merge of #8716 : andrew-d/rust/andrew-fix-warnings, r=alexcrichton | bors | -1/+1 |
| 2013-08-23 | test: add support for sharding testsuite by passing --test-shard=a.b | Graydon Hoare | -2/+36 |
| 2013-08-23 | rt: Remove last use of C++ exchange alloc | Brian Anderson | -1/+4 |
| 2013-08-23 | Fix two small warnings | Andrew Dunham | -1/+1 |
| 2013-08-23 | Make getopts count (and thus align/paginate) in terms of codepoints not bytes. | Felix S. Klock II | -2/+3 |
| 2013-08-22 | auto merge of #8596 : vadimcn/rust/master, r=alexcrichton | bors | -31/+21 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -31/+21 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -11/+15 |
| 2013-08-22 | auto merge of #8616 : kballard/rust/url-parse-errors, r=catamorphism | bors | -28/+33 |
| 2013-08-21 | Make json::to_xxx(&Json) fns Json::to_xxx(&self) | Brandon Sanderson | -65/+61 |
| 2013-08-21 | extra: change XXX to FIXME and elaborate on comments | Tim Chevalier | -23/+30 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -11/+15 |
| 2013-08-20 | Deleted fun_treemap | Steven Fackler | -85/+0 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -10/+6 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -10/+46 |
| 2013-08-19 | Fix some parsing errors in extra::url | Kevin Ballard | -28/+33 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -14/+14 |