| Age | Commit message (Expand) | Author | Lines |
| 2013-10-31 | Provide a sound method of flushing stdout | Alex Crichton | -14/+27 |
| 2013-10-31 | Fix infinite recursion in `fill_bytes()` | Robert Irelan | -1/+21 |
| 2013-10-31 | libstd: Remove mocks. | Patrick Walton | -181/+131 |
| 2013-10-31 | std::rand: correct an off-by-one in the Ziggurat code. | Huon Wilson | -136/+3 |
| 2013-10-31 | auto merge of #10180 : alexcrichton/rust/flush-default, r=brson | bors | -31/+6 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -129/+133 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -31/+6 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -129/+133 |
| 2013-10-30 | auto merge of #10168 : reedlepee123/rust/priv_fields, r=brson | bors | -23/+23 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -16/+23 |
| 2013-10-30 | changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #... | reedlepee | -23/+23 |
| 2013-10-29 | Register new snapshots | Alex Crichton | -6760/+0 |
| 2013-10-29 | auto merge of #10140 : brson/rust/comm, r=alexcrichton | bors | -8/+7 |
| 2013-10-29 | auto merge of #10136 : hatahet/rust/master, r=alexcrichton | bors | -146/+142 |
| 2013-10-29 | auto merge of #10132 : pcwalton/rust/proc, r=pcwalton | bors | -9/+11 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -9/+11 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -53/+106 |
| 2013-10-29 | Work around const_eval issues by changing signed integer `min_value`s. | Jed Davis | -1/+2 |
| 2013-10-29 | Adjust reflection for the possibility of discriminants larger than int. | Jed Davis | -15/+20 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -0/+1 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -28/+83 |
| 2013-10-29 | auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichton | bors | -1/+4 |
| 2013-10-29 | auto merge of #10135 : alexcrichton/rust/snapshots, r=thestinger | bors | -115/+87 |
| 2013-10-28 | auto merge of #10127 : thestinger/rust/cold, r=pcwalton | bors | -0/+3 |
| 2013-10-28 | rt::task: Make current_stack_segment public again | Keegan McAllister | -1/+4 |
| 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 | -146/+142 |
| 2013-10-28 | auto merge of #10133 : alexcrichton/rust/another-error, r=thestinger | bors | -1/+2 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -115/+87 |
| 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 | -0/+3 |
| 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 | Remove the extension traits for Readers/Writers | Alex Crichton | -612/+492 |
| 2013-10-28 | auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton | bors | -71/+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 | -202/+855 |
| 2013-10-27 | auto merge of #9744 : DaGenix/rust/remove-crypto, r=alexcrichton | bors | -2/+7 |
| 2013-10-27 | auto merge of #10080 : brson/rust/sched_queue, r=brson | bors | -105/+444 |
| 2013-10-27 | Clarify that the SipHash implementation has not be validated for cryptographi... | Palmer Cox | -2/+7 |
| 2013-10-27 | Ignore a test which never completes on windows | Alex Crichton | -0/+1 |
| 2013-10-26 | Fix a typo in a rt::io::signal test | Alex Crichton | -1/+1 |
| 2013-10-27 | Make the documentation for std::task::spawn_sched render correctly. | Huon Wilson | -2/+2 |
| 2013-10-26 | Implement another error code found on windows. | Alex Crichton | -6/+15 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -71/+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 |