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-08-24
Document task shutdown protocol and justify its concurrency safety. Close #26...
Ben Blum
-7
/
+76
2012-08-24
Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)
Ben Blum
-10
/
+13
2012-08-23
Fix logging code to not sign extend chars being printed in hex.
Michael Sullivan
-1
/
+2
2012-08-21
Make std::arena run destructors. Closes #2831.
Michael Sullivan
-0
/
+10
2012-08-21
Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...
Ben Blum
-4
/
+6
2012-08-16
Fix issue-506.rs by adding a void-returning stub in the runtime (close #2957)
Ben Blum
-0
/
+3
2012-08-07
Remove rust_cond_lock and sys::condition (rename to little_lock)
Ben Blum
-68
/
+12
2012-08-06
Refcount tasks in packets to avoid races.
Eric Holk
-3
/
+0
2012-08-06
More documentation on pipes, and moving assert in runtime.
Eric Holk
-2
/
+2
2012-08-03
rt: expose rust_task refcounts to rustland
Ben Blum
-0
/
+14
2012-08-03
Be more defensive in pipes (#3098)
Eric Holk
-0
/
+3
2012-08-02
Set thread name on Mac to make gdb thread info more useful.
Eric Holk
-0
/
+14
2012-08-01
Linked failure: enable unidirectional propagate test; replace FIXMEs with com...
Ben Blum
-3
/
+3
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-13
/
+13
2012-07-25
Fix asserts & short-read bug in isaac_seed (#2870)
Ben Blum
-6
/
+11
2012-07-25
(minor) remove config_notify from rustrt.def.in
Ben Blum
-1
/
+0
2012-07-25
minor rt cleanup
Ben Blum
-10
/
+1
2012-07-25
Remove notification channels in runtime (closes #1078)
Ben Blum
-37
/
+0
2012-07-24
Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ...
Ben Blum
-19
/
+32
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
[prev]
[next]