about summary refs log tree commit diff
path: root/src/rt/arch/i386/_context.S
AgeCommit message (Collapse)AuthorLines
2011-11-08cleanup, removing comments and dead codeNiko Matsakis-31/+10
2011-11-02get things checking on ia32Niko Matsakis-28/+28
2011-11-02do not preserve caller-saved registersNiko Matsakis-29/+29
2011-10-21Get 'make tidy' to work rustllvm and rt againBrian Anderson-43/+43
2011-09-07Rewrite spawn yet againBrian Anderson-8/+0
The motivation here is that the bottom of each stack needs to contain a C++ try/catch block so that we can unwind. This is already the case for main, but not spawned tasks. Issue #236
2011-08-15Fixing win32 build.Eric Holk-1/+1
2011-08-15Updating to build on Linux and Mac, and hopefully Windows too.Eric Holk-0/+85