summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add whereFrom and whereFrom# primopMatthew Pickering2021-03-031-0/+53
* Profiling by info table mode (-hi)Matthew Pickering2021-03-031-0/+3
* ghc-heap: Fix profiled buildBen Gamari2021-03-031-2/+2
* Always INLINE ($!)Sylvain Henry2021-03-031-0/+1
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-032-1/+34
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-0320-325/+370
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-036-31/+239
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-3/+27
* Mark divModInt and friends as INLINE (#19267)Sebastian Graf2021-02-281-0/+16
* Fix Windows build with autoconf >=2.70 (#19189)Sylvain Henry2021-02-276-6895/+1
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-0/+19
* Remove the -xt heap profiling optionMatthew Pickering2021-02-271-3/+0
* Move absentError into ghc-prim.Andreas Klebinger2021-02-262-3/+61
* Fix #19363 by using pprName' {Applied,Infix} in the right placesRyan Scott2021-02-261-22/+22
* Add test case for CompleteP pretty-printer (#19270)Ole Krüger2021-02-223-0/+9
* Fix TemplateHaskell pretty printer for CompleteP (#19270)Ole Krüger2021-02-221-1/+1
* Add the docspec:base rule to HadrianHécate2021-02-221-0/+3
* Make openFile exception safeDavid Feuer2021-02-228-118/+429
* base: Fix order of infix declarations in Data.FunctorBen Gamari2021-02-181-2/+2
* Rectify the haddock markup surrounding symbols for foldl' and foldMap'Hécate Moonlight2021-02-181-23/+23
* Add Generic tuple instances up to 15Andrzej Rybczak2021-02-161-0/+48
* Replace more autotools obsolete macros (#19189)Sylvain Henry2021-02-163-13/+10
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-0/+1
* Throw IOError when allocaBytesAligned gets non-power-of-two alignDaniel Gröber2021-02-142-2/+25
* Improve ByteArray# documentation regarding alignmentDaniel Gröber2021-02-142-1/+11
* 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-143-15/+37
* 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
* base: Add unsafeWithForeignPtrBen Gamari2021-02-142-26/+38
* Bignum: fix bogus rewrite rule (#19345)Sylvain Henry2021-02-131-5/+16
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-131-1/+0
* 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
* Apply 1 suggestion(s) to 1 file(s)Marcin Szamotulski2021-02-131-7/+15
* Improve bracket documentationMarcin Szamotulski2021-02-131-0/+8
* Fix typosBrian Wignall2021-02-069-10/+10
* base: Fix since-annotation for Data.List.singletonSimon Jakobi2021-02-061-1/+1
* Make unsafeDupablePerformIO have a lazy demandAndreas Klebinger2021-02-061-1/+36
* The Char kind (#11342)Daniel Rogozin2021-02-069-10/+102
* IntVar: fix allocation sizeSylvain Henry2021-02-051-1/+4
* Remove misleading 'lazy' pattern matches from 'head' and 'tail' in Data.List....wygulmage2021-02-051-2/+2
* Add missing instances to ghc-heap typesMatthew Pickering2021-02-022-8/+8
* Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromStringRyan Scott2021-02-014-1/+36
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-293-3/+3
* Implement #18519Koz Ross2021-01-271-0/+38