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
/
rt
Age
Commit message (
Expand
)
Author
Lines
2012-07-24
tiny runtime cleanup
Ben Blum
-7
/
+5
2012-07-24
Remove unsupervise
Ben Blum
-6
/
+0
2012-07-24
Add 'do atomically { .. }' for exclusives
Ben Blum
-4
/
+38
2012-07-23
Add rustrt wrapper functions to export list.
Elliott Slaughter
-0
/
+5
2012-07-23
Moved malloc and free upcalls into rust runtime.
Elliott Slaughter
-0
/
+32
2012-07-23
Move fail upcall into rust libcore.
Elliott Slaughter
-0
/
+10
2012-07-20
[4/4 for #2365, #2671] Reassign one last fixme to #908. Close #2365. Close #2...
Ben Blum
-1
/
+1
2012-07-20
[3/4 for #2365, #2671] Fix exit/kill race with scheds during rust_kernel::fail
Ben Blum
-12
/
+15
2012-07-20
[2/4 for #2365, #2671] Fix exit/kill race with tasks during rust_kernel::fail
Ben Blum
-2
/
+7
2012-07-20
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during ...
Ben Blum
-32
/
+69
2012-07-17
Tasks should not hold a ref to their parent (Close #1789)
Ben Blum
-48
/
+7
2012-07-17
Create some infrastructure for building up @-vectors. Work on #2921.
Michael Sullivan
-0
/
+40
2012-07-13
Oops, switch more TODOs to FIXMEs
Ben Blum
-3
/
+3
2012-07-13
Add asserts to check fail_sched_loop() only once
Ben Blum
-3
/
+15
2012-07-13
Reintroduce linked failure (killing runtime)
Ben Blum
-3
/
+23
2012-07-13
Reintroduce linked failure (rust_port locking)
Ben Blum
-22
/
+24
2012-07-13
Reintroduce linked failure (renaming runtime fns)
Ben Blum
-19
/
+19
2012-07-13
Reintroduce linked failure (lifecycle lock)
Ben Blum
-47
/
+38
2012-07-13
Reintroduce linked failure
Ben Blum
-32
/
+5
2012-07-12
Comments only: TODOs to FIXME in the runtime
Tim Chevalier
-8
/
+9
2012-07-12
Merge remote-tracking branch 'origin/dist-snap' into incoming
Graydon Hoare
-0
/
+1
2012-07-12
Revert linked failure
Ben Blum
-5
/
+32
2012-07-12
Revert linked failure (lifecycle lock)
Ben Blum
-38
/
+47
2012-07-12
Revert linked failure (renaming runtime fns)
Ben Blum
-19
/
+19
2012-07-12
Revert linked failure (rust_port locking)
Ben Blum
-24
/
+22
2012-07-12
Revert linked failure (killing runtime)
Ben Blum
-23
/
+3
2012-07-12
Fix linked failure with root taskgroup to kill the runtime too.
Ben Blum
-3
/
+23
2012-07-12
Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes ...
Ben Blum
-22
/
+24
2012-07-12
Rename runtime *_locked() and *_unlocked() fns to *_inner() (closes #2864)
Ben Blum
-19
/
+19
2012-07-12
Merge branch 'rt-changes' into incoming
Michael Sullivan
-89
/
+5
2012-07-11
Fix an error for Centos 5
Erick Tryzelaar
-0
/
+1
2012-07-11
Remove obsolete type param field from shape information.
Michael Sullivan
-8
/
+0
2012-07-11
Unify state_lock + kill_lock -> lifecycle_lock (#2787)
Ben Blum
-47
/
+38
2012-07-11
Linked failure in task.rs instead of rust_task.cpp (#1868, #1189)
Ben Blum
-32
/
+5
2012-07-11
Add rust_task_kill_other
Ben Blum
-0
/
+8
2012-07-11
rust_task.h - fix disallow_kill & don't inherit rust_cond
Ben Blum
-2
/
+2
2012-07-10
Handle failure conditions correctly in pipes.
Eric Holk
-7
/
+5
2012-07-10
Eliminate some obsolete upcalls.
Michael Sullivan
-56
/
+0
2012-07-10
Get rid of unused fields in tydescs. Closes #2351.
Michael Sullivan
-25
/
+5
2012-07-06
Pipes sleep and wake properly.
Eric Holk
-3
/
+89
2012-07-05
make disallow_kill an int for nested unkillables (closes #2782)
Ben Blum
-5
/
+6
2012-06-29
std: uv::ll fixes for 32bit linux
Jeff Olson
-2
/
+0
2012-06-29
std/rt: cleanup and adding sockaddr_in6 mapping for win32
Jeff Olson
-5
/
+7
2012-06-29
std: addressing #2656 (ipv6 support in net::tcp)
Jeff Olson
-15
/
+20
2012-06-29
rt: get rid of unused helpers for AF_INET and add bool-based ones, instead
Jeff Olson
-12
/
+6
2012-06-29
rt: whitespace cleanup in rust_uv
Jeff Olson
-15
/
+15
2012-06-29
rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfo
Jeff Olson
-2
/
+9
2012-06-29
fix typo in rustrt.def.in
Jeff Olson
-1
/
+1
2012-06-29
rt: more helper functions to get uv_getaddrinfo going
Jeff Olson
-0
/
+21
2012-06-29
rt: more sizeof helpers + misc consts for uv_getaddrinfo
Jeff Olson
-0
/
+37
[prev]
[next]