| Age | Commit message (Expand) | Author | Lines |
| 2012-04-06 | adding 32bit-unix struct struct size differences | Jeff Olson | -68/+178 |
| 2012-04-06 | fixing some libuv stuff that leaked through the rebase | Jeff Olson | -14/+22 |
| 2012-04-06 | adding uv_hl module and some doc work | Jeff Olson | -17/+141 |
| 2012-04-06 | rename uv::direct:: to uv::ll:: and put into its own crate | Jeff Olson | -597/+669 |
| 2012-04-06 | getting rid of ip4 port byval test... 2064 workarounds in place, for now | Jeff Olson | -18/+0 |
| 2012-04-06 | line length fixes for make check | Jeff Olson | -2/+3 |
| 2012-04-06 | docs tweak for uv module | Jeff Olson | -2/+3 |
| 2012-04-06 | fix size of uv_async_t on windows. is this the cause of the libuv segfault? | Jeff Olson | -2/+20 |
| 2012-04-06 | add libuv error msg helpers.. flushing out windows tcp issue. | Jeff Olson | -19/+60 |
| 2012-04-06 | add low-level uv_async bindings for use in tcp test | Jeff Olson | -10/+102 |
| 2012-04-06 | refactored the tcp request and server tests into 1 test using loopback | Jeff Olson | -73/+106 |
| 2012-04-06 | hello world test for a tcp server in libuv | Jeff Olson | -12/+203 |
| 2012-04-06 | fixing libuv stuff in win32 (see #2064) .. pass sockaddr_in by-ref, for now | Jeff Olson | -9/+13 |
| 2012-04-06 | fixed unix uv struct err from prev commit, also starting uv docs | Jeff Olson | -1/+23 |
| 2012-04-06 | massaging out struct-size differences between unix and win32 | Jeff Olson | -19/+59 |
| 2012-04-06 | win32 tweaks | Jeff Olson | -17/+15 |
| 2012-04-06 | test_uv_tcp_request() fully working on linux | Jeff Olson | -19/+65 |
| 2012-04-06 | wired up uv_read_start and some helper funcs around uv_alloc_cb tasks | Jeff Olson | -26/+120 |
| 2012-04-06 | uv_buf_t's for uv_write() passed by-val .. no more mallocs or ptr cop-outs | Jeff Olson | -17/+5 |
| 2012-04-06 | fixed by-val from rust->c, use ++ sigil in native fn sig <-- NEVAR FORGET | Jeff Olson | -15/+31 |
| 2012-04-06 | fixed passing in uv_buf_t ptr array in uv_write.. return status 0 | Jeff Olson | -3/+6 |
| 2012-04-06 | uv_write works, buffer passing still broke, can get sockaddr_in by val | Jeff Olson | -16/+25 |
| 2012-04-06 | changing ctypes:: to libc:: and impl of uv::direct::write() | Jeff Olson | -66/+73 |
| 2012-04-06 | some more stuff for libuv dealing w/ 1402.. should go away soon | Jeff Olson | -8/+7 |
| 2012-04-06 | adding uv::direct and beginning to work out tcp request case | Jeff Olson | -1/+485 |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -11/+9 |
| 2012-04-05 | Explicitly use version 0.2 of crates | Brian Anderson | -1/+5 |
| 2012-04-05 | Rename task::task_builder to task::builder | Tim Chevalier | -1/+1 |
| 2012-04-05 | std: time.rs should pass all args by "&&" to rustrt. | Erick Tryzelaar | -1/+1 |
| 2012-04-04 | Logfile output from tests; summarise in make check | Grahame Bowland | -5/+40 |
| 2012-04-03 | std: add a pure rust strptime parser. | Erick Tryzelaar | -1/+605 |
| 2012-04-03 | std: add a pure rust strftime formatter. | Erick Tryzelaar | -0/+306 |
| 2012-04-03 | std: add localtime/gmtime support. | Erick Tryzelaar | -0/+177 |
| 2012-04-03 | std: change timeval to ns resolution timespec | Erick Tryzelaar | -12/+12 |
| 2012-04-03 | std: change time::timeval to be {sec: i64, usec: i32}. | Erick Tryzelaar | -8/+8 |
| 2012-03-29 | stdlib: Remove the now-obsolete vec::alloc_len in favor of vec::capacity | Patrick Walton | -2/+2 |
| 2012-03-29 | stdlib: Actually increase arena chunk sizes by powers of two | Patrick Walton | -1/+1 |
| 2012-03-29 | stdlib: Allow the fast path of arena allocation to be CCI'd. 15% improvement ... | Patrick Walton | -9/+14 |
| 2012-03-29 | rustc: Add a vec::alloc_len and fix arena logic to use it | Patrick Walton | -2/+3 |
| 2012-03-29 | rustc: Don't zero out arena chunks with vec::from_elem; that's slow because i... | Patrick Walton | -1/+3 |
| 2012-03-29 | stdlib: Fix a pointer mistake in arenas | Patrick Walton | -3/+5 |
| 2012-03-28 | Update crate URLs to point to interesting things. | Graydon Hoare | -1/+1 |
| 2012-03-27 | Move some code over to iterator-for to see how it performs. | Marijn Haverbeke | -15/+25 |
| 2012-03-27 | Add vec::each, vec::eachi, and list::each | Marijn Haverbeke | -0/+20 |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -129/+129 |
| 2012-03-26 | Disallow ret inside of block functions | Marijn Haverbeke | -4/+4 |
| 2012-03-23 | Implement new inference algorithm. | Niko Matsakis | -0/+1 |
| 2012-03-23 | Fix inconsistent-iteration hazard in map.rs | Marijn Haverbeke | -6/+10 |
| 2012-03-22 | Bump version numbers to 0.2 | Brian Anderson | -1/+1 |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -30/+30 |