summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Don't use $ in the definition of (<**>) in GHC.BaseMatthew Pickering2017-01-031-1/+2
* Add specialization rules for realToFrac on ComplexTakano Akio2017-01-031-0/+13
* Bump array submoduleBen Gamari2016-12-271-0/+0
* base: Override Foldable.{toList,length} for NonEmptyArtyom2016-12-231-2/+4
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-214-2/+10
* Add INLINE pragamas on Traversable default methodsSimon Peyton Jones2016-12-211-0/+45
* Make CompactionFailed a newtypeRyan Scott2016-12-201-2/+2
* Allow use of the external interpreter in stage1.Shea Levy2016-12-205-82/+116
* Mark T8089 as unbroken since #7325 is now resolvedBen Gamari2016-12-191-3/+1
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-195-116/+82
* Fix #12998 by removing CTimerRyan Scott2016-12-183-12/+8
* Introduce unboxedSum{Data,Type}Name to template-haskellRyan Scott2016-12-182-0/+45
* Allow use of the external interpreter in stage1.Shea Levy2016-12-175-82/+116
* Reexport Language.Haskell.TH.Lib from Language.Haskell.THRyan Scott2016-12-173-85/+115
* base: Add more POSIX types (fixes #12795)Daniel Gröber2016-12-154-5/+78
* array: Check for integer overflow during allocationBen Gamari2016-12-151-0/+0
* base: Bump version to 4.10.0.0Ben Gamari2016-12-1519-7/+7
* Make unboxedTuple{Type,Data}Name support 0- and 1-tuplesRyan Scott2016-12-152-11/+11
* base: Make raw buffer IO operations more strictBen Gamari2016-12-132-10/+12
* Make globals use sharedCAFMoritz Angermann2016-12-111-1/+1
* Rename TH constructors for deriving strategiesRyan Scott2016-12-092-6/+6
* Fix the test with -OSimon Marlow2016-12-071-1/+1
* Ignore output for compact_gc: sizes change when profilingSimon Marlow2016-12-072-14/+1
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-0734-163/+473
* Overhaul GC statsSimon Marlow2016-12-061-59/+201
* fdReady: use poll() instead of select()Simon Marlow2016-12-021-9/+33
* Fix naming of the native latin1 encodingsKai Ruemmler2016-12-011-2/+2
* Typos in commentsGabor Greif2016-12-013-3/+3
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-1/+1
* Added Eq1, Ord1, Read1 and Show1 instances for NonEmptyShane2016-11-292-0/+25
* Make globals use sharedCAFMoritz Angermann2016-11-291-1/+1
* Allow to unregister threadWaitReadSTM action.Alexander Vershilov2016-11-224-6/+30
* Add Data instance for ConstRyan Scott2016-11-182-0/+6
* Revert "Add Data instance for Const"Ryan Scott2016-11-172-6/+0
* Add Data instance for ConstRyan Scott2016-11-172-0/+6
* Update xhtml submoduleErik de Castro Lopo2016-11-151-0/+0
* ghc: Fix ghc's template-haskell boundBen Gamari2016-11-121-1/+1
* template-haskell: Version bumpBen Gamari2016-11-122-2/+3
* Read parentheses betterDavid Feuer2016-11-101-7/+24
* Typos in commentsGabor Greif2016-10-311-1/+1
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-212-2/+8
* Add option to not retain CAFs to the linker APISimon Marlow2016-10-182-3/+24
* Bump parallel submoduleBen Gamari2016-10-171-0/+0
* Correct name of makeStableName in haddockReid Barton2016-10-161-1/+1
* Fix Windows build following D2588Ryan Scott2016-10-141-1/+6
* Add missing Semigroup instances for Monoidal datatypes in baseRyan Scott2016-10-142-0/+18
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-1/+0
* Cabal submodule update.Edward Z. Yang2016-10-131-0/+0
* Add missing @since annotationsRyan Scott2016-10-121-0/+2
* Escape lambda.Vaibhav Sagar2016-10-091-1/+1