summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-223-5/+9
* Bump Cabal submoduleBen Gamari2020-07-151-1/+1
* ghc-prim: Turn some comments into haddocksChaitanya Koparkar2020-07-071-9/+10
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Fix ghc-bignum exceptionsSylvain Henry2020-06-272-0/+53
* Linear types (#15981)Krzysztof Gogolewski2020-06-172-10/+39
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-142-0/+38
* ghc-prim needs to depend on libc and libmMoritz Angermann2020-06-071-0/+5
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-012-2/+4
* Fix "build/elem" RULE.Andreas Klebinger2020-05-292-40/+209
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-251-4/+2
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-232-3/+24
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-092-0/+46
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-081-2/+4
* Modules (#13009)Sylvain Henry2020-04-183-9/+9
* GHC.Core.Opt renamingSylvain Henry2020-04-181-4/+4
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* 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