about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
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
2013-10-16auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichtonbors-38/+47
2013-10-15auto merge of #9857 : brson/rust/mainsched, r=alexcrichtonbors-2/+8
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-27/+28
2013-10-15path2: Replace the path module outrightKevin Ballard-38/+46
2013-10-14std::rt: Fix the set up of the main thread so that it doesn't try to steal workBrian Anderson-2/+8
2013-10-14Remove unused abi attributes.Steve Klabnik-1/+0
2013-10-11auto merge of #9809 : fhahn/rust/remove-old-cratemap-code, r=alexcrichtonbors-170/+10
2013-10-11Remove support for older CrateMap versionsFlorian Hahn-170/+10
2013-10-11De-pub some private runtime componentsAlex Crichton-28/+134
2013-10-10auto merge of #9749 : alexcrichton/rust/less-io, r=brsonbors-145/+1251
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-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-88/+34
2013-10-10Implement BufferedReader.{read_until, read_line}Alex Crichton-7/+65
2013-10-10Implement rt::io::stdioAlex Crichton-25/+83
2013-10-09auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichtonbors-1/+1
2013-10-09auto merge of #9742 : alexcrichton/rust/issue-9739, r=brsonbors-2/+8
2013-10-09Don't abort if the runtime is run twice.Alex Crichton-2/+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