summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parse symbolic names in ANN type correctly with otyconwip/T19374Ryan Scott2021-02-158-1/+33
* 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
* The Char kind (#11342)Daniel Rogozin2021-02-0649-131/+666
* Fix typo in qualified_do.rstBasile Henry2021-02-051-1/+1
* validate: Enable tarball autodownload by default.Andreas Klebinger2021-02-051-1/+1
* rts: Fix arguments for foreign calls of interpreterStefan Schulze Frielinghaus2021-02-051-2/+24
* Mark both parameters of SimplM one-shot (#19302)Sebastian Graf2021-02-051-2/+7
* FFI: Revisit fix pass small ints in foreign call wrappersStefan Schulze Frielinghaus2021-02-051-26/+5
* IntVar: fix allocation sizeSylvain Henry2021-02-052-3/+6
* rts: Use properly sized pointers in e.g. rts_mkInt8Stefan Schulze Frielinghaus2021-02-051-26/+20
* Try eta expanding FCode (See #18202)Andreas Klebinger2021-02-052-2/+33