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
/
i386
/
context.cpp
Age
Commit message (
Expand
)
Author
Lines
2013-10-19
Use __morestack to detect stack overflow
Alex Crichton
-82
/
+0
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-2
/
+1
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-6
/
+2
2011-12-19
rt: Zero the bottom frame's return address and base pointer
Brian Anderson
-1
/
+5
2011-08-17
Making more of the rust_task structure directly accessible from Rust.
Eric Holk
-0
/
+2
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-06-23
Combined set_registers and get_registers into swap_registers.
Eric Holk
-8
/
+5
2011-06-23
Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...
Eric Holk
-19
/
+8
2011-06-15
Fixed a problem where spawn arguments were getting lost again. Also, fixed up...
Eric Holk
-1
/
+5
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-0
/
+81