summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-4/+4
* Do not define hs_atomic{read,write}64() on non-64bitIlias Tsitsimpis2020-03-021-0/+5
* Optimize unpackCString# to allocate less.Andreas Klebinger2020-02-081-43/+54
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Add `timesInt2#` primopSylvain Henry2019-12-021-0/+10
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-261-0/+9
* Documentation for (&&) and (&&) states that they are lazy in their second arg...Tilman Blumhagen2019-10-221-2/+2
* 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-142-0/+106
* No atomics on arm32; this will just yield stubs.Moritz Angermann2019-07-021-0/+2
* 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 whitespace styleYuriy Syrovetskiy2019-04-081-1/+1
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Fix formatting issue in ghc-prim's changelog [skip ci]Alexandre Baldé2019-04-021-0/+1
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Add support for bitreverse primopAlexandre2019-04-013-2/+95
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-271-1/+1
* ghc-heap: Introduce closureSizeBen Gamari2019-03-171-0/+8
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* 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
* ghc-prim: Fix typo in traceBinaryEvent# changelog entryBen Gamari2018-10-011-1/+2
* ghc-prim: Add missing changelog entryBen Gamari2018-10-011-0/+34
* Revert "adds -latomic to. ghc-prim"Ben Gamari2018-09-204-38/+1
* Fix check whether GCC supports __atomic_ builtinsIlias Tsitsimpis2018-09-182-2/+2
* docs: Add changelog and release notes entry for traceBinaryEvent#Ben Gamari2018-08-231-0/+7
* 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
* ghc-prim: Bump versionBen Gamari2018-05-202-2/+6
* Add 'addWordC#' PrimOpSebastian Graf2018-05-052-1/+8
* ghc-prim: Refactor and document __sync_fetch_and_nand workaroundBen Gamari2018-04-241-15/+60
* Proper safe coercions paper linkKirill Zaborsky2018-04-171-1/+1
* Fix compilation stopper on macOS with -WerrorRichard Eisenberg2018-03-261-0/+2
* UNREG: fix implicit declarations from pdep and pextSergei Trofimovich2018-03-092-10/+0
* ghc-prim: Silence -Wsync-nand warning in atomic.cBen Gamari2018-03-081-0/+6
* ghc-prim: Reduce scope of Clang sync_fetch_and_nand workaroundBen Gamari2018-03-081-4/+9
* Add ghc-prim.buildinfo to .gitignoreRyan Scott2018-02-201-1/+2