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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
Age
Commit message (
Expand
)
Author
Lines
2011-11-17
rt: More work on morestack
Patrick Walton
-29
/
+142
2011-11-16
Revert "rt: More work on morestack"
Brian Anderson
-142
/
+29
2011-11-16
Revert "rt: Make stack growth code build on Linux"
Brian Anderson
-6
/
+5
2011-11-16
rt: Make stack growth code build on Linux
Brian Anderson
-5
/
+6
2011-11-16
rt: More work on morestack
Patrick Walton
-29
/
+142
2011-11-16
rt: Remove an unnecessary check from rust_task::yield
Brian Anderson
-3
/
+1
2011-11-16
rt: Remove rust_task::notify_tasks_wating_to_join
Brian Anderson
-22
/
+0
2011-11-16
Disconnect ports before draining them. Issue #1155
Brian Anderson
-2
/
+24
2011-11-16
remove wrappers from intrinsics
Niko Matsakis
-160
/
+326
2011-11-16
Various fixes for x86_64 on linux
Brian Anderson
-1
/
+1
2011-11-16
adjust alignment, size of tag variant id and make it easy to
Niko Matsakis
-15
/
+17
2011-11-16
fix alignment for chan_handle structs; rust equiv is translated
Niko Matsakis
-1
/
+1
2011-11-16
temp. disable cycle coll. on x86_64
Niko Matsakis
-0
/
+2
2011-11-16
enum does not have a size consistent with a tag, so use unsigned long instead
Niko Matsakis
-4
/
+3
2011-11-16
add shim upcall func
Niko Matsakis
-0
/
+16
2011-11-16
correct alignment
Niko Matsakis
-3
/
+4
2011-11-16
begin efforts to use shim functions for c-stack calls
Niko Matsakis
-1
/
+18
2011-11-14
Revert "rt: More work on morestack"
Patrick Walton
-142
/
+29
2011-11-14
rt: More work on morestack
Patrick Walton
-29
/
+142
2011-11-14
stdlib: Run cleanups on data that fails to send
Brian Anderson
-1
/
+4
2011-11-13
rt: Add locking invariants to rust_port
Brian Anderson
-2
/
+3
2011-11-13
rt: Perform task notification before killing the parent task
Brian Anderson
-18
/
+26
2011-11-13
Drop enqueued elements when a port is destructed. Closes #1155
Brian Anderson
-0
/
+12
2011-11-11
rt: Make rust_port's ref counting non-atomic
Brian Anderson
-1
/
+1
2011-11-11
rt: Take the task lock when dropping port refcounts
Brian Anderson
-23
/
+18
2011-11-11
Fix run-fail/spawnfail
Brian Anderson
-2
/
+8
2011-11-11
rt: Add locking invariants to rust_task
Brian Anderson
-0
/
+8
2011-11-11
rt: Remove drop_port. Unused
Brian Anderson
-5
/
+0
2011-11-11
rt: Remove rust_chan
Brian Anderson
-138
/
+29
2011-11-10
rt: Remove rust_aio.cpp. Bitrotted.
Brian Anderson
-335
/
+0
2011-11-10
rt: Move rust_chan::send to rust_port::send
Brian Anderson
-36
/
+33
2011-11-10
rt: Remove rust_token. Unused
Brian Anderson
-3
/
+1
2011-11-10
rt: Remove del_chan, take_chan, drop_chan. Unused
Brian Anderson
-17
/
+0
2011-11-10
rt: Simplify channel-port association
Brian Anderson
-70
/
+23
2011-11-10
rt: Remove new_chan. Not needed
Brian Anderson
-16
/
+3
2011-11-10
rt: Remove chan_send. Unused.
Brian Anderson
-6
/
+0
2011-11-09
hack around the problem that x86_64 expects first few args in regs.
Niko Matsakis
-3
/
+38
2011-11-09
use uint64_t when adjusting stack ptr
Niko Matsakis
-2
/
+2
2011-11-08
correct stack alignment
Niko Matsakis
-59
/
+60
2011-11-08
cleanup, removing comments and dead code
Niko Matsakis
-31
/
+10
2011-11-08
fix bug in loading argument regs
Niko Matsakis
-2
/
+2
2011-11-08
correct calling convention for x86_64
Niko Matsakis
-66
/
+107
2011-11-08
fix alignment of xmm register storage
Niko Matsakis
-17
/
+20
2011-11-08
rewrite so that memory allocations have 0 overhead by default
Niko Matsakis
-25
/
+59
2011-11-08
Correct the arithmetic on 64-bit builds.
Niko Matsakis
-9
/
+19
2011-11-08
Removing the baked in libuv.
Erick Tryzelaar
-142036
/
+0
2011-11-08
Make task_sleep an intrinsic.
Brian Anderson
-128
/
+176
2011-11-08
rt: Remove task_yield builtin
Brian Anderson
-7
/
+0
2011-11-07
Revert "Removing the baked in libuv."
Erick Tryzelaar
-0
/
+142036
2011-11-07
Revert "Reimporting libuv as a submodule."
Erick Tryzelaar
-0
/
+0
[prev]
[next]