| Age | Commit message (Expand) | Author | Lines |
| 2013-08-03 | std: expose the keyed HashMap constructor, for runtime-less use. | Huon Wilson | -28/+26 |
| 2013-08-03 | Fix building problems in extra::unicode. | OGINO Masanori | -18/+33 |
| 2013-08-03 | auto merge of #8206 : omasanori/rust/blk-to-block, r=graydon | bors | -35/+35 |
| 2013-08-03 | auto merge of #8204 : kballard/rust/str-into-owned, r=graydon | bors | -0/+12 |
| 2013-08-03 | etc: add the `in` keyword to the emacs mode. | Huon Wilson | -1/+1 |
| 2013-08-03 | Move `use` statements. | OGINO Masanori | -6/+8 |
| 2013-08-03 | Rename sum -> _sum. | OGINO Masanori | -6/+6 |
| 2013-08-03 | Remove unused variables. | OGINO Masanori | -5/+0 |
| 2013-08-03 | Explicitly impl Clone for RWArc | Kevin Ballard | -14/+12 |
| 2013-08-03 | std: add benchmark for vec.mut_iter. | Huon Wilson | -0/+13 |
| 2013-08-03 | std: use ptr.offset where possible in the vec iterator. | Huon Wilson | -8/+38 |
| 2013-08-03 | option: mutate() and mutate_default() should return bool | Kevin Ballard | -6/+25 |
| 2013-08-03 | fixed the buffer to make it a more reasonable size | toddaaro | -1/+1 |
| 2013-08-03 | modified logging function to truncate output and adjusted error output format... | toddaaro | -8/+18 |
| 2013-08-03 | make `for` parse as `foreach` does | Daniel Micay | -34/+8 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -791/+767 |
| 2013-08-03 | Vim highlighting: remove `foreach` keyword | Chris Morgan | -1/+1 |
| 2013-08-02 | Suppress a libuv leak on mac | Brian Anderson | -0/+13 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -1825/+1705 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -1381/+2638 |
| 2013-08-03 | Highlight sigils and operators in Vim. | Chris Morgan | -6/+23 |
| 2013-08-02 | Bump fd limit on macos when running rt tests | Kevin Ballard | -0/+78 |
| 2013-08-02 | Revert "std::rt: Use a constant 4 threads for multithreaded sched tests" | Kevin Ballard | -4/+5 |
| 2013-08-02 | auto merge of #8174 : DaGenix/rust/digest-improvements, r=brson | bors | -850/+912 |
| 2013-08-03 | Add default implementation of Map::contains_key function | Stepan Koltsov | -27/+5 |
| 2013-08-02 | Sha1: Update Sha1 to use new functionality in cryptoutil.rs | Palmer Cox | -101/+37 |
| 2013-08-02 | Crypto: Add overflow checking addition functions. | Palmer Cox | -55/+71 |
| 2013-08-02 | Crypto: Add large input tests for all Digests | Palmer Cox | -21/+63 |
| 2013-08-02 | Crypto: Remove DigestUtil and convert to default methods on the Digest trait. | Palmer Cox | -30/+23 |
| 2013-08-02 | Sha2: Re-write the Sha2 compression functions to improve performance. | Palmer Cox | -102/+91 |
| 2013-08-02 | Sha2: Create cryptoutil.rs and re-write the Sha2 module to make use of it. | Palmer Cox | -451/+551 |
| 2013-08-02 | Sha2: Remove the result_X() methods; move logic into the Digest impls. | Palmer Cox | -73/+50 |
| 2013-08-02 | Sha2: Rearrage traits / impls / structs. | Palmer Cox | -248/+257 |
| 2013-08-02 | Sha2: Remove unecessary integer type specifications. | Palmer Cox | -36/+36 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -148/+142 |
| 2013-08-02 | Add backticks around trait name in conflicting implementations error message | David Halperin | -2/+2 |
| 2013-08-02 | Add trait name to conflicting implementation error message | David Halperin | -3/+30 |
| 2013-08-02 | Add an assert_may_sleep() check on every context switch. | Ben Blum | -0/+4 |
| 2013-08-02 | Don't fail from kill signals if already unwinding. | Ben Blum | -3/+3 |
| 2013-08-02 | (cleanup) Use more do...finally in extra::sync. | Ben Blum | -207/+108 |
| 2013-08-02 | Fix embarrassing bug where 'unkillable' would unwind improperly when it recei... | Ben Blum | -2/+44 |
| 2013-08-02 | Fix nasty double-free bug where a newrt chan could get killed after reschedul... | Ben Blum | -2/+7 |
| 2013-08-02 | Add SendDeferred trait and use it to fix #8214. | Ben Blum | -28/+162 |
| 2013-08-02 | std: Speed up str::is_utf8 | blake2-ppc | -35/+67 |
| 2013-08-02 | auto merge of #8221 : brson/rust/single-threaded, r=graydon | bors | -16/+107 |
| 2013-08-02 | auto merge of #8195 : bblum/rust/task-cleanup, r=brson | bors | -29/+94 |
| 2013-08-02 | auto merge of #8193 : cmr/rust/linux-errno, r=graydon | bors | -0/+107 |
| 2013-08-02 | auto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton | bors | -0/+83 |
| 2013-08-02 | auto merge of #8175 : brson/rust/nodbg, r=graydon | bors | -195/+0 |
| 2013-08-02 | std: Implement SingleThreaded spawn mode for newsched | Brian Anderson | -16/+107 |