| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-18 | auto merge of #8565 : bblum/rust/select-bugfix, r=brson | bors | -18/+23 |
| 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 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -66/+185 |
| 2013-08-16 | Implement DeepClone for str types. | Chris Morgan | -1/+15 |
| 2013-08-16 | auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphism | bors | -82/+115 |
| 2013-08-15 | auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brson | bors | -10/+10 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -21/+21 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -30/+29 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -2/+2 |
| 2013-08-15 | vec: rm redundant is_empty implementations | Daniel Micay | -12/+0 |
| 2013-08-15 | iterator: cleanup | Daniel Micay | -4/+3 |
| 2013-08-15 | vec: rm obsolete zip and zip_slice | Daniel Micay | -41/+1 |
| 2013-08-15 | tuple: remove obsolete ExtendedTupleOps | Daniel Micay | -53/+1 |
| 2013-08-15 | kinds: update documentation | Daniel Micay | -9/+3 |
| 2013-08-15 | ptr: inline the Clone implementation | Daniel Micay | -0/+1 |
| 2013-08-15 | auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphism | bors | -1/+1 |
| 2013-08-15 | Fix a typo in the ifmt dox | Alex Crichton | -1/+1 |
| 2013-08-15 | auto merge of #8515 : kballard/rust/saturating-checked, r=thestinger | bors | -38/+25 |
| 2013-08-15 | Fix select deschedule environment race for real this time, in light of task k... | Ben Blum | -18/+23 |