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
/
rust_internal.h
Age
Commit message (
Expand
)
Author
Lines
2011-08-18
Remove rc_base. Closes #603.
Michael Sullivan
-10
/
+2
2011-08-16
New channel-based task status notifications.
Eric Holk
-1
/
+6
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-0
/
+1
2011-08-15
Reducing the chances for race conditions in join.
Eric Holk
-1
/
+4
2011-08-15
Working on more spawn test cases.
Eric Holk
-4
/
+3
2011-08-15
First step towards port handles.
Eric Holk
-0
/
+1
2011-08-08
Introduced task handles.
unknown
-0
/
+2
2011-08-05
Atomic ref counting for chans.
Eric Holk
-0
/
+7
2011-08-03
rt: Stub shape glue and implement shape::print and shape::size_of.
Patrick Walton
-0
/
+7
2011-08-01
Adding an intrinsic for recv.
Eric Holk
-0
/
+3
2011-07-29
Removing proxies and message queues.
Eric Holk
-2
/
+0
2011-07-28
Do all runtime calls to getenv at initialization
Brian Anderson
-0
/
+1
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-5
/
+43
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-07-07
Tightened up the scoping for our various new operators, which should
Eric Holk
-0
/
+10
2011-07-01
Add macro for refcounting runtime structures.
Rob Arnold
-11
/
+10
2011-06-28
rustc: Rename take glue to copy glue
Patrick Walton
-1
/
+1
2011-06-28
Resurrecting the runtime unit tests, and modifying them so they compile under...
Eric Holk
-0
/
+4
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-4
/
+4
2011-06-28
Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...
Eric Holk
-36
/
+5
2011-06-28
Removing runtime tests. The runtime is tested well enough by the standard lib...
Eric Holk
-4
/
+0
2011-06-14
Make tydesc glue functions use cdecl.
Michael Sullivan
-5
/
+5
2011-06-14
Make type_desc fields have useful types and better names. Add in cmp_glue.
Michael Sullivan
-6
/
+14
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-2
/
+3
2011-05-26
More delicious dead code removal from runtime, upcalls.
Graydon Hoare
-130
/
+0
2011-05-25
Dead code.
Rafael Ávila de Espíndola
-1
/
+1
2011-05-25
Dead code.
Rafael Ávila de Espíndola
-69
/
+0
2011-05-25
Dead code.
Rafael Ávila de Espíndola
-52
/
+0
2011-05-25
dead code.
Rafael Ávila de Espíndola
-1
/
+0
2011-05-25
Dead code.
Rafael Ávila de Espíndola
-13
/
+1
2011-05-25
Dead code.
Rafael Ávila de Espíndola
-14
/
+1
2011-05-25
Dead code.
Rafael Ávila de Espíndola
-15
/
+1
2011-05-24
Dead code.
Rafael Ávila de Espíndola
-1
/
+0
2011-05-24
Dead code.
Rafael Ávila de Espíndola
-6
/
+0
2011-05-24
Only one gc glue.
Rafael Ávila de Espíndola
-3
/
+2
2011-05-24
There is only one yield glue.
Rafael Ávila de Espíndola
-3
/
+2
2011-05-24
Remove dead code for unwind_glue.
Rafael Ávila de Espíndola
-3
/
+2
2011-05-24
There is only one activate function now.
Rafael Ávila de Espíndola
-1
/
+0
2011-05-24
"constant propagate" rust_new_exit_task_glue to its only use.
Rafael Ávila de Espíndola
-2
/
+0
2011-05-18
Remove dead code.
Rafael Ávila de Espíndola
-1
/
+1
2011-05-18
One exit_task_glue to rule them all.
Rafael Ávila de Espíndola
-1
/
+2
2011-05-18
And yet more dead code.
Rafael Ávila de Espíndola
-2
/
+0
2011-05-18
Remove a bit more dead code.
Rafael Ávila de Espíndola
-4
/
+0
2011-05-08
rt: Consistently refer to structs as structs and classes as classes. Clang co...
Patrick Walton
-2
/
+2
2011-04-19
Overhaul logging system in runtime
Marijn Haverbeke
-1
/
+1
2011-04-18
Update foregoing patches to leave rust_crate alone.
Marijn Haverbeke
-5
/
+0
2011-04-18
Make log the log level configurable per module
Marijn Haverbeke
-0
/
+5
2011-04-08
add -O2 when compiling rt, fix warnings triggered by optimizer
Marijn Haverbeke
-1
/
+1
2011-03-25
A first stab at the 'nbody' demo, with support for calling C sqrt().
Lindsey Kuper
-0
/
+1
2011-03-14
Add functionality for running external programs to the std lib
Marijn Haverbeke
-4
/
+5
[prev]
[next]