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
/
libstd
/
uv_global_loop.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
De-mode comm::Chan
Tim Chevalier
-5
/
+5
2012-10-01
De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583.
Graydon Hoare
-5
/
+1
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-2
/
+2
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+2
2012-09-19
std: Demode uv::global_loop
Brian Anderson
-0
/
+3
2012-09-11
Make moves explicit in arguments
Tim Chevalier
-1
/
+1
2012-09-11
Promote 'pub' and 'priv' from restricted to strict keywords
Brian Anderson
-1
/
+1
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-9
/
+9
2012-08-29
std: More camel casing
Brian Anderson
-7
/
+7
2012-08-27
Camel case various core constructors
Brian Anderson
-7
/
+7
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-11
/
+13
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-16
/
+16
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-10
/
+11
2012-08-15
Convert more core types to camel case
Brian Anderson
-7
/
+7
2012-08-15
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-6
/
+7
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-16
/
+16
2012-07-23
Convert os/priv/uv to new task_builder interface
Ben Blum
-7
/
+4
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-11
/
+11
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 ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-15
/
+13
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
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
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
2012-04-20
std::uv : cleanup and an isolated test for hand-rolled high_level_loops
Jeff Olson
-4
/
+7
[next]