summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exts.hs
Commit message (Expand)AuthorAgeFilesLines
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-1/+2
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-3/+27
* Revert "Remove SpecConstrAnnotation (#13681)" (#19168)Sylvain Henry2021-01-171-2/+24
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-2/+1
* Implement BoxedRep proposalAndrew Martin2020-12-141-1/+2
* Export SPEC from GHC.Exts (#13681)Sylvain Henry2020-11-101-1/+1
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-151-1/+1
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-2/+6
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-0/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+1
* Apply suggestion to libraries/base/GHC/Exts.hsBodigrim2020-06-011-1/+1
* Clarify description of fromListNBodigrim2020-06-011-5/+6
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-0/+8
* Remove SpecConstrAnnotation (#13681)Sylvain Henry2020-05-051-23/+2
* Re-export GHC.Magic.noinline from baseSebastian Graf2020-04-071-1/+1
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-0/+4
* Incorporate MR review suggestions; add change in changelogBrian Wignall2019-11-091-3/+3
* Add IsList instance for ZipList (closes #17433)ghc-8.11-startBrian Wignall2019-11-091-1/+9
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-261-0/+39
* Remove purely external primopsJohn Ericson2019-07-141-0/+2
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-211-1/+1
* Replace atomicModifyMutVar#David Feuer2018-07-151-0/+27
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+3
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-0/+9
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-101-0/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* base: Export runRW# from GHC.ExtsBen Gamari2016-05-041-0/+3
* Export oneShot from GHC.ExtsJoachim Breitner2016-05-041-1/+1
* Kill the magic of AnyBen Gamari2016-03-301-0/+3
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-2/+2
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-121-0/+9
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-2/+9
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-2/+2
* Add Data.Version.makeVersion & `IsList Version`Herbert Valerio Riedel2014-12-191-0/+7
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-2/+2
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-2/+2
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-4/+4
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-1/+1
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-3/+3
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Import Coercible from GHC.TypesJoachim Breitner2014-03-161-2/+2
* Tweak documentation and update changelog.mdHerbert Valerio Riedel2014-03-011-0/+4
* Create Data.Coerce (#8745)Austin Seipp2014-02-281-3/+3
* Show docs for coerce and Coercible in GHC.ExtsJoachim Breitner2014-01-301-2/+6
* Improve Haddock markupHerbert Valerio Riedel2014-01-301-1/+1
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+2
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-2/+1
* Trailing whitespacesJan Stolarek2013-09-181-7/+7