summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* base: Fix order of infix declarations in Data.Functorwip/T19284Ben Gamari2021-02-161-2/+2
* Use explicit import list for Data.ListOleg Grenrus2021-02-161-1/+1
* Replace more autotools obsolete macros (#19189)Sylvain Henry2021-02-165-18/+12
* Don't build extra object with -no-hs-mainSylvain Henry2021-02-162-12/+25
* Make sure HasField use counts for -Wunused-top-bindsAdam Gundry2021-02-166-2/+45
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-1664-265/+1236
* Throw IOError when allocaBytesAligned gets non-power-of-two alignDaniel Gröber2021-02-142-2/+25
* Document word-size rounding of ByteArray# memory (Fix #14731)Daniel Gröber2021-02-141-1/+2
* Improve ByteArray# documentation regarding alignmentDaniel Gröber2021-02-143-3/+14
* Fix non power-of-two Storable.alignment in Capi_Ctype testsDaniel Gröber2021-02-143-3/+3
* validate: Fix copy-pastaBen Gamari2021-02-141-2/+2
* Fix over-eager inlining in SimpleOptSimon Peyton Jones2021-02-149-40/+145
* Drop GHC_LOADED_IN_GHCIBen Gamari2021-02-144-49/+0
* ghc-in-ghci: Drop itBen Gamari2021-02-145-115/+0
* ghc-compact: Use keepAlive# in GHC.Compact.SerializedBen Gamari2021-02-141-10/+2
* base: Use keepAlive# in Foreign.Marshal.AllocBen Gamari2021-02-141-25/+4
* base: Use keepAlive# in withForeignPtrBen Gamari2021-02-141-1/+3
* Introduce keepAlive primopBen Gamari2021-02-1410-18/+110
* genprimopcode: Add a second levity-polymorphic tyvarBen Gamari2021-02-141-0/+3
* StringBuffer: Use unsafeWithForeignPtrBen Gamari2021-02-141-12/+18
* Bump bytestring submoduleBen Gamari2021-02-141-0/+0
* base: Use unsafeWithForeignPtr in GHC.IO.BufferBen Gamari2021-02-141-5/+6
* base: Eliminate allocating withForeignPtrs from GHC.Event.ArrayBen Gamari2021-02-141-15/+17
* GHC.Utils.Binary: Eliminate allocating withForeignPtr usesBen Gamari2021-02-141-7/+16
* base: Add unsafeWithForeignPtrBen Gamari2021-02-142-26/+38
* Bignum: fix bogus rewrite rule (#19345)Sylvain Henry2021-02-134-5/+31
* Fix example code in Deriving via. songzh2021-02-131-1/+1
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-1311-71/+158
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-138-31/+4
* Add tests for solved arrow tickets #5777 #15175Krzysztof Gogolewski2021-02-133-0/+79
* Remove Data.Semigroup.OptionSimon Jakobi2021-02-134-88/+2
* closeFd: improve documentationMarcin Szamotulski2021-02-131-4/+5
* Make closeFdWith uninterrupitbleMarcin Szamotulski2021-02-131-2/+5
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-133-7/+14
* Always set `safeInferred`, not only when it turns `False`Joachim Breitner2021-02-135-4/+17
* Apply 1 suggestion(s) to 1 file(s)Marcin Szamotulski2021-02-131-7/+15
* Improve bracket documentationMarcin Szamotulski2021-02-131-0/+8
* Refactor LoggerSylvain Henry2021-02-1388-1543/+1901
* Add -Wsafe to flags not enabled by -WallFendor2021-02-101-0/+1
* Fix example code of "Making a Haskell library that can be called from foreign...Masahiro Sakai2021-02-101-2/+2
* Fix a long standing bug in constraint solvingSimon Peyton Jones2021-02-095-20/+121
* Fix pretty-printing of invisible arguments for FUN 'Many (#19310)Krzysztof Gogolewski2021-02-094-2/+12
* Reduce inlining in deeply-nested casesSimon Peyton Jones2021-02-0915-45/+399
* Bump Haddock submodulewip/bump-haddockBen Gamari2021-02-061-0/+0
* Fix typosBrian Wignall2021-02-0685-113/+113
* base: Fix since-annotation for Data.List.singletonSimon Jakobi2021-02-061-1/+1
* Add a test for #18736Krzysztof Gogolewski2021-02-062-0/+8
* Make pattern synonyms play with CallStackSimon Peyton Jones2021-02-064-2/+63
* Make unsafeDupablePerformIO have a lazy demandAndreas Klebinger2021-02-062-35/+44
* Fix buglet in expandSynTyCon_maybeSimon Peyton Jones2021-02-064-5/+13