summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Typos in comments and manualGabor Greif2017-03-061-1/+1
* Add Eq instances for TrName, ModuleBen Gamari2017-02-281-0/+10
* Make exprIsConApp_maybe work better for literals stringsSimon Peyton Jones2017-02-241-5/+16
* Type-indexed TypeableBen Gamari2017-02-182-17/+31
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-041-2/+2
* base: Derive Enum, Bounded for VecCount, VecElemBen Gamari2017-02-011-0/+2
* Generalize the type of runRW#David Feuer2017-01-251-6/+18
* Update levity polymorphismRichard Eisenberg2017-01-191-9/+8
* Turn divInt# and modInt# into bitwise operations when possibleTakano Akio2016-09-051-0/+3
* Support for noinline magic function.Edward Z. Yang2016-08-211-1/+8
* Fix omission in haddock instance headGabor Greif2016-08-051-1/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+1
* rts: Add isPinnedByteArray# primopBen Gamari2016-05-181-0/+10
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-0/+14
* Kill the magic of AnyBen Gamari2016-03-301-1/+20
* ghc-prim: Mark unpackCStringUtf8# and unpackNBytes# as NOINLINEBen Gamari2016-03-301-5/+33
* Defer inlining of Ord methodsBen Gamari2016-03-301-5/+33
* ghc-prim: Delay inlining of {gt,ge,lt,le}Int to phase 1Ben Gamari2016-03-301-6/+12
* Defer inlining of Eq for primitive typesBen Gamari2016-03-241-9/+78
* Document TypeInType (#11614)Richard Eisenberg2016-03-141-1/+5
* Fix and refactor strict pattern bindingsSimon Peyton Jones2016-02-261-0/+5
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-15/+58
* 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
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-1/+1
* Add missing type representationsBen Gamari2016-01-131-0/+8
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-1/+1
* 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