| Age | Commit message (Expand) | Author | Lines |
| 2013-10-29 | Add parser for `#[repr(...)]`; nothing uses it yet. | Jed Davis | -12/+133 |
| 2013-10-29 | removed extra line | reedlepee | -1/+0 |
| 2013-10-29 | Indentation | reedlepee | -1/+1 |
| 2013-10-29 | updated the places where the struct is created #7427 | reedlepee | -2/+3 |
| 2013-10-29 | Changed name to non_copyable #7427 | reedlepee | -1/+1 |
| 2013-10-29 | Added the comment #7427 | reedlepee | -1/+1 |
| 2013-10-29 | Replaced empty destructors with NonCopyable #7427 | reedlepee | -5/+2 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -153/+7015 |
| 2013-10-29 | auto merge of #10142 : pythonesque/rust/issue-8263, r=catamorphism | bors | -22/+31 |
| 2013-10-29 | auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichton | bors | -1/+4 |
| 2013-10-30 | Fix Vim indent for wrapped function arguments. | Chris Morgan | -2/+17 |
| 2013-10-30 | Update prelude items in Vim syntax file. | Chris Morgan | -22/+20 |
| 2013-10-29 | auto merge of #10135 : alexcrichton/rust/snapshots, r=thestinger | bors | -119/+98 |
| 2013-10-29 | rewrite shootout-binarytrees.rs to match shootout directives | Guillaume Pinot | -50/+46 |
| 2013-10-28 | #8263 part 2: Adding struct name. | Joshua Yanovski | -6/+11 |
| 2013-10-28 | Field identifiers now include specific spans (Closes #8263). | Joshua Yanovski | -18/+22 |
| 2013-10-28 | auto merge of #10127 : thestinger/rust/cold, r=pcwalton | bors | -6/+23 |
| 2013-10-28 | rt::task: Make current_stack_segment public again | Keegan McAllister | -1/+4 |
| 2013-10-28 | auto merge of #10117 : huonw/rust/dead-visits, r=sanxiyn | bors | -126/+70 |
| 2013-10-28 | std: Move the SendDeferred trait to std::comm | Brian Anderson | -8/+7 |
| 2013-10-28 | Capitalize statics in f32 and f64 mods | Ziad Hatahet | -162/+156 |
| 2013-10-28 | auto merge of #10133 : alexcrichton/rust/another-error, r=thestinger | bors | -1/+2 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -119/+98 |
| 2013-10-28 | auto merge of #10113 : thestinger/rust/expect, r=cmr | bors | -1/+5 |
| 2013-10-28 | auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta... | bors | -12/+45 |
| 2013-10-28 | Make some more rt components public | Alex Crichton | -30/+28 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -6/+23 |
| 2013-10-28 | auto merge of #10095 : huonw/rust/master, r=cmr | bors | -2/+2 |
| 2013-10-28 | Handle another possible error in a unix pipe test | Alex Crichton | -1/+2 |
| 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 | syntax: remove dead @mut Visitor impl (only used in tests). | Huon Wilson | -126/+70 |
| 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 | mark bounds check failures as the cold path | Daniel Micay | -1/+5 |
| 2013-10-27 | Clarify that the SipHash implementation has not be validated for cryptographi... | Palmer Cox | -2/+7 |