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.h
Age
Commit message (
Expand
)
Author
Lines
2013-10-19
Use __morestack to detect stack overflow
Alex Crichton
-53
/
+0
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-1
/
+0
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+10
2012-02-09
rt: Use rust_task_thread's C-stack pool for native calls
Brian Anderson
-6
/
+0
2012-02-09
rt: Rename call_shim_on_c_stack to call_and_change_stacks
Brian Anderson
-1
/
+1
2012-02-09
rt: Remove unused context functions
Brian Anderson
-14
/
+0
2012-01-06
add alignment to i386 for good measure, though we do not yet
Niko Matsakis
-1
/
+1
2011-12-19
rt: Rename asm_call_on_stack to __morestack
Brian Anderson
-2
/
+2
2011-12-06
Make valgrind usage more consistent and less error prone.
Austin Seipp
-3
/
+1
2011-11-18
get pure wrappers approach running
Niko Matsakis
-0
/
+6
2011-10-23
Fix an insane rt build error running 'make check -j3'
Austin Seipp
-3
/
+1
2011-10-05
rt: Make C stack switching Valgrind-clean by warning Valgrind when we're abou...
Patrick Walton
-1
/
+12
2011-09-28
rt: Add a call stub that switches to the C stack, untested as of yet
Patrick Walton
-0
/
+1
2011-09-28
rt: Add an upcall to allocate space on the C stack. This will be used for nat...
Patrick Walton
-9
/
+18
2011-08-15
Added a library version of spawn. Before long, we can remove the old version.
Eric Holk
-1
/
+1
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-06-23
Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...
Eric Holk
-2
/
+0
2011-06-15
Fixed a problem where spawn arguments were getting lost again. Also, fixed up...
Eric Holk
-0
/
+8
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-0
/
+35