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
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
2011-11-07
Reimporting libuv as a submodule.
Erick Tryzelaar
-0
/
+0
2011-11-07
Removing the baked in libuv.
Erick Tryzelaar
-142036
/
+0
2011-11-07
Rename rust_uv.cpp to rust_aio.cpp
Brian Anderson
-0
/
+0
2011-11-07
Upgrade libuv to f1859eb841be2fe48512bc10e64556383f408b01
Brian Anderson
-333
/
+1571
2011-11-07
Clean up logging output. Closes #1088
Brian Anderson
-10
/
+16
2011-11-02
add required symbols
Niko Matsakis
-0
/
+8
2011-11-02
hastily port so we don't fail to build
Niko Matsakis
-0
/
+52
2011-11-02
get things checking on ia32
Niko Matsakis
-47
/
+57
2011-11-02
enable intrinsics for multiple arch
Niko Matsakis
-17
/
+130
2011-11-02
start going back to an i386 build
Niko Matsakis
-36
/
+38
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-6
/
+23
2011-11-02
modify x64 assembly and so forth
Niko Matsakis
-112
/
+93
2011-11-02
do not preserve caller-saved registers
Niko Matsakis
-29
/
+29
2011-11-02
copy over x86-specific code
Niko Matsakis
-0
/
+233
2011-10-31
rt: Fix long lines
Patrick Walton
-6
/
+6
2011-10-31
rt: Have __morestack conform to the calling convention that LLVM generates on...
Patrick Walton
-9
/
+12
2011-10-31
Stub a __morestack implementation and stack segment allocation. Untested.
Patrick Walton
-1
/
+70
[next]