summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* base: Have the argument of mask restore the state.Facundo Domínguez2015-10-195-3/+31
* template-haskell: set explicit return=pureHerbert Valerio Riedel2015-10-182-0/+2
* template-haskell: MRP-refactor Applicative/Monad instancesHerbert Valerio Riedel2015-10-182-4/+3
* Move Control.Monad.IO.Class to base from transformersRyanGlScott2015-10-174-0/+40
* base: MINIMAL pragmas for Arrow/ArrowChoiceAustin Seipp2015-10-161-0/+2
* base: changelog entries for Arrow/ArrowChoiceAustin Seipp2015-10-161-0/+3
* Allow left ∨ (+++) as minimal definition of ArrowChoice instanceM Farkas-Dyck2015-10-161-6/+7
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-163-0/+8
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-145-16/+16
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-142-9/+14
* Allow arr ∧ (first ∨ (***)) as minimal definition of Arrow instanceM Farkas-Dyck2015-10-131-7/+4
* base: Add forkOSWithUnmaskJoey Adams2015-10-132-2/+13
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-138-23/+109
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-1218-65/+39
* Keep `shift{L,R}` on `Integer` from segfaultingBen Gamari2015-10-102-8/+3
* Ensure shiftL/shiftR arguments aren't negativeBen Gamari2015-10-071-2/+6
* Make GHC generics capable of handling unboxed typesRyanGlScott2015-10-032-1/+111
* Fix signature of atomic builtinsAndreas Schwab2015-10-021-112/+112
* Move CallStack back to baseBen Gamari2015-10-027-52/+86
* Document peculiarities of `traceM`.Matthias Fischmann2015-10-021-2/+8
* Add Data.Semigroup and Data.List.NonEmpty (re #10365)Herbert Valerio Riedel2015-10-024-0/+1168
* Allow enumDeltaIntegerFB to be inlinedJoachim Breitner2015-09-281-1/+2
* Weak: Don't require wrapping/unwrapping of finalizersBen Gamari2015-09-256-29/+10
* Fix a bug with mallocForeignPtr and finalizers (#10904)Simon Marlow2015-09-241-15/+21
* base: export allocation counter/limit API from System.MemSimon Marlow2015-09-233-8/+21
* Update Cabal to recognize DeriveLiftRyanGlScott2015-09-231-0/+0
* Remove references to () from types of mkWeak# and friendsBen Gamari2015-09-237-15/+38
* DeriveLift extension (#1830)RyanGlScott2015-09-211-0/+23
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-216-3/+14
* Docs: make sure all libs are included in index.html (#10879)Thomas Miedema2015-09-181-16/+2
* Add namePackage function to template-haskellRyanGlScott2015-09-173-2/+37
* hpc: use `takeDirectory` instead of `dropWhileEnd (/= '/')`Thomas Miedema2015-09-121-0/+0
* Testsuite: mark enum01-enum03 expect_broken(#9399) on WindowsThomas Miedema2015-09-121-4/+7
* Move GeneralCategory et al to GHC.UnicodeBen Gamari2015-09-084-211/+219
* Further simplify the story around minimum/maximumwip/D1229Joachim Breitner2015-09-071-25/+9
* SPECIALIZE strictMinimum for Int and IntegerJoachim Breitner2015-09-071-0/+4
* Make Data.List.foldr1 inlineJoachim Breitner2015-09-031-3/+5
* Injective type familiesJan Stolarek2015-09-035-53/+142
* Fix some tests that were broken by D861Eric Seidel2015-09-021-0/+0
* Testsuite: mark 4 tests expect_broken_for(#10712, opt_ways)Thomas Miedema2015-09-021-1/+1
* stm: Fix test caseBen Gamari2015-09-021-0/+0
* Use IP based CallStack in error and undefinedEric Seidel2015-09-0213-120/+126
* integer-gmp: optimise bitBigNatHerbert Valerio Riedel2015-08-291-1/+18
* Make Generic (Proxy t) instance poly-kinded (fixes #10775)RyanGlScott2015-08-292-19/+22
* base: Remove a redundant 'return'Simon Peyton Jones2015-08-271-2/+1
* Implement getSizeofMutableByteArrayOp primopBen Gamari2015-08-211-28/+35
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-201-5/+0
* Testsuite: mark encoding005 expect_broken(#10623) on WindowsThomas Miedema2015-08-151-1/+2
* Testsuite: mark T8089 expect_broken(#7325) on WindowsThomas Miedema2015-08-151-1/+5
* template-haskell: Add changelog entry to infix type operatorsBen Gamari2015-08-121-0/+6