| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-12-22 | Removed unused context-switching assembly code. | Maya Nitu | -88/+0 | |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -25/+8 | |
| I ignored AtomicU64 methods on MIPS target because libgcc doesn't implement MIPS32 64-bit atomic operations. Otherwise it would cause link failure. | ||||
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -4/+4 | |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -310/+9 | |
| This commit resumes management of the stack boundaries and limits when switching between tasks. This additionally leverages the __morestack function to run code on "stack overflow". The current behavior is to abort the process, but this is probably not the best behavior in the long term (for deails, see the comment I wrote up in the stack exhaustion routine). | ||||
| 2013-05-21 | fix mips stack alignment | Jyun-Yan You | -2/+4 | |
| 2013-05-09 | improve MIPS backend and implement segmented stacks | Jyun-Yan You | -5/+101 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-04-04 | rt: improve mips backend | Jyun-Yan You | -11/+22 | |
| 2013-03-31 | mark the assembly object stacks as non-executable | Daniel Micay | -0/+15 | |
| Closes #5643 This also removes the need to pass noexecstack to gcc, but that wasn't actually working anymore. | ||||
| 2013-03-17 | rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64. | Luqman Aden | -0/+29 | |
| 2013-03-03 | rt: fix some bugs for MIPS target | Jyun-Yan You | -2/+23 | |
| 2013-03-03 | rt: MIPS32 support | Jyun-Yan You | -0/+316 | |
