summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/GHC
Commit message (Expand)AuthorAgeFilesLines
* A few more typos in non-codeGabor Greif2016-02-191-1/+1
* Unwire Typeable representation typesBen Gamari2016-02-181-1/+1
* Rework derivation of type representations for wired-in thingsBen Gamari2016-01-201-12/+0
* Add missing type representationsBen Gamari2016-01-131-0/+8
* 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-121-1/+18
* 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
* 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
* 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
* 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
* Specialise Eq, Ord, Read, Show at Int, Char, StringSimon Peyton Jones2014-08-281-0/+4
* 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
* Make FunPtr's role be phantom; add comments.Richard Eisenberg2014-06-111-2/+9
* 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
* 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-185-239/+137
* Add `{-# MINIMAL #-}` to `class Eq` and `class Ord`Herbert Valerio Riedel2013-09-181-0/+2