summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Fix some broken links (#15733)Fangyi Zhou2018-10-252-2/+2
* testsuite: Mark T15349 as broken in the ghci wayBen Gamari2018-10-231-1/+1
* base: Fill in TBAs in changelogBen Gamari2018-10-151-4/+4
* Add a strict version of foldMap to FoldableSimon Jakobi2018-10-152-0/+8
* Update integer_gmp_gcdext documentation.David Eichmann2018-10-151-7/+7
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+3
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-2/+4
* ghc-heap: Fix writing closures on big endianPeter Trommler2018-10-151-1/+4
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-151-0/+1
* Typeable: Only render saturated tuple types with tuple syntaxBen Gamari2018-10-151-1/+5
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-101-10/+1
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-093-6/+2
* Add Int8# and Word8#Michal Terepeta2018-10-073-2/+6
* testsuite: disable T11760 on non-smp targetsSergei Trofimovich2018-10-071-1/+1
* Stable name type roleDavid Feuer2018-10-041-0/+4
* Bump Cabal submoduleBen Gamari2018-10-041-0/+0
* Don't leak internal commentary into HasField's HaddocksRyan Scott2018-10-041-1/+1
* Documentation fixes in 'template-haskell'Alec Theriault2018-10-042-25/+42
* Document the list data typeAlec Theriault2018-10-042-13/+33
* Distinguish Inferred from Specified tyvarsSimon Peyton Jones2018-10-041-1/+8
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-032-3/+7
* Drop GHC 8.2 compatibilityRyan Scott2018-10-031-2/+0
* ghc-prim: Fix typo in traceBinaryEvent# changelog entryBen Gamari2018-10-011-1/+2
* ghc-prim: Add missing changelog entryBen Gamari2018-10-011-0/+34
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-272-13/+17
* Revert "adds -latomic to. ghc-prim"Ben Gamari2018-09-204-38/+1
* Bump deepseq submoduleBen Gamari2018-09-181-0/+0
* Bump text submoduleBen Gamari2018-09-181-0/+0
* Bump stm submoduleBen Gamari2018-09-181-0/+0
* Fix check whether GCC supports __atomic_ builtinsIlias Tsitsimpis2018-09-182-2/+2
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-1833-0/+35
* Make sure forM_ and related functions fuse cleanlySebastian Graf2018-09-171-8/+102
* base: Add bangs to GHC.IO.Handle.Text hGet* functionsBen Gamari2018-09-171-3/+3
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-145-10/+62
* base: showEFloat: Handle negative precisions the same of zero precisionBen Gamari2018-09-131-4/+6
* template-haskell: Fix typo in changelogBen Gamari2018-09-121-1/+1
* Avoid creating unevaluated Int thunks when iterating in GHC.ForeignNeil Mitchell2018-09-081-4/+4
* Refactor Foreign.Marshal modules for more modern styleÖmer Sinan Ağacan2018-09-082-62/+29
* base: Add references to Notes for certain special importsChaitanya Koparkar2018-09-056-9/+11
* Fixed typo in exponent examplechris-bacon2018-08-291-1/+1
* Update unicode tables to v. 12 of the standardArtem Pelenitsyn2018-08-235-1192/+1546
* docs: Add changelog and release notes entry for traceBinaryEvent#Ben Gamari2018-08-231-0/+7
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-219-28/+28
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-211-14/+14
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-211-3/+13
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-2158-254/+262
* base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426)Kevin Buhr2018-08-211-1/+3
* Expose the StableName constructorDavid Feuer2018-08-203-73/+109
* Bump stm submoduleBen Gamari2018-08-201-0/+0
* base: Rewrite semigroup documentationTobias Pflug2018-08-171-8/+45