| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-10 | std: Fix deadlock by unsupervising the global I/O task | Brian Anderson | -0/+1 | |
| 2012-07-10 | libcore: add a task::set_sched_mode fn | Erick Tryzelaar | -8/+1 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -15/+13 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -3/+3 | |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -2/+2 | |
| 2012-07-03 | Change crust -> extern. | Graydon Hoare | -2/+2 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -12/+12 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -9/+9 | |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 | |
| This comes with a terminology change. All linkage-symbols are 'extern' now, including rust syms in other crates. Some extern ABIs are merely "foreign". The term "native" is retired, not clear/useful. What was "crust" is now "extern" applied to a _definition_. This is a bit of an overloading, but should be unambiguous: it means that the definition should be made available to some non-rust ABI. | ||||
| 2012-05-25 | std: Don't export get_monitor_task_gl | Brian Anderson | -1/+1 | |
| 2012-05-25 | std: Rename uv::hl to uv::iotask. Additional cleanup | Brian Anderson | -10/+11 | |
| 2012-05-24 | std: Move spawn_high_level_loop to uv::hl | Brian Anderson | -26/+2 | |
| 2012-05-24 | std: Separate weakening the I/O task from spawning it | Brian Anderson | -11/+38 | |
| 2012-05-24 | std: Simplify run_high_level_loop further | Brian Anderson | -13/+4 | |
| 2012-05-24 | std: Remove unused args from run_high_level_loop | Brian Anderson | -23/+8 | |
| 2012-05-24 | std: Move loop creation into run_high_level_loop | Brian Anderson | -3/+0 | |
| 2012-05-24 | std: Clean up uv_global_loop | Brian Anderson | -82/+80 | |
| 2012-05-24 | std: Rename spawn_libuv_weak_task to spawn_high_level_loop | Brian Anderson | -2/+2 | |
| 2012-05-24 | std: Use more concise code in uv::hl | Brian Anderson | -1/+1 | |
| 2012-05-24 | std: Remove unused variables | Brian Anderson | -2/+2 | |
| 2012-04-27 | rt/std: whitespace cleanup + work on hl/global_loop docs | Jeff Olson | -2/+1 | |
| 2012-04-27 | std: another stab at a race-free global loop implementation | Jeff Olson | -255/+116 | |
| seems to hold up pretty well. uv::hl API is affected.. had to do work on tests and std::timer code that leverages the global loop/high_level_loop API. see test_stress_gl_uv_global_loop_high_level_global_timer for a stress example.. it takes a while to run, but it exits cleanly (something I could never accomplish with earlier iterations of the global loop) | ||||
| 2012-04-27 | std: get rid of some un-needed rustrt native fns for the global loop | Jeff Olson | -5/+0 | |
| 2012-04-20 | std: ignore tests that use high_level_loop | Jeff Olson | -1/+1 | |
| until race issue with (most likely) refcount scheme is sorted out | ||||
| 2012-04-20 | std::uv : cleanup and an isolated test for hand-rolled high_level_loops | Jeff Olson | -4/+7 | |
| 2012-04-20 | whitespace cleanup | Jeff Olson | -1/+1 | |
| 2012-04-20 | std: get_monitor_task_gl() is global_loop::get() default | Jeff Olson | -4/+103 | |
| 2012-04-20 | std: refactor global_loop::get.. make it reusable | Jeff Olson | -14/+51 | |
| 2012-04-20 | uv::hl::get_global_loop() -> uv::global_loop::get() | Jeff Olson | -0/+237 | |
| - moved global loop tests, as well.. will add tests in uv_hl that encompass rolling your own high_level_loop via uv::hl::run_high_level_loop() - also whitespace cleanups and misc warning cleanup.. - doesn't work on 32bit linux | ||||
