| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -4/+1 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -2/+2 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -1/+1 |
* | rts: mark 'blockedThrowTo' as static | Sergei Trofimovich | 2016-02-07 | 1 | -3/+0 |
* | fix EBADF unqueueing in select backend (Trac #10590) | Sergei Trofimovich | 2015-07-07 | 1 | -0/+6 |
* | Per-thread allocation counters and limits | Simon Marlow | 2014-11-12 | 1 | -0/+4 |
* | [skip ci] rts: Detabify RaiseAsync.h | Austin Seipp | 2014-10-21 | 1 | -12/+11 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | interruptible() was not returning true for BlockedOnSTM (#9379) | Simon Marlow | 2014-08-01 | 1 | -0/+1 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | Revert "Per-thread allocation counters and limits" | Simon Marlow | 2014-05-04 | 1 | -5/+1 |
* | Per-thread allocation counters and limits | Simon Marlow | 2014-05-02 | 1 | -1/+5 |
* | If exceptions are blocked, add stack overflow to blocked exceptions list. Fix... | Edward Z. Yang | 2013-10-11 | 1 | -0/+3 |
* | Implement atomicReadMVar, fixing #4001. | Edward Z. Yang | 2013-07-09 | 1 | -0/+1 |
* | Fix the symbol visibility pragmas | Simon Marlow | 2010-06-17 | 1 | -2/+2 |
* | Use message-passing to implement throwTo in the RTS | Simon Marlow | 2010-03-11 | 1 | -10/+7 |
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 1 | -4/+5 |
* | Declare RTS-private prototypes with __attribute__((visibility("hidden"))) | Simon Marlow | 2009-08-05 | 1 | -0/+4 |
* | Fix #2783: detect black-hole loops properly | Simon Marlow | 2008-11-17 | 1 | -3/+2 |
* | Eagerly raise a blocked exception when entering 'unblock' or exiting 'block' | Simon Marlow | 2007-01-05 | 1 | -1/+1 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -1/+1 |
* | Asynchronous exception support for SMP | Simon Marlow | 2006-06-16 | 1 | -0/+71 |