summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Add GHC.Prim.oneShotJoachim Breitner2014-11-021-1/+10
* ghc-prim: Use population count appropriate for platformBen Gamari2014-10-211-2/+7
* [ci skip] ghc-prim: Update .gitignoreAustin Seipp2014-08-281-0/+1
* Specialise Eq, Ord, Read, Show at Int, Char, StringSimon Peyton Jones2014-08-281-0/+4
* Workaround GCC `__ctzdi2` intrinsic linker errorsHerbert Valerio Riedel2014-08-171-1/+17
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-143-0/+84
* Remove obsolete "-- #hide" Haddock pragmasReid Barton2014-08-092-2/+0
* Tweak Haddock in GHC.TypesReid Barton2014-08-091-2/+2
* Tweak Haddock markup in GHC.MagicReid Barton2014-08-091-6/+6
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-2/+2
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-302-0/+307
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-262-307/+0
* Work around lack of __sync_fetch_and_nand in clangJohan Tibell2014-06-261-0/+26
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-242-0/+281
* Make FunPtr's role be phantom; add comments.Richard Eisenberg2014-06-111-2/+9
* Update Cabal source-repository entries (re #8545)Herbert Valerio Riedel2014-04-191-6/+2
* Make argument types in popcnt.c match declared primop typesReid Barton2014-03-221-10/+10
* Export Coercible in GHC.Types (#8894)Joachim Breitner2014-03-161-18/+4
* Refer to the coercible paper in Coercible' docsJoachim Breitner2014-03-141-0/+4
* Better Comment [Kind-changing of (~) and Coercible]Joachim Breitner2014-03-141-1/+11
* Note [Kind-changing of (~) and Coercible]Joachim Breitner2014-03-141-3/+23
* Update Coercible docs due to Safe Haskell adjustmentJoachim Breitner2014-03-141-4/+0
* Add Since-annotation to `Coercible`Herbert Valerio Riedel2014-03-011-0/+2
* Document Coercible in GHC.TypesJoachim Breitner2014-01-301-3/+48
* Comment typoJoachim Breitner2014-01-301-1/+1
* Add overlooked language extensions to `IntWord64.hs`Herbert Valerio Riedel2013-10-271-1/+1
* Modernize `ghc-prim.cabal` to `cabal-version>=1.10`Herbert Valerio Riedel2013-10-272-17/+32
* Add missing `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-10-274-4/+4
* Add actual documentation for new SPEC type.Austin Seipp2013-10-251-1/+7
* Implement SPEC for SpecConstr as a built in type.Austin Seipp2013-10-251-1/+5
* Comments onlyJan Stolarek2013-09-181-1/+1
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-186-240/+137
* Add `{-# MINIMAL #-}` to `class Eq` and `class Ord`Herbert Valerio Riedel2013-09-181-0/+2
* Define GHC.Types.CoercibleJoachim Breitner2013-09-131-0/+5
* Update Git repo URL in `.cabal` fileHerbert Valerio Riedel2013-09-111-1/+1
* Change return type for emulated 64bit comparisonsJan Stolarek2013-08-162-37/+37
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-07-266-27/+190
* add other architecture for bswap in a form of Stg functions.Ian Lynagh2013-06-092-0/+28
* Add word2floatJohan Tibell2012-12-062-0/+16
* Bump version number following new policyIan Lynagh2012-11-301-1/+1
* Add comment to .cabal file saying what GHC 7.6.1 shipped withIan Lynagh2012-11-301-0/+1
* Add a test for #6026 (fixity info for primops)Ian Lynagh2012-11-232-0/+11
* Move lazy from GHC.Base to GHC.MagicIan Lynagh2012-11-131-1/+27
* Merge documentation from inline's old primop entryIan Lynagh2012-11-131-6/+16
* Bump version to 0.3.0.0Paolo Capriotti2012-07-101-1/+1
* Move GHC.Generics to baseJose Pedro Magalhaes2012-06-214-395/+2
* Move divInt#/modInt# from baseIan Lynagh2012-06-192-1/+26
* Move the Word type from base to ghc-primIan Lynagh2012-05-212-1/+6
* Minor Haddock documentation fixJose Pedro Magalhaes2012-02-211-1/+1
* Add CTYPE pragmasIan Lynagh2012-02-161-5/+5