summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* Add strictness for raiseIO# primopsimonpj@microsoft.com2010-10-271-0/+4
* Fix whitespace and layout in PrelRules.Michal Terepeta2010-10-241-185/+184
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-232-5/+4
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-2/+16
* Fix test T4235 with -Osimonpj@microsoft.com2010-10-061-14/+10
* Documentation for INLINABLEsimonpj@microsoft.com2010-09-151-5/+3
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-143-131/+6
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-132-23/+174
* Give seqId the right typesimonpj@microsoft.com2010-09-031-4/+5
* Remove dead codesimonpj@microsoft.com2010-09-031-10/+0
* Give the correct kind to unsafeCoerce#simonpj@microsoft.com2010-07-271-1/+7
* add numSparks# primop (#4167)Simon Marlow2010-07-201-0/+7
* New asynchronous exception control API (ghc parts)Simon Marlow2010-07-081-3/+10
* remove out of date comments; point to the wikiSimon Marlow2010-06-251-19/+8
* Refix docs for sizeofByteArray#/sizeofMutableByteArray# (#3800)Ian Lynagh2010-06-201-6/+4
* Fix Trac #3966: warn about useless UNPACK pragmassimonpj@microsoft.com2010-05-061-3/+2
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-3/+6
* Tidy up AnyTyCon stuffsimonpj@microsoft.com2010-03-011-14/+5
* Comments onlysimonpj@microsoft.com2010-02-251-2/+8
* don't constant fold division that would result in negative zero (#3676)Simon Marlow2010-02-111-2/+10
* Fix docs for sizeofByteArray#/sizeofMutableByteArray# (#3800)Simon Marlow2010-01-191-9/+13
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-23/+21
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-022-7/+36
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-041-0/+1
* More work on the simplifier's inlining strategiessimonpj@microsoft.com2009-12-021-33/+36
* inline has moved to GHC.MagicIan Lynagh2009-11-231-2/+5
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-191-1/+1
* Implement -fexpose-all-unfoldings, and fix a non-termination bugsimonpj@microsoft.com2009-11-191-3/+3
* A radical overhaul of the coercion infrastucturesimonpj@microsoft.com2009-11-121-0/+7
* Tidy up coercions, and implement csel1, csel2, cselRsimonpj@microsoft.com2009-11-061-2/+6
* Minor refactoringsimonpj@microsoft.com2009-10-301-1/+5
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-2/+3
* White space onlysimonpj@microsoft.com2009-10-291-2/+4
* Remove a redundant parameter for mkTupleTy (the arity)simonpj@microsoft.com2009-10-281-3/+5
* Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type va...simonpj@microsoft.com2009-10-153-65/+125
* Fixes for cross-compiling to a different word sizeSimon Marlow2009-10-141-3/+5
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-251-0/+10
* Fix Trac #3421: a typo in TysPrimsimonpj@microsoft.com2009-08-101-1/+1
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-271-175/+5
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-244-4/+5
* Make the Integer library used directly configurable in GHC and baseIan Lynagh2009-07-221-5/+5
* thenIO, bindIO, returnIO moved to GHC.BaseSimon Marlow2009-07-221-3/+3
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-062-4/+1
* Fix the GHCi debugger so that it can recognise Integers againIan Lynagh2009-06-231-3/+6
* Follow Integer changesIan Lynagh2009-06-221-3/+2
* Remove the gmp/Integer primops from the compilerDuncan Coutts2009-06-131-154/+1
* Add PrimCall to the STG layer and update Core -> STG translationDuncan Coutts2009-06-091-1/+18
* Add new FFI calling convention "prim"Duncan Coutts2009-06-091-2/+6
* The IO type has moved to GHC.Types in ghc-primIan Lynagh2009-06-201-2/+2
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-10/+11