| Age | Commit message (Expand) | Author | Lines |
| 2013-10-28 | auto merge of #10079 : alexcrichton/rust/no-reader-util, r=brson | bors | -640/+517 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -640/+517 |
| 2013-10-28 | auto merge of #10089 : pythonesque/rust/issue-7718, r=catamorphism | bors | -23/+42 |
| 2013-10-28 | auto merge of #10107 : thestinger/rust/immediate, r=huonw | bors | -0/+1 |
| 2013-10-28 | auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton | bors | -650/+253 |
| 2013-10-28 | auto merge of #10093 : alexcrichton/rust/issue-8811, r=pcwalton | bors | -6/+15 |
| 2013-10-28 | auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwalton | bors | -6/+170 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -214/+912 |
| 2013-10-27 | auto merge of #10050 : gifnksm/rust/ratio-methods, r=pcwalton | bors | -0/+66 |
| 2013-10-27 | auto merge of #9744 : DaGenix/rust/remove-crypto, r=alexcrichton | bors | -2386/+655 |
| 2013-10-27 | auto merge of #10080 : brson/rust/sched_queue, r=brson | bors | -105/+446 |
| 2013-10-27 | auto merge of #10098 : alexcrichton/rust/attempts, r=alexcrichton | bors | -1/+2 |
| 2013-10-27 | Integrate the code in the digest and cryptoutil modules directly into the sha... | Palmer Cox | -365/+315 |
| 2013-10-27 | Remove MD4. | Palmer Cox | -151/+0 |
| 2013-10-27 | Remove dead code from cryptoutil.rs and remove macro_rules feature flag. | Palmer Cox | -230/+73 |
| 2013-10-27 | Add a comment to Sha1 that its not suitable for cryptogrpahic uses. | Palmer Cox | -0/+4 |
| 2013-10-27 | Remove MD5 and Sha2. Move Sha1 and support code into librustpkg. | Palmer Cox | -1379/+9 |
| 2013-10-27 | Update workcache to no longer use Sha1. | Palmer Cox | -17/+5 |
| 2013-10-27 | Clarify that the SipHash implementation has not be validated for cryptographi... | Palmer Cox | -2/+7 |
| 2013-10-27 | make the bottom type immediate | Daniel Micay | -0/+1 |
| 2013-10-27 | Ignore a test which never completes on windows | Alex Crichton | -0/+1 |
| 2013-10-27 | auto merge of #10026 : luqmana/rust/mut-pat, r=pcwalton | bors | -168/+224 |
| 2013-10-26 | Fix a typo in a rt::io::signal test | Alex Crichton | -1/+1 |
| 2013-10-26 | Implement another error code found on windows. | Alex Crichton | -6/+15 |
| 2013-10-26 | Make addl_lib_search_paths a HashSet (Closes #7718). | Joshua Yanovski | -23/+42 |
| 2013-10-26 | auto merge of #10072 : brson/rust/modelines, r=thestinger | bors | -125/+2 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -650/+253 |
| 2013-10-26 | auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brson | bors | -36/+49 |
| 2013-10-25 | Enhance timers to create ports | Alex Crichton | -6/+170 |
| 2013-10-25 | Encapsulate the lock-free mpsc queue in the MessageQueue type | Brian Anderson | -57/+15 |
| 2013-10-25 | Add links to original mpmc and mpsc implementations | Brian Anderson | -0/+3 |
| 2013-10-25 | Tidy | Brian Anderson | -6/+8 |
| 2013-10-25 | minor | Jason Toffaletti | -2/+6 |
| 2013-10-25 | minor | Jason Toffaletti | -2/+2 |
| 2013-10-25 | fix bug introduced by previous clean up. more clean up. | Jason Toffaletti | -23/+19 |
| 2013-10-25 | clean up | Jason Toffaletti | -36/+38 |
| 2013-10-25 | add padding to prevent false sharing | Jason Toffaletti | -0/+8 |
| 2013-10-25 | add multi-producer multi-consumer bounded queue to use for sleeper list | Jason Toffaletti | -56/+211 |
| 2013-10-25 | add cache line padding | Jason Toffaletti | -4/+11 |
| 2013-10-25 | lock-free queue for scheduler message queue | Jason Toffaletti | -4/+210 |
| 2013-10-25 | Remove ancient emacs mode lines from test cases | Brian Anderson | -125/+2 |
| 2013-10-25 | Fire fewer homing missiles | Alex Crichton | -36/+49 |
| 2013-10-25 | auto merge of #10067 : sanxiyn/rust/addr-of-bot, r=thestinger | bors | -6/+24 |
| 2013-10-25 | auto merge of #10066 : sanxiyn/rust/mut-ptr-clone, r=thestinger | bors | -0/+7 |
| 2013-10-25 | auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson | bors | -31/+139 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -31/+139 |
| 2013-10-25 | Allow taking address of bottom | Seo Sanghyeon | -6/+24 |
| 2013-10-25 | Implement Clone trait for mutable unsafe pointers | Seo Sanghyeon | -0/+7 |
| 2013-10-25 | auto merge of #10054 : alexcrichton/rust/basic-event-loop, r=brson | bors | -88/+494 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -68/+429 |