| Age | Commit message (Expand) | Author | Lines |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -38/+46 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -1/+0 |
| 2013-10-11 | auto merge of #9809 : fhahn/rust/remove-old-cratemap-code, r=alexcrichton | bors | -170/+10 |
| 2013-10-11 | Remove support for older CrateMap versions | Florian Hahn | -170/+10 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -28/+134 |
| 2013-10-10 | auto merge of #9749 : alexcrichton/rust/less-io, r=brson | bors | -145/+1251 |
| 2013-10-10 | Make the file::DirectoryInfo trait public | Alex Crichton | -1/+1 |
| 2013-10-10 | Remove some users of io::file_reader | Alex Crichton | -4/+24 |
| 2013-10-10 | Migrate users of io::fd_t to io::native::file::fd_t | Alex Crichton | -88/+34 |
| 2013-10-10 | Implement BufferedReader.{read_until, read_line} | Alex Crichton | -7/+65 |
| 2013-10-10 | Implement rt::io::stdio | Alex Crichton | -25/+83 |
| 2013-10-09 | auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichton | bors | -1/+1 |
| 2013-10-09 | auto merge of #9742 : alexcrichton/rust/issue-9739, r=brson | bors | -2/+8 |
| 2013-10-09 | Don't abort if the runtime is run twice. | Alex Crichton | -2/+8 |
| 2013-10-09 | Implement io::native::process | Alex Crichton | -0/+752 |
| 2013-10-09 | Implement io::native::stdio | Alex Crichton | -0/+67 |
| 2013-10-09 | Implement io::native::file | Alex Crichton | -25/+230 |
| 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-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 |