about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-19/+2
2013-10-09option: rewrite the API to use compositionDaniel Micay-26/+26
2013-10-09std::rand: Minor clean-up of comments & add a missing default method.Huon Wilson-1/+0
2013-10-09Convert rt::sched::new_sched_rng to use open/read/close rather than f*.Huon Wilson-16/+10
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-1/+2
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-2/+2
2013-10-09std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...Huon Wilson-1/+55
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-1/+1
2013-10-08Make std::rt::io::extensions publicSteven Fackler-1/+1
2013-10-08rm useless fast_ffi attributesDaniel Micay-10/+0
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-5/+26
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
2013-10-05Make a task name use a `SendStr`, allowing for eitherMarvin Löbel-2/+2
2013-10-05Add code for older crate map versions, bumped crate map version numberFlorian Hahn-38/+171
2013-10-05Use &'self str instead of raw char pointer in ModEntryFlorian Hahn-127/+99
2013-10-05Use slice representation for module entries in CrateMapFlorian Hahn-87/+47
2013-10-05Use slice representation for child crate mapsFlorian Hahn-116/+135
2013-10-05rt::io::net::tcp: Fix eof_twice tests on Win32klutzy-6/+20
2013-10-05std::rt: Add NotConnected to IoErrorKindklutzy-0/+5
2013-10-05std::rt::uv::net: Handle `read_start` errorklutzy-2/+13
2013-10-03Document logging and remove old functionsAlex Crichton-19/+2
2013-10-03Close out #9155Steven Fackler-13/+9
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-30/+48
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-2/+2
2013-10-01auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brsonbors-142/+2
2013-10-01Move the rt::io::process tests to run-passAlex Crichton-142/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-2/+2
2013-09-30std: Remove usage of fmt!Alex Crichton-191/+179
2013-09-30std::rt::uv::net: Enable tests on Win32klutzy-4/+0
2013-09-29Put a newline after each logging messageAlex Crichton-1/+1
2013-09-27auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajackbors-1/+0
2013-09-27auto merge of #9562 : alexcrichton/rust/snapshots, r=thestingerbors-12/+0
2013-09-27auto merge of #9559 : sfackler/rust/more-visibility, r=alexcrichtonbors-11/+11
2013-09-27Suppress warning by removing unused importFlavio Percoco-1/+0
2013-09-27Register new snapshotsAlex Crichton-12/+0
2013-09-26std: removed some warnings in tests.Erick Tryzelaar-6/+5
2013-09-26std and rustc: Convert users of c_str to use .with_c_strErick Tryzelaar-16/+16
2013-09-26Visibility fixesSteven Fackler-11/+11
2013-09-26auto merge of #9261 : alexcrichton/rust/logging, r=huonwbors-31/+22
2013-09-26auto merge of #9507 : brson/rust/sched, r=alexcrichtonbors-28/+140
2013-09-26auto merge of #9506 : sfackler/rust/visibility, r=alexcrichtonbors-2/+2
2013-09-26auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmrbors-6/+10
2013-09-25std::rt: Implement task yielding. Fix a starvation problemBrian Anderson-28/+140
2013-09-25Some struct visibility fixesSteven Fackler-2/+2
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-31/+22
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-18/+18
2013-09-25Don't die in try_unsafe_borrow if tls isn't readyAlex Crichton-6/+10
2013-09-24auto merge of #9470 : luqmana/rust/bba, r=brsonbors-17/+14
2013-09-24Remove the annihilate function from the crate map. Fixes #8431Luqman Aden-17/+14