index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustuv
Age
Commit message (
Expand
)
Author
Lines
2014-02-17
Fix a segfault in the rustuv tests
Alex Crichton
-1
/
+12
2014-02-16
Allow configuration of uid/gid/detach on processes
Alex Crichton
-3
/
+13
2014-02-15
auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton
bors
-3
/
+3
2014-02-16
std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.
Huon Wilson
-3
/
+3
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-14
Test fixes and rebase conflicts from rollups
Alex Crichton
-1
/
+4
2014-02-14
auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson
bors
-25
/
+57
2014-02-13
remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...
JeremyLetang
-1
/
+1
2014-02-12
Expose whether event loops have active I/O
Alex Crichton
-25
/
+57
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-6
/
+4
2014-02-11
Shuffle around ownership in concurrent queues
Alex Crichton
-25
/
+26
2014-02-11
librustuv -- fix unsafe sharing in rustuv
Niko Matsakis
-1
/
+2
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-4
/
+4
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-3
/
+2
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-2
/
+2
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-13
/
+246
2014-02-03
std: Remove try_send_deferred plus all fallout
Alex Crichton
-4
/
+4
2014-02-03
rustuv: Require all results are used and fix fallout
Alex Crichton
-32
/
+34
2014-02-03
rustuv: Remove io_error usage
Alex Crichton
-2
/
+3
2014-01-29
auto merge of #11754 : alexcrichton/rust/unused-result, r=brson
bors
-1
/
+1
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-1
/
+1
2014-01-29
Remove do keyword from librustuv
Scott Lawrence
-50
/
+50
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-2
/
+2
2014-01-26
auto merge of #11817 : salemtalha/rust/master, r=brson
bors
-7
/
+7
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-7
/
+7
2014-01-26
Fix privacy fallout from previous change
Alex Crichton
-1
/
+1
2014-01-24
auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton
bors
-80
/
+6
2014-01-24
libstd: Use iotest! for for get_host_addresses.
Luqman Aden
-36
/
+0
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-2
/
+2
2014-01-22
libnative: 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-20
Register new snapshots
Alex Crichton
-2
/
+1
2014-01-20
rustuv: Re-work sockaddr glue to not use malloc
Alex Crichton
-164
/
+158
2014-01-17
handle zero-size allocations correctly
Daniel Micay
-9
/
+6
2014-01-12
Bump version to 0.10-pre
Brian Anderson
-0
/
+1
2014-01-09
port over the old tests to the new `Rc`
Daniel Micay
-1
/
+1
2014-01-07
Fixup the rest of the tests in the compiler
Alex Crichton
-1
/
+1
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-1
/
+1
2014-01-08
Renamed Option::map_default and mutate_default to map_or and mutate_or_set
Marvin Löbel
-1
/
+1
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-5
/
+8
2014-01-02
Bump version to 0.9
Brian Anderson
-1
/
+1
2013-12-30
Convert some C functions to rust functions
Alex Crichton
-0
/
+4
2013-12-27
Implement native TCP I/O
Alex Crichton
-1
/
+4
2013-12-26
Register new snapshots
Alex Crichton
-2
/
+0
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-9
/
+7
2013-12-24
std: Remove must deferred sending functions
Alex Crichton
-4
/
+4
2013-12-24
rustuv: Remove the id() function from IoFactory
Alex Crichton
-27
/
+27
2013-12-24
rustuv: Fix a use-after-free on destruction
Alex Crichton
-2
/
+12
2013-12-24
rustuv: Fix a use-after-free bug
Alex Crichton
-3
/
+7
2013-12-24
Test fixes and rebase problems
Alex Crichton
-0
/
+4
[next]