| Age | Commit message (Expand) | Author | Lines |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -19/+2 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -26/+26 |
| 2013-10-09 | std::rand: Minor clean-up of comments & add a missing default method. | Huon Wilson | -1/+0 |
| 2013-10-09 | Convert rt::sched::new_sched_rng to use open/read/close rather than f*. | Huon Wilson | -16/+10 |
| 2013-10-09 | std::rand: make the windows OSRng more correct, remove some C++. | Huon Wilson | -1/+2 |
| 2013-10-09 | std::rand: Add a trait for seeding RNGs: SeedableRng. | Huon Wilson | -2/+2 |
| 2013-10-09 | std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ... | Huon Wilson | -1/+55 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -1/+1 |
| 2013-10-08 | Make std::rt::io::extensions public | Steven Fackler | -1/+1 |
| 2013-10-08 | rm useless fast_ffi attributes | Daniel Micay | -10/+0 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -5/+26 |
| 2013-10-06 | auto merge of #9593 : fhahn/rust/logging-unsafe-removal, r=alexcrichton | bors | -202/+305 |
| 2013-10-06 | get_crate_map returns an Option | Florian Hahn | -23/+42 |
| 2013-10-05 | Make a task name use a `SendStr`, allowing for either | Marvin Löbel | -2/+2 |
| 2013-10-05 | Add code for older crate map versions, bumped crate map version number | Florian Hahn | -38/+171 |
| 2013-10-05 | Use &'self str instead of raw char pointer in ModEntry | Florian Hahn | -127/+99 |
| 2013-10-05 | Use slice representation for module entries in CrateMap | Florian Hahn | -87/+47 |
| 2013-10-05 | Use slice representation for child crate maps | Florian Hahn | -116/+135 |
| 2013-10-05 | rt::io::net::tcp: Fix eof_twice tests on Win32 | klutzy | -6/+20 |
| 2013-10-05 | std::rt: Add NotConnected to IoErrorKind | klutzy | -0/+5 |
| 2013-10-05 | std::rt::uv::net: Handle `read_start` error | klutzy | -2/+13 |
| 2013-10-03 | Document logging and remove old functions | Alex Crichton | -19/+2 |
| 2013-10-03 | Close out #9155 | Steven Fackler | -13/+9 |
| 2013-10-02 | Stop using newtype wrappers in std::rt::io | Steven Fackler | -30/+48 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -2/+2 |
| 2013-10-01 | auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson | bors | -142/+2 |
| 2013-10-01 | Move the rt::io::process tests to run-pass | Alex Crichton | -142/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -2/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -191/+179 |
| 2013-09-30 | std::rt::uv::net: Enable tests on Win32 | klutzy | -4/+0 |
| 2013-09-29 | Put a newline after each logging message | Alex Crichton | -1/+1 |
| 2013-09-27 | auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajack | bors | -1/+0 |
| 2013-09-27 | auto merge of #9562 : alexcrichton/rust/snapshots, r=thestinger | bors | -12/+0 |
| 2013-09-27 | auto merge of #9559 : sfackler/rust/more-visibility, r=alexcrichton | bors | -11/+11 |
| 2013-09-27 | Suppress warning by removing unused import | Flavio Percoco | -1/+0 |
| 2013-09-27 | Register new snapshots | Alex Crichton | -12/+0 |
| 2013-09-26 | std: removed some warnings in tests. | Erick Tryzelaar | -6/+5 |
| 2013-09-26 | std and rustc: Convert users of c_str to use .with_c_str | Erick Tryzelaar | -16/+16 |
| 2013-09-26 | Visibility fixes | Steven Fackler | -11/+11 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -31/+22 |
| 2013-09-26 | auto merge of #9507 : brson/rust/sched, r=alexcrichton | bors | -28/+140 |
| 2013-09-26 | auto merge of #9506 : sfackler/rust/visibility, r=alexcrichton | bors | -2/+2 |
| 2013-09-26 | auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmr | bors | -6/+10 |
| 2013-09-25 | std::rt: Implement task yielding. Fix a starvation problem | Brian Anderson | -28/+140 |
| 2013-09-25 | Some struct visibility fixes | Steven Fackler | -2/+2 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -31/+22 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -18/+18 |
| 2013-09-25 | Don't die in try_unsafe_borrow if tls isn't ready | Alex Crichton | -6/+10 |
| 2013-09-24 | auto merge of #9470 : luqmana/rust/bba, r=brson | bors | -17/+14 |
| 2013-09-24 | Remove the annihilate function from the crate map. Fixes #8431 | Luqman Aden | -17/+14 |