summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate the threadsafe kind of foreign importDuncan Coutts2009-06-111-10/+9
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-8/+1
* Fix #3207: add has_side_effects = True for lots of primopsSimon Marlow2009-05-152-5/+93
* syb no longer needs to be wired inIan Lynagh2009-03-261-3/+0
* Partial fix for #2917Simon Marlow2009-03-061-0/+5
* Add the ability to derive instances of Functor, Foldable, Traversablesimonpj@microsoft.com2009-02-021-18/+36
* Implement #2191 (traceCcs# -- prints CCS of a value when available -- take 3)Samuel Bronson2009-01-271-0/+11
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-1/+0
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-0/+6
* Layout onlysimonpj@microsoft.com2008-12-051-1/+1
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-0/+2