summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/GHC
Commit message (Expand)AuthorAgeFilesLines
* Typo in comment [ci skip]wip/ggreif-typoGabor Greif2019-10-031-1/+1
* ghc-prim: Fix documentation of TypeBen Gamari2019-09-271-1/+1
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Add Note [RuntimeRep and PrimRep] in RepTypeRichard Eisenberg2019-07-291-0/+2
* Make stage 1 GHC target independentJohn Ericson2019-07-241-2/+2
* Create {Int,Word}32RepJohn Ericson2019-07-171-0/+2
* Remove purely external primopsJohn Ericson2019-07-141-0/+105
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-1/+1
* Ord docs: Add explanation on 'min' and 'max' operator interactionsSimon Jakobi2019-04-141-0/+4
* Fix invalid doc commentAlec Theriault2019-02-101-16/+22
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-062-2/+2
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+9
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-2/+4
* Add Int8# and Word8#Michal Terepeta2018-11-021-1/+3
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-3/+1
* Add Int8# and Word8#Michal Terepeta2018-10-071-1/+3
* Document the list data typeAlec Theriault2018-10-042-13/+33
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-0/+6
* Improve documentation of Eq, Ord instances for Float and DoubleARJANEN Loïc Jean David2018-06-171-5/+89
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-142-8/+3
* Proper safe coercions paper linkKirill Zaborsky2018-04-171-1/+1
* Stop runRW# being magicSimon Peyton Jones2017-12-191-3/+2
* Tidy up of wired-in namesSimon Peyton Jones2017-12-131-0/+4
* Don't use "character" in haddocks of CharBen Gamari2017-09-301-1/+1
* ghc-prim: Don't allocate a thunk for each unpacked UTF-8 characterBen Gamari2017-07-241-12/+16
* Comments only, about Typeable/TypeRep/KindRepSimon Peyton Jones2017-05-041-1/+1
* 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
* 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
* Add missing type representationsBen Gamari2016-01-131-0/+8