| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-02-28 | moving new uv stuff into uv.rs and rust_uv.cpp | Jeff Olson | -730/+0 | |
| - removing the remains of uvtmp.rs and rust_uvtmp.rs - removing the displaced, low-level libuv bindings in uv.rs and rust_uv.cpp | ||||
| 2012-02-28 | trailing whitespace fixes | Jeff Olson | -12/+10 | |
| 2012-02-28 | finishing up simple uv_timer impl | Jeff Olson | -22/+160 | |
| as it stands, basic async nad timer support is added | ||||
| 2012-02-28 | cleaning up uv_async stuff and stubbing uv_timer | Jeff Olson | -38/+188 | |
| 2012-02-28 | removed hello world and added uv_async_* | Jeff Olson | -39/+117 | |
| 2012-02-28 | everything is laid out and working through a basic hw | Jeff Olson | -0/+198 | |
| the core impl is there, with a async handle in place to take incoming operations from user code. No actual uv handle/operations are implemented yet, though. | ||||
| 2012-02-02 | Update libuv. | Graydon Hoare | -69/+61 | |
| 2012-02-02 | Win32 warning police. | Graydon Hoare | -65/+69 | |
| 2012-01-31 | Require alts to be exhaustive | Tim Chevalier | -0/+4 | |
| middle::check_alt does the work. Lots of changes to add default cases into alts that were previously inexhaustive. | ||||
| 2012-01-27 | Merge remote-tracking branch 'killerswan/fixing_strings_2' | Brian Anderson | -2/+2 | |
| Conflicts: src/comp/driver/driver.rs src/comp/middle/trans/base.rs src/comp/syntax/parse/lexer.rs | ||||
| 2012-01-27 | std: Long lines | Brian Anderson | -1/+2 | |
| 2012-01-27 | Re-apply fixes brson made. | Donovan Preston | -4/+4 | |
| 2012-01-27 | Implement timers. | Donovan Preston | -7/+18 | |
| 2012-01-26 | std: Fix types in uvtmp tests | Brian Anderson | -4/+4 | |
| 2012-01-26 | Shuffle around to work with rust-spidermonkey | Donovan Preston | -14/+21 | |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 1) | Kevin Cantu | -2/+2 | |
| 2012-01-22 | std: Add some hacks to use libuv | Brian Anderson | -0/+149 | |
