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-30
rt: Remove the stack pointer field of stk_seg
Brian Anderson
-42
/
+9
2011-11-30
rt: Remove upcall_alloc_c_stack/call_c_stack, et. al.
Brian Anderson
-129
/
+0
2011-11-30
rt: Rewrite 32-bit __morestack to use the shim upcall
Brian Anderson
-85
/
+63
2011-11-29
rt: Request the correct number of bytes on the C stack
Brian Anderson
-1
/
+1
2011-11-29
rt: Delete the entire stack chain on task destruction
Brian Anderson
-1
/
+4
2011-11-29
rt: Conditionalize out the 32-bit __morestack for everything but Linux
Brian Anderson
-0
/
+7
2011-11-29
rt: Fix the name of the linux macro in x86_64/morestack.S
Brian Anderson
-1
/
+1
2011-11-29
rt: Fix calculation of stack args location in x86_64/morestack.S
Brian Anderson
-3
/
+4
2011-11-29
rt: Fix i386/morestack.S for static linking
Brian Anderson
-2
/
+3
2011-11-28
rt: Make 64-bit __morestack grow and shrink properly
Brian Anderson
-7
/
+54
2011-11-28
rt: Remove a FIXME frome x86_64/morestack.S
Brian Anderson
-1
/
+0
2011-11-28
rt: Get 64-bit Linux __morestack allocating new stacks
Brian Anderson
-5
/
+10
2011-11-28
rt: Set hidden visibility on __morestack
Brian Anderson
-0
/
+18
2011-11-28
rt: Rename L$bail to .L$bail in i386/morestack.S
Brian Anderson
-2
/
+2
2011-11-28
build: Stop linking morestack.S to rt
Brian Anderson
-1
/
+0
2011-11-28
rt: Implement part of the 64-bit __morestack
Brian Anderson
-20
/
+57
2011-11-27
rt: Implement record_sp for 64-bit linux
Brian Anderson
-0
/
+5
2011-11-22
rt: Make __morestack build on win32
Brian Anderson
-1
/
+6
2011-11-22
rt: Add x86_64 record_sp stub
Brian Anderson
-0
/
+12
2011-11-22
rt: Make __morestack (without unwinding) work on 32-bit linux
Brian Anderson
-30
/
+73
2011-11-18
get pure wrappers approach running
Niko Matsakis
-0
/
+57
2011-11-18
rt: Add more comments to rust_task_sleep
Brian Anderson
-2
/
+2
2011-11-18
rt: Remove some stack-wasting macros from rust_task::yield
Brian Anderson
-4
/
+0
2011-11-18
intrinsics: Remove declaration of port_recv
Brian Anderson
-3
/
+0
2011-11-18
rt: Remove fail calls from rust_task::yield
Brian Anderson
-17
/
+18
2011-11-18
rt: Remove unblock call from rust_task::yield
Brian Anderson
-7
/
+12
2011-11-18
rt: Remove a lock from task_start_wrapper that does nothing
Brian Anderson
-3
/
+0
2011-11-18
rt: Replace two uses of yield with ctx->swap
Brian Anderson
-3
/
+2
2011-11-18
rt: Add comments to rust_task::yield
Brian Anderson
-0
/
+1
2011-11-18
rt: rust_task::conclude_failure doesn't need to call unblock
Brian Anderson
-2
/
+0
2011-11-18
intrinsics: Eliminate recv intrinsic
Brian Anderson
-59
/
+75
2011-11-18
rt: Add FIXMEs about races in rust_task
Brian Anderson
-1
/
+8
2011-11-18
rt: Remove task::on_wakeup. Unused
Brian Anderson
-19
/
+0
2011-11-18
rt: Remove some unnecessary setting of rust_task::killed
Brian Anderson
-2
/
+0
2011-11-18
rt: Remove rust_task::yield. Unused
Brian Anderson
-8
/
+0
2011-11-18
rt: Add some comments about methods that run on the Rust stack
Brian Anderson
-0
/
+2
2011-11-18
intrinsics: Remove the call to get_task from task_sleep
Brian Anderson
-14
/
+12
2011-11-18
intrinsics: Add some comments
Brian Anderson
-2
/
+4
2011-11-18
intrinsics: Move the call to upcall_fail out of rust_intrinsic_cast
Brian Anderson
-47
/
+4
2011-11-18
rt: Remove size_of and align_of functions. Now written in Rust
Brian Anderson
-12
/
+0
2011-11-17
comparing/walking two pointers still aligns same as 1 ptr
Niko Matsakis
-1
/
+1
2011-11-17
Re-enable cycle coll. on x86_64, seems to work better now.
Niko Matsakis
-3
/
+0
2011-11-17
make ref cnts a long not an int
Niko Matsakis
-1
/
+2
2011-11-17
Merge branch 'master' of github.com:graydon/rust
Niko Matsakis
-308
/
+149
2011-11-17
Remove intrinsic_2 functions
Brian Anderson
-189
/
+0
2011-11-17
add an extra underscore
Niko Matsakis
-1
/
+1
2011-11-17
Stop using temporary intrinsic_2 functions
Brian Anderson
-194
/
+224
2011-11-17
rt: Remove debug printf in rust_start
Brian Anderson
-1
/
+0
2011-11-17
rt: Make morestack link on x86_64. Still utterly broken
Brian Anderson
-4
/
+10
2011-11-17
rt: Make stack growth code build on Linux
Brian Anderson
-5
/
+6
[prev]
[next]