summaryrefslogtreecommitdiff
path: root/rts/Prelude.h
Commit message (Expand)AuthorAgeFilesLines
* Numeric exceptions: replace FFI calls with primopsSylvain Henry2022-10-251-6/+3
* Introduce a standard thunk for allocating stringsÖmer Sinan Ağacan2022-10-221-0/+2
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-2/+2
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-191-1/+2
* Ensure that wired-in exception closures aren't GC'dBen Gamari2022-04-251-0/+10
* winio: Clean up code surrounding IOPort primitives.Andreas Klebinger2020-07-151-0/+3
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-0/+8
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-2/+0
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-111-0/+3
* Fix #15038Ömer Sinan Ağacan2018-05-101-0/+2
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Drop dead code in rts/{Prelude.h,package.conf.in}Moritz Angermann2017-03-261-4/+2
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+6
* Install toplevel handler inside fork.Alexander Vershilov2016-12-021-0/+2
* Remove CONSTR_STATICSimon Marlow2016-11-141-33/+0
* Add hs_try_putmvar()Simon Marlow2016-09-121-0/+2
* compiler: fix trac issue #9817Marios Titas2014-12-101-2/+2
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+2
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-45/+41
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-41/+45
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-0/+2
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-2/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+2
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-161-0/+1
* setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-111-0/+1
* Follow the move of the Word type to ghc-primIan Lynagh2012-05-221-4/+4
* Remove executable mode from some filesDavid Terei2011-11-161-0/+0
* fix dynamic way on Win32 (missing bits from flushStdHandles changes)Dimitrios Vytiniotis2011-11-091-0/+2
* Flush stdout and stderr during hs_exit() (#5594)Simon Marlow2011-11-081-0/+2
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-14/+14
* SafeHaskell: Fix compilation errors.David Terei2011-06-171-2/+2
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-2/+2
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-171-14/+14
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-4/+4
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-6/+6
* New asynchronous exception control API (ghc parts)Simon Marlow2010-07-081-0/+1
* Add some missing getStablePtr()s for CAFs that the RTS refers toSimon Marlow2010-01-221-0/+2
* RTS also uses runSparks_closure from baseBen.Lippmeier@anu.edu.au2009-11-141-0/+2
* Handle renames from #3310Simon Marlow2009-08-301-4/+4
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-8/+8
* Rewrite of signal-handling (ghc patch; see also base and unix patches)Simon Marlow2009-02-191-0/+1
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-0/+1
* Fix references to exceptions from the RTSIan Lynagh2008-08-211-5/+5
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-121-4/+4
* Move Int, Float and Double into ghc-prim:GHC.TypesIan Lynagh2008-08-061-12/+12
* C# has moved to ghc-prim:GHC.TypesIan Lynagh2008-08-051-4/+4
* Follow extensible exception changesIan Lynagh2008-07-301-4/+4