| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove usage of io::FILE_writer | Alex Crichton | -49/+13 |
| 2013-10-10 | Migrate users of io::fd_t to io::native::file::fd_t | Alex Crichton | -101/+40 |
| 2013-10-10 | Move std::run off of std::io | Alex Crichton | -769/+65 |
| 2013-10-10 | Implement BufferedReader.{read_until, read_line} | Alex Crichton | -7/+65 |
| 2013-10-10 | Implement rt::io::stdio | Alex Crichton | -26/+84 |
| 2013-10-09 | auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichton | bors | -1/+1 |
| 2013-10-09 | auto merge of #9774 : sebcrozet/rust/master, r=huonw | bors | -2/+1 |
| 2013-10-09 | auto merge of #9742 : alexcrichton/rust/issue-9739, r=brson | bors | -40/+8 |
| 2013-10-09 | Don't abort if the runtime is run twice. | Alex Crichton | -40/+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 | -46/+90 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -117/+82 |
| 2013-10-09 | std::rand: Minor clean-up of comments & add a missing default method. | Huon Wilson | -3/+5 |
| 2013-10-09 | std::rand: remove seed_task_rng and RUST_SEED. | Huon Wilson | -76/+9 |
| 2013-10-09 | std::rand: Make Rng.next_u32 non-default, waiting for #7771. | Huon Wilson | -6/+11 |
| 2013-10-09 | std::rand::os: use the externfn! macro for the Windows RNG. | Huon Wilson | -22/+16 |
| 2013-10-09 | std::rand::reseeding: seed the reseeder in the SeedableRng impl. | Huon Wilson | -12/+13 |
| 2013-10-09 | std::rand::reader: describe cfg!(endianness). | Huon Wilson | -0/+4 |
| 2013-10-09 | std::rand: Correct the implementation of Rand for f32 & f64. | Huon Wilson | -8/+29 |
| 2013-10-09 | Documentation & address minor point. | Huon Wilson | -4/+8 |
| 2013-10-09 | std::rand: remove `seed`. | Huon Wilson | -52/+42 |
| 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: adjust the f32 & f64 Rand instances. | Huon Wilson | -7/+8 |
| 2013-10-09 | std::rand: documentation additions & fixes. | Huon Wilson | -9/+52 |
| 2013-10-09 | std::rand: move the Rand impls into a separate file for neatness. | Huon Wilson | -167/+201 |
| 2013-10-09 | std::rand: add & split some tests. | Huon Wilson | -7/+82 |
| 2013-10-09 | std::rand: make the windows OSRng more correct, remove some C++. | Huon Wilson | -35/+51 |
| 2013-10-09 | std::rand: improve the task_rng code. | Huon Wilson | -20/+134 |
| 2013-10-09 | std::rand: Add a trait for seeding RNGs: SeedableRng. | Huon Wilson | -104/+223 |
| 2013-10-09 | std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce... | Huon Wilson | -0/+129 |
| 2013-10-09 | std::rand: add the StdRng wrapper for a blessed RNG. | Huon Wilson | -7/+54 |
| 2013-10-09 | std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ... | Huon Wilson | -30/+435 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -50/+281 |
| 2013-10-09 | std::rand: move the Isaac implementation to its own file. | Huon Wilson | -184/+207 |
| 2013-10-08 | Make std::rt::io::extensions public | Steven Fackler | -1/+1 |
| 2013-10-08 | Fix float to float ToPrimitive implementation. | Sébastien Crozet | -2/+1 |
| 2013-10-08 | auto merge of #9757 : erickt/rust/master, r=alexcrichton | bors | -3/+48 |
| 2013-10-08 | rm useless fast_ffi attributes | Daniel Micay | -24/+0 |
| 2013-10-08 | auto merge of #9759 : thestinger/rust/immediate, r=alexcrichton | bors | -1/+3 |
| 2013-10-08 | make small ty_struct immediate | Daniel Micay | -1/+3 |
| 2013-10-07 | Fix merge fallout of privacy changes | Alex Crichton | -1/+1 |
| 2013-10-07 | std: fix an infinite loop in num::ToPrimitive and add tests | Erick Tryzelaar | -3/+48 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -21/+35 |
| 2013-10-06 | auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr | bors | -0/+2 |
| 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 |