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
/
arch
Age
Commit message (
Expand
)
Author
Lines
2011-12-06
Make valgrind usage more consistent and less error prone.
Austin Seipp
-8
/
+2
2011-12-05
rt: Use an out pointer for rust_new_stack
Brian Anderson
-5
/
+10
2011-12-05
rt: Unwind through __morestack on 32-bit linux
Brian Anderson
-0
/
+24
2011-12-04
rt: Update 32-bit __morestack for recent LLVM changes
Brian Anderson
-16
/
+13
2011-12-02
rt: Implement 32-bit __morestack for mac
Brian Anderson
-21
/
+63
2011-12-02
rt: Fix __morestack prologue on x86_64 mac
Brian Anderson
-1
/
+1
2011-12-01
rt: Fix 64-bit linux __morestack
Brian Anderson
-2
/
+26
2011-12-01
rt: Implement __morestack for 64-bit mac. Doesn't unwind yet
Brian Anderson
-10
/
+5
2011-12-01
rt: Implement record_sp for 64-bit mac
Brian Anderson
-1
/
+8
2011-12-01
rt: Add FIXME's about future changes to LLVM's __morestack impl
Brian Anderson
-0
/
+2
2011-11-30
rt: Reorganize stack growth code
Brian Anderson
-22
/
+20
2011-11-30
rt: Remove redundant defs of RUST_DEL_STACK
Brian Anderson
-2
/
+0
2011-11-30
rt: Remove the stack pointer field of stk_seg
Brian Anderson
-28
/
+7
2011-11-30
rt: Remove upcall_alloc_c_stack/call_c_stack, et. al.
Brian Anderson
-114
/
+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: 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
-1
/
+2
2011-11-28
rt: Make 64-bit __morestack grow and shrink properly
Brian Anderson
-6
/
+47
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
rt: Implement part of the 64-bit __morestack
Brian Anderson
-20
/
+42
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
-19
/
+44
2011-11-18
get pure wrappers approach running
Niko Matsakis
-0
/
+45
2011-11-17
add an extra underscore
Niko Matsakis
-1
/
+1
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
-1
/
+6
2011-11-17
rt: More work on morestack
Patrick Walton
-21
/
+98
2011-11-16
Revert "rt: More work on morestack"
Brian Anderson
-98
/
+21
2011-11-16
Revert "rt: Make stack growth code build on Linux"
Brian Anderson
-6
/
+1
2011-11-16
rt: Make stack growth code build on Linux
Brian Anderson
-1
/
+6
2011-11-16
rt: More work on morestack
Patrick Walton
-21
/
+98
2011-11-16
Various fixes for x86_64 on linux
Brian Anderson
-1
/
+1
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
/
+17
2011-11-14
Revert "rt: More work on morestack"
Patrick Walton
-98
/
+21
2011-11-14
rt: More work on morestack
Patrick Walton
-21
/
+98
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
[prev]
[next]