]> git.lizzy.rs Git - rust.git/history - src/librustuv/uvll.rs
Register new snapshots
[rust.git] / src / librustuv / uvll.rs
2013-12-03 Alex CrichtonRegister new snapshots
2013-11-30 borsauto merge of #10528 : alexcrichton/rust/static-linking...
2013-11-30 Alex CrichtonTest fixes and merge conflicts
2013-11-30 Alex CrichtonAdd generation of static libraries to rustc
2013-11-25 borsauto merge of #10628 : huonw/rust/3614, r=alexcrichton
2013-11-25 borsauto merge of #10603 : alexcrichton/rust/no-linked...
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-24 borsauto merge of #10625 : huonw/rust/json-errors, r=alexcr...
2013-11-24 borsauto merge of #10620 : cmr/rust/linker_opts, r=thestinger
2013-11-24 borsauto merge of #10578 : luqmana/rust/mingw64, r=alexcrichton
2013-11-23 Luqman AdenFix up mingw64 target.
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
2013-11-16 borsauto merge of #10420 : sanxiyn/rust/path, r=cmr
2013-11-14 borsauto merge of #9788 : geoffhill/rust/bare-fn-cast,...
2013-11-13 borsauto merge of #10277 : dcrewi/rust/missing-doc-and...
2013-11-12 borsauto merge of #10427 : alexcrichton/rust/no-xray, r...
2013-11-12 borsauto merge of #10198 : alexcrichton/rust/darwin-quiet...
2013-11-12 borsauto merge of #10425 : astrieanna/rust/rm-issue-912...
2013-11-12 borsauto merge of #10424 : alexcrichton/rust/optimize-buffe...
2013-11-12 borsauto merge of #10422 : alexcrichton/rust/explicit-crate...
2013-11-11 borsauto merge of #10419 : brson/rust/conditiondocs, r...
2013-11-11 borsauto merge of #10403 : poiru/rust/issue-2675, r=alexcri...
2013-11-11 borsauto merge of #10407 : alexcrichton/rust/no-fixed-stack...
2013-11-11 Alex CrichtonRemove #[fixed_stack_segment] and #[rust_stack]
2013-11-11 borsauto merge of #10394 : yichoi/rust/make_check_pass_andr...
2013-11-11 borsauto merge of #10406 : alexcrichton/rust/issue-10405...
2013-11-10 borsauto merge of #10226 : nibrahim/rust/docepub, r=alexcri...
2013-11-10 borsauto merge of #10399 : huonw/rust/get-opt-doc, r=alexcr...
2013-11-10 borsauto merge of #10321 : alexcrichton/rust/uv-rewrite...
2013-11-10 Alex CrichtonFix usage of libuv for windows
2013-11-10 Alex CrichtonAnother round of test fixes from previous commits
2013-11-10 Alex CrichtonUpdate to the latest libuv
2013-11-10 Alex CrichtonFall back from uv tty instances more aggressively
2013-11-10 Alex CrichtonWork around bugs in 32-bit enum FFI
2013-11-10 Alex CrichtonAdd bindings to uv's utime function
2013-11-10 Alex CrichtonMigrate uv net bindings away from ~fn()
2013-11-10 Alex CrichtonFixing rebase conflicts and such
2013-11-10 Alex CrichtonMigrate uv timer bindings away from ~fn()
2013-11-10 Alex Crichtonuv: Remove lots of uv/C++ wrappers
2013-11-08 borsauto merge of #10243 : mattcarberry/rust/master, r...
2013-11-06 borsauto merge of #10227 : kud1ing/rust/ios, r=alexcrichton
2013-11-05 borsauto merge of #10182 : alexcrichton/rust/typeid-intrins...
2013-11-04 borsauto merge of #10179 : alexcrichton/rust/rt-improvement...
2013-11-04 Alex CrichtonMove io::file to io::fs and fns out of File
2013-11-03 Alex CrichtonFill out the remaining functionality in io::file
2013-11-03 Alex CrichtonRemove all blocking std::os blocking functions
2013-11-03 Alex CrichtonModify IoFactory's fs_mkdir, and add fs_rename
2013-11-03 borsauto merge of #10219 : alexcrichton/rust/drop-invoke...
2013-11-03 borsauto merge of #10244 : thestinger/rust/abort, r=alexcri...
2013-11-03 borsauto merge of #10242 : thestinger/rust/inline_dtor...
2013-11-03 borsauto merge of #10199 : alexcrichton/rust/no-propagate...
2013-11-03 Alex CrichtonStatically link libuv to librustuv
2013-11-01 borsauto merge of #10203 : kud1ing/rust/ios, r=alexcrichton
2013-10-31 borsauto merge of #10167 : briantdawn/rust/master, r=cmr
2013-10-30 borsauto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichton
2013-10-30 borsauto merge of #10168 : reedlepee123/rust/priv_fields...
2013-10-30 borsauto merge of #9613 : jld/rust/enum-discrim-size.r0...
2013-10-30 borsauto merge of #10149 : chris-morgan/rust/2013-10-29...
2013-10-29 borsauto merge of #10145 : TeXitoi/rust/issues-2913, r...
2013-10-29 borsauto merge of #10134 : reedlepee123/rust/priv_fields...
2013-10-29 borsauto merge of #10140 : brson/rust/comm, r=alexcrichton
2013-10-29 borsauto merge of #10136 : hatahet/rust/master, r=alexcrichton
2013-10-29 borsauto merge of #10132 : pcwalton/rust/proc, r=pcwalton
2013-10-29 borsauto merge of #10058 : alexcrichton/rust/uv-crate,...
2013-10-29 Alex CrichtonMove rust's uv implementation to its own crate