about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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/+63
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-174/+264
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/+392
2013-10-24Fixing some tests, adding some pipesAlex Crichton-5/+43
2013-10-24Migrate std::run to libuv processesAlex Crichton-19/+40
2013-10-24Remove std::io once and for all!Alex Crichton-1854/+123
2013-10-24Remove std::io from ebmlAlex Crichton-379/+393
2013-10-24Test fixes and merge conflictsAlex Crichton-140/+151
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-84/+48
2013-10-24Remove io::read_errorAlex Crichton-52/+42
2013-10-24Stop logging task failure to task loggersAlex Crichton-9/+11
2013-10-24Remove even more of std::ioAlex Crichton-2028/+916
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-100/+166
2013-10-24Migrate the last typedefs to ~Trait in rtioAlex Crichton-19/+14
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-52/+84
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-315/+303
2013-10-24Remove rt::io::supportAlex Crichton-208/+131
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-99/+92
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-162/+307
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-50/+26
2013-10-24Address a few XXX comments throughout the runtimeAlex Crichton-12/+20
2013-10-24Finish implementing io::net::addrinfoAlex Crichton-92/+262
2013-10-24Implement io::net::unixAlex Crichton-86/+602
2013-10-24Cleaned, documented, wrote tests for up std::boolMarvin Löbel-302/+347
2013-10-24auto merge of #10042 : thestinger/rust/fail, r=sanxiynbors-3/+2
2013-10-24drop unused `frame_address` intrinsicDaniel Micay-48/+2
2013-10-23mark some functions as returning !Daniel Micay-3/+2
2013-10-23auto merge of #10032 : thestinger/rust/snapshot, r=huonwbors-60/+395
2013-10-23register snapshotsDaniel Micay-60/+395
2013-10-23auto merge of #10022 : hatahet/rust/master, r=alexcrichtonbors-320/+67
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-700/+1944
2013-10-23auto merge of #10034 : sfackler/rust/time, r=alexcrichtonbors-13/+13
2013-10-23Re-make time struct fields publicSteven Fackler-13/+13
2013-10-23auto merge of #9810 : huonw/rust/rand3, r=alexcrichtonbors-247/+840
2013-10-23auto merge of #10027 : catamorphism/rust/testcases-2013-10-22, r=catamorphismbors-0/+111
2013-10-23auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmanabors-11/+7
2013-10-22auto merge of #10015 : huonw/rust/minor-fixes, r=alexcrichtonbors-70/+78
2013-10-22testsuite: Test cases, all except issue-5216 xfailedTim Chevalier-0/+111
2013-10-22auto merge of #9654 : catamorphism/rust/rustpkg-c-dependencies, r=brsonbors-104/+513
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-104/+513
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-318/+65
2013-10-22Add tests for uniq & by-value self in mut slot.Luqman Aden-0/+103
2013-10-22libsyntax/librustc: Allow specifying mut on ~self.Luqman Aden-11/+23
2013-10-22libsyntax/librustc: Allow specifying mut on by-value self.Luqman Aden-43/+53
2013-10-23std::rand: seed ISAAC with no transmutes.Huon Wilson-7/+16
2013-10-23std::rand: use "nothing up your sleeve numbers" for ISAAC tests.Huon Wilson-18/+18
2013-10-23std::rand: simplify/safe-ify the default Rng.fill_bytes.Huon Wilson-45/+44