about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-10-10Make the file::DirectoryInfo trait publicAlex Crichton-1/+1
2013-10-10Remove some users of io::file_readerAlex Crichton-4/+24
2013-10-10Remove usage of io::FILE_writerAlex Crichton-49/+13
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-101/+40
2013-10-10Move std::run off of std::ioAlex Crichton-769/+65
2013-10-10Implement BufferedReader.{read_until, read_line}Alex Crichton-7/+65
2013-10-10Implement rt::io::stdioAlex Crichton-26/+84
2013-10-09auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichtonbors-1/+1
2013-10-09auto merge of #9774 : sebcrozet/rust/master, r=huonwbors-2/+1
2013-10-09auto merge of #9742 : alexcrichton/rust/issue-9739, r=brsonbors-40/+8
2013-10-09Don't abort if the runtime is run twice.Alex Crichton-40/+8
2013-10-09Implement io::native::processAlex Crichton-0/+752
2013-10-09Implement io::native::stdioAlex Crichton-0/+67
2013-10-09Implement io::native::fileAlex Crichton-25/+230
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-46/+90
2013-10-09option: rewrite the API to use compositionDaniel Micay-117/+82
2013-10-09std::rand: Minor clean-up of comments & add a missing default method.Huon Wilson-3/+5
2013-10-09std::rand: remove seed_task_rng and RUST_SEED.Huon Wilson-76/+9
2013-10-09std::rand: Make Rng.next_u32 non-default, waiting for #7771.Huon Wilson-6/+11
2013-10-09std::rand::os: use the externfn! macro for the Windows RNG.Huon Wilson-22/+16
2013-10-09std::rand::reseeding: seed the reseeder in the SeedableRng impl.Huon Wilson-12/+13
2013-10-09std::rand::reader: describe cfg!(endianness).Huon Wilson-0/+4
2013-10-09std::rand: Correct the implementation of Rand for f32 & f64.Huon Wilson-8/+29
2013-10-09Documentation & address minor point.Huon Wilson-4/+8
2013-10-09std::rand: remove `seed`.Huon Wilson-52/+42
2013-10-09Convert rt::sched::new_sched_rng to use open/read/close rather than f*.Huon Wilson-16/+10
2013-10-09std::rand: adjust the f32 & f64 Rand instances.Huon Wilson-7/+8
2013-10-09std::rand: documentation additions & fixes.Huon Wilson-9/+52
2013-10-09std::rand: move the Rand impls into a separate file for neatness.Huon Wilson-167/+201
2013-10-09std::rand: add & split some tests.Huon Wilson-7/+82
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-35/+51
2013-10-09std::rand: improve the task_rng code.Huon Wilson-20/+134
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-104/+223
2013-10-09std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce...Huon Wilson-0/+129
2013-10-09std::rand: add the StdRng wrapper for a blessed RNG.Huon Wilson-7/+54
2013-10-09std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...Huon Wilson-30/+435
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-50/+281
2013-10-09std::rand: move the Isaac implementation to its own file.Huon Wilson-184/+207
2013-10-08Make std::rt::io::extensions publicSteven Fackler-1/+1
2013-10-08Fix float to float ToPrimitive implementation.Sébastien Crozet-2/+1
2013-10-08auto merge of #9757 : erickt/rust/master, r=alexcrichtonbors-3/+48
2013-10-08rm useless fast_ffi attributesDaniel Micay-24/+0
2013-10-08auto merge of #9759 : thestinger/rust/immediate, r=alexcrichtonbors-1/+3
2013-10-08make small ty_struct immediateDaniel Micay-1/+3
2013-10-07Fix merge fallout of privacy changesAlex Crichton-1/+1
2013-10-07std: fix an infinite loop in num::ToPrimitive and add testsErick Tryzelaar-3/+48
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-21/+35
2013-10-06auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmrbors-0/+2
2013-10-06auto merge of #9593 : fhahn/rust/logging-unsafe-removal, r=alexcrichtonbors-202/+305
2013-10-06get_crate_map returns an OptionFlorian Hahn-23/+42