summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* Improve the handling of Integer literalsIan Lynagh2011-09-173-87/+27
* Fix integer stuff (fixes Trac #5485)Simon Peyton Jones2011-09-141-1/+3
* change how Integer's are handled in CoreIan Lynagh2011-09-133-48/+126
* Comments, and rename FactTuple to ConstraintTupleSimon Peyton Jones2011-09-092-8/+26
* Add Constraint as a legitmiate tycon in KindsSimon Peyton Jones2011-09-071-1/+2
* Implement -XConstraintKindMax Bolingbroke2011-09-066-83/+184
* Remove bogus isCoercionKind function and its sole useMax Bolingbroke2011-09-061-1/+1
* Follow ghc-prim changesIan Lynagh2011-08-261-11/+8
* fix 32-bit build breakageSimon Marlow2011-08-191-6/+1
* Add popCnt# primopJohan Tibell2011-08-161-3/+16
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-021-26/+25
|\
| * Follow things moving in the integer librariesIan Lynagh2011-07-301-26/+25
* | Change the representation of export lists in .hi filesSimon Peyton Jones2011-08-021-12/+11
|/
* Add rules for Integer constant foldingIan Lynagh2011-07-233-120/+352
* Fix buildIan Lynagh2011-07-231-2/+6
* Whitespace only in prelude/PrelNames.lhsIan Lynagh2011-07-231-525/+525
* Remove some more dead codeIan Lynagh2011-07-231-23/+2
* Remove some unused IdKeysIan Lynagh2011-07-231-20/+6
* Remove dead codeIan Lynagh2011-07-221-7/+0
* Follow the move of GHC.Classes from base to ghc-primIan Lynagh2011-07-221-1/+1
* Remove 'threadsafe' FFI importsIan Lynagh2011-07-131-12/+5
* Had to move some Typeable things around to avoid orphan instances.Simon Marlow2011-07-121-10/+10
* Change the code generated for deriving Typeable, to match the changesSimon Marlow2011-07-121-5/+6
* New functionality required for the supercompiler pluginMax Bolingbroke2011-06-291-0/+7
* Add a builtin rule for seq# when its argument is a manifestSimon Marlow2011-06-281-3/+27
* Add two new primops:Simon Marlow2011-06-281-0/+15
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-4/+4
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-171-2/+2
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-2/+2
* Track changes in the DPH package and GHC.PArr.Manuel M T Chakravarty2011-06-171-17/+17
* Add byte array copy primopsJohan Tibell2011-06-161-0/+17
* Add dynamically-linked plugins (see Trac #3843)Simon Peyton Jones2011-06-161-0/+18
* Remove some old unused prelnamesDavid Terei2011-05-311-4/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-05-262-23/+156
|\
| * Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-05-263-58/+94
| |\
| * \ Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-201-0/+43
| |\ \
| * \ \ Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-124-129/+229
| |\ \ \
| * | | | Rename `Representable0` to `Generic`.Jose Pedro Magalhaes2011-05-091-33/+17
| * | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-041-4/+32
| |\ \ \ \
| * | | | | Update location of the CString stuff (from GHC.Base to GHC.CString).Jose Pedro Magalhaes2011-05-031-5/+6
| * | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-021-2/+12
| |\ \ \ \ \
| * | | | | | Remove the hasGenerics field of TyCon, improve the way the Generics flags is ...Jose Pedro Magalhaes2011-05-021-4/+1
| * | | | | | More code cleanup and removing old generics stuff.Jose Pedro Magalhaes2011-04-281-2/+1
| * | | | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-04-271-1/+1
| |\ \ \ \ \ \
| * | | | | | | Small fixes to the generics branch to get rid of warnings,unknown2011-04-141-1/+1
| * | | | | | | Merge branch 'master' of c:/code/HEAD-git/. into ghc-genericsunknown2011-04-131-0/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Initial commit for Pedro's new generic default methodssimonpj2011-04-121-4/+157
* | | | | | | | | Treat the (~) type constructor a bit speciallySimon Peyton Jones2011-05-261-2/+18
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-242-57/+90
* | | | | | | | Tweak sizing heurstics for case expressions (see comments).Simon Marlow2011-05-241-1/+4
| |_|_|_|_|_|/ |/| | | | | |