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
/
x86_64
/
_context.S
Age
Commit message (
Expand
)
Author
Lines
2014-12-22
Removed unused context-switching assembly code.
Maya Nitu
-192
/
+0
2014-02-13
Remove two allocations from spawning a green task
Alex Crichton
-0
/
+33
2013-11-18
rt: Namespace all C functions under rust_
Brian Anderson
-2
/
+2
2013-10-19
Use __morestack to detect stack overflow
Alex Crichton
-12
/
+0
2013-08-26
Support Win64 context switching
klutzy
-0
/
+48
2013-08-26
rt: Remove leading underscore on Win64
klutzy
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-03-31
mark the assembly object stacks as non-executable
Daniel Micay
-5
/
+10
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-2
/
+8
2011-11-08
correct stack alignment
Niko Matsakis
-44
/
+42
2011-11-08
fix bug in loading argument regs
Niko Matsakis
-2
/
+2
2011-11-08
correct calling convention for x86_64
Niko Matsakis
-30
/
+46
2011-11-08
fix alignment of xmm register storage
Niko Matsakis
-14
/
+14
2011-11-02
start going back to an i386 build
Niko Matsakis
-28
/
+28
2011-11-02
hack around on makefiles trying to get a 64 bit build
Niko Matsakis
-0
/
+99