about summary refs log tree commit diff
path: root/src/librustuv
AgeCommit message (Expand)AuthorLines
2014-02-17Fix a segfault in the rustuv testsAlex Crichton-1/+12
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-3/+13
2014-02-15auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichtonbors-3/+3
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-3/+3
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14Test fixes and rebase conflicts from rollupsAlex Crichton-1/+4
2014-02-14auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brsonbors-25/+57
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-1/+1
2014-02-12Expose whether event loops have active I/OAlex Crichton-25/+57
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-6/+4
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-25/+26
2014-02-11librustuv -- fix unsafe sharing in rustuvNiko Matsakis-1/+2
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+4
2014-02-09std: Move byteswap functions to memBrian Anderson-3/+2
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-2/+2
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-13/+246
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-4/+4
2014-02-03rustuv: Require all results are used and fix falloutAlex Crichton-32/+34
2014-02-03rustuv: Remove io_error usageAlex Crichton-2/+3
2014-01-29auto merge of #11754 : alexcrichton/rust/unused-result, r=brsonbors-1/+1
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-1/+1
2014-01-29Remove do keyword from librustuvScott Lawrence-50/+50
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-2/+2
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-7/+7
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-7/+7
2014-01-26Fix privacy fallout from previous changeAlex Crichton-1/+1
2014-01-24auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichtonbors-80/+6
2014-01-24libstd: Use iotest! for for get_host_addresses.Luqman Aden-36/+0
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-2/+2
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-44/+6
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-20rustuv: Re-work sockaddr glue to not use mallocAlex Crichton-164/+158
2014-01-17handle zero-size allocations correctlyDaniel Micay-9/+6
2014-01-12Bump version to 0.10-preBrian Anderson-0/+1
2014-01-09port over the old tests to the new `Rc`Daniel Micay-1/+1
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-1/+1
2014-01-07Fix remaining cases of leaking importsAlex Crichton-1/+1
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-5/+8
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-30Convert some C functions to rust functionsAlex Crichton-0/+4
2013-12-27Implement native TCP I/OAlex Crichton-1/+4
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-9/+7
2013-12-24std: Remove must deferred sending functionsAlex Crichton-4/+4
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-27/+27
2013-12-24rustuv: Fix a use-after-free on destructionAlex Crichton-2/+12
2013-12-24rustuv: Fix a use-after-free bugAlex Crichton-3/+7
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+4