summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Note [The equality types story] in TysPrimRichard Eisenberg2015-12-161-2/+4
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-4/+4
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-151-0/+2
* Comments on equality types and classesSimon Peyton Jones2015-12-151-3/+3
* Add kind equalities to GHC.Richard Eisenberg2015-12-112-19/+44
* New magic function for applying realWorld#Ben Gamari2015-11-122-1/+19
* Bump ghc-prim version to 0.5.0.0 (closes #11043)Herbert Valerio Riedel2015-11-011-2/+2
* ghc-prim: add API delta as changelog (re #11043)Herbert Valerio Riedel2015-11-012-0/+39
* ghc-prim: Fix hs_ctz64 for powerpcErik de Castro Lopo2015-11-011-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-305-4/+100
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-294-97/+4
* Generate Typeable info at definition sitesBen Gamari2015-10-294-4/+97
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Fix signature of atomic builtinsAndreas Schwab2015-10-021-112/+112
* Move CallStack back to baseBen Gamari2015-10-021-50/+1
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-1/+50
* Make oneShot open-kindedJoachim Breitner2015-08-081-0/+7
* Comments and layout onlySimon Peyton Jones2015-07-211-62/+125
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-201-0/+3
* Increase constraint tuple limit to 62 (Trac #10451)Nick Terrell2015-06-141-1/+292
* Refactor tuple constraintsSimon Peyton Jones2015-05-183-110/+178
* Revert multiple commitsAustin Seipp2015-05-143-178/+110
* Two wibbles to fix the buildSimon Peyton Jones2015-05-131-1/+6
* Refactor tuple constraintsSimon Peyton Jones2015-05-133-109/+172
* Move IP, Symbol, Nat to ghc-primSimon Peyton Jones2015-05-012-2/+27
* Bump ghc-prim to 0.4.0.0Herbert Valerio Riedel2015-03-201-2/+2
* ghc-prim : Hide 64 bit primops when the word size is 32 bits (fixes #9886).Erik de Castro Lopo2015-03-101-0/+14
* Revert "Add export lists to some modules."Austin Seipp2015-01-191-18/+1
* Add export lists to some modules.David Feuer2014-12-271-1/+18
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* catch some recent typosGabor Greif2014-12-081-1/+1
* Comments onlySimon Peyton Jones2014-12-031-4/+8
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+2
* 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