summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
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
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-2/+2
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-2/+2
2013-09-23Register new snapshotsAlex Crichton-50/+4
2013-09-23auto merge of #9301 : luqmana/rust/ncm, r=brsonbors-2/+87
2013-09-23Find the cratemap at runtime on windows.Luqman Aden-2/+21
2013-09-22disable starvation test completely for nowDaniel Micay-13/+10
2013-09-22disable scheduler starvation test on valgrindDaniel Micay-9/+13
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-4/+4
2013-09-21auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmrbors-10/+27
2013-09-21std: add file::io::test module and ensure correct buildJeff Olson-243/+251
2013-09-21std: cleanup file::io rustdoc_ng outputJeff Olson-67/+49
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-1/+2
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-2/+1
2013-09-19std::rt: Try stealing from all schedulersBrian Anderson-10/+27
2013-09-19Fix unresolved symbol error for the crate_map in libstd on os x.Luqman Aden-0/+7
2013-09-19Ignore io::process testsAlex Crichton-0/+6
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-2/+1
2013-09-18libstd/librustc: Make the crate_map a weak symbol that libstd links against.Luqman Aden-1/+2
2013-09-18Implement process bindings to libuvAlex Crichton-67/+1034
2013-09-18librustc/libstd: No longer pass crate_map to start.Luqman Aden-2/+60