summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2013-10-25Fire fewer homing missilesAlex Crichton-36/+49
2013-10-25auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brsonbors-30/+138
2013-10-25Cache and buffer stdout per-task for printingAlex Crichton-30/+138
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-14/+316
2013-10-24Remove the 'callback_ms' function from EventLoopAlex Crichton-20/+3
2013-10-24Fix a bug with the scheduler and destructor orderAlex Crichton-1/+11
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-139/+222
2013-10-24Bring io::signal up to date with changes to rt::rtioAlex Crichton-79/+75
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+374
2013-10-24Fixing some tests, adding some pipesAlex Crichton-1/+33
2013-10-24Migrate std::run to libuv processesAlex Crichton-7/+6
2013-10-24Remove std::io once and for all!Alex Crichton-1/+82
2013-10-24Remove std::io from ebmlAlex Crichton-24/+62
2013-10-24Test fixes and merge conflictsAlex Crichton-54/+92
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-84/+48
2013-10-24Remove io::read_errorAlex Crichton-44/+38
2013-10-24Stop logging task failure to task loggersAlex Crichton-9/+11
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-99/+159
2013-10-24Migrate the last typedefs to ~Trait in rtioAlex Crichton-19/+14
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-45/+47
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-313/+300
2013-10-24Remove rt::io::supportAlex Crichton-158/+83
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-97/+90
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-162/+303
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-41/+22
2013-10-24Address a few XXX comments throughout the runtimeAlex Crichton-12/+20
2013-10-24Finish implementing io::net::addrinfoAlex Crichton-92/+249
2013-10-24Implement io::net::unixAlex Crichton-86/+587
2013-10-23mark some functions as returning !Daniel Micay-1/+1
2013-10-23Made uv_stat_t.{st_dev, st_ino} public, #9958Ziad Hatahet-2/+2
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-114/+110
2013-10-23auto merge of #9810 : huonw/rust/rand3, r=alexcrichtonbors-2/+2
2013-10-23auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmanabors-11/+7
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-2/+11
2013-10-22auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestingerbors-2/+2
2013-10-23std::rand: add distributions::Range for generating [lo, hi).Huon Wilson-2/+2
2013-10-22Tidy up asm! usage in libstdAlex Crichton-11/+7
2013-10-23Making ai_next field publicreedlepee-1/+1
2013-10-23Removed unnecessary comments and white spaces as suggestedreedlepee-14/+14
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-112/+25
2013-10-23Making fields in std and extra : private #4386reedlepee-127/+214
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-103/+103
2013-10-20Don't allocate a string when calling printlnAlex Crichton-1/+18
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-67/+412
2013-10-19Use __morestack to detect stack overflowAlex Crichton-67/+412
2013-10-18auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonwbors-25/+0
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-25/+0
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-7/+7
2013-10-16auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichtonbors-8/+38