ghc-base.git
2012-04-14 Adam Megaczadd GHC.HetMet.{hetmet_kappa,hetmet_kappa_app} master
2012-04-04 Adam Megaczmove GArrow from GHC.HetMet to Control
2012-04-04 Adam Megaczrename classes to create GArrowCopyDropSwap[Loop]
2012-04-04 Adam Megaczswap <[]> and <{}> syntax
2012-04-04 Adam Megaczcomment out references to module not implemented yet
2012-04-04 Adam MegaczGArrowFullyEnriched: minimize context of the data decla...
2011-08-29 Adam MegaczGArrowFullyEnriched: clean up imports and context
2011-06-22 Adam MegaczIGArrow: major cleanup, finished instance IKappa (->)
2011-06-22 Adam MegaczGArrowFullyEnriched: avoid need for UndecidableInstances
2011-06-22 Adam Megaczadjust GArrow class fundeps to make meeting the Coverag...
2011-06-22 Adam Megaczclean up LANGUAGE pragma in GArrow.hs
2011-06-21 Adam MegaczIGArrow: some improvements
2011-06-21 Adam MegaczGArrowFullyEnriched: better algorithm, avoids drop...
2011-06-20 Adam Megaczmove things out of GHC.HetMet.CodeTypes into GHC.HetMet...
2011-06-20 Adam Megaczadd IGArrow: internal GArrows
2011-06-20 Adam Megaczrename GArrowKappa to GArrowFullyEnriched
2011-06-20 Adam Megaczremove GArrowInstances
2011-06-20 Daniel FischerNew gcd documentation
2011-06-20 Ian LynaghFix suseconds configure test on Windows
2011-06-20 Daniel FischerAdjust behaviour of gcd
2011-06-20 Ian Lynaghconfigure: fail if suseconds_t doesn't exist, except...
2011-06-20 Ian LynaghIn configure, set $WINDOWS to YES or NO
2011-06-20 Ian LynaghRefactor the FPTOOLS_CHECK_HTYPE macro
2011-06-20 Ian LynaghIn configure, remove default Haskell equivalent of...
2011-06-20 Ian LynaghRemove wint_t configure test
2011-06-20 William KnopUse CSUSeconds in getCPUTime and getCurrentTime. Fixes...
2011-06-20 William KnopWhitespace only. This patch is part 2 of 4 for trac...
2011-06-20 William KnopAdd Haskell types for C types useconds_t and suseconds_...
2011-06-20 Simon Peyton... Make 'forever' inlinable (fixes Trac #5205)
2011-06-02 Adam Megaczadd GArrowSTKCL for flattening of fixpoints
2011-06-02 Adam MegaczArrow.hs: fix loopl/loopr transposition
2011-05-31 Adam Megaczadd GArrowKappa
2011-05-31 Adam Megaczfix type mistake in CodeTypes.hs
2011-05-31 Adam Megaczenable argument types in pga_{un}flatten
2011-05-31 Adam Megaczadd GArrowTensor, GArrowUnit, and GArrowExponent which...
2011-05-31 Adam Megaczadd hetmet_unflatten
2011-05-31 Adam Megaczadd support for hetmet_flatten casting variable
2011-05-31 Adam Megaczupdate GHC.HetMet.CodeTypes using *->*->* as the kind...
2011-05-31 Adam MegaczPrivate.hs: make datacon name different from tycon...
2011-05-31 Adam Megaczadd experimental GArrowKappa
2011-05-31 Adam Megaczadd first draft of GHC.HetMet.Private
2011-05-31 Adam Megaczadd experimental GArrowStatic
2011-05-31 Adam Megaczrephrase GArrow{Sum,Prod} to make instance inference...
2011-05-31 Adam Megaczadd more fundeps for GArrow clases, remove -XFlexibleIn...
2011-05-31 Adam Megaczadd GArrowSTKC, GArrowPCF
2011-05-31 Adam Megaczadd ga_inl, ga_inr
2011-05-31 Adam Megaczre-order type arguments to GArrowProd
2011-05-31 Adam Megaczadd Arrow=>GArrowProd instance
2011-05-31 Adam Megaczadd ArrowChoice=>GArrowSum instance
2011-05-31 Adam Megaczfix incorrect type on GArrowCurry
2011-05-31 Adam Megaczfinal revision to GArrow classes
2011-05-31 Adam Megaczadjust some of the names in GHC.HetMet.GArrow
2011-05-31 Adam Megaczmove the (Arrow a)=>(GArrow a (,)) instance to a separa...
2011-05-31 Adam Megaczremove unnecessary testing definition from CodeTypes.hs
2011-05-31 Adam Megaczmake Control.Category a superclass of GArrow
2011-05-31 Adam Megaczadd Control.Category instance for GArrow
2011-05-31 Adam Megaczadd GArrow instance for Control.Arrow
2011-05-31 Adam Megaczimprove comments in GHC.HetMet.GArrow
2011-05-31 Adam Megaczmigrate HetMet base changes to git repo
2011-05-26 Simon Peyton... Merge remote branch 'origin/master' into ghc-generics
2011-05-25 Simon Peyton... Merge branch 'ghc-generics' of darcs.haskell.org/packag...
2011-05-24 Ian LynaghRemove datatype contexts from base
2011-05-24 Simon Marlowadd final newline
2011-05-24 Simon Marlowdocument the behaviour of throwTo to the current thread...
2011-05-24 Simon Marlowdocument the memory model of IORef
2011-05-24 Simon Marlowdocs: note strict sequential ordering of MVar operations
2011-05-24 Simon MarlowAdd System.IO.char8, the encoding used by openBinaryFile,
2011-05-23 Ian LynaghMove tests from testsuite/tests/libraries
2011-05-23 Ian LynaghAdd tests from testsuite/tests/h98
2011-05-20 Jose Pedro... Merge branch 'master' of darcs.haskell.org/packages...
2011-05-19 Simon Peyton... Merge remote branch 'origin/master' into ghc-generics
2011-05-18 Max BolingbrokeChange to the 0xEF80..0xEFFF private-use range for...
2011-05-18 Max BolingbrokeUse Unicode private-use characters for roundtripping
2011-05-17 Jose Pedro... Merge branch 'master' of darcs.haskell.org/packages...
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-05-12 Jose Pedro... Merge branch 'master' of darcs.haskell.org/packages...
2011-05-10 Simon Marlowdisable incorrect RULEs for Floats (#5178)
2011-05-09 Jose Pedro... Adapt to the renaming of `Representable0` to `Generic`.
2011-05-04 Jose Pedro... Merge branch 'master' of darcs.haskell.org/packages...
2011-05-04 Simon Peyton... Merge branch 'monad-comp'
2011-05-04 Jose Pedro... Add Representable0 instances to Either and Maybe.
2011-05-03 Jose Pedro... Move Eq and Ord for Int from GHC.Base to GHC.Classes...
2011-05-03 Jose Pedro... Moved the CString functions to GHC.CString in ghc-prim...
2011-05-02 Jose Pedro... Merge branch 'master' of darcs.haskell.org/packages...
2011-05-02 Jose Pedro... Comment the generics stuff instances in GHC.Int, for...
2011-04-30 Ian LynaghAdd a note about the definition of quot etc
2011-04-30 Bas van DijkAdd GHC.Event.getSystemEventManager :: IO (Maybe EventM...
2011-04-30 Denys RtveliashviliPerformance improvement for division: got rid of an...
2011-04-30 Nils Schweinsbergmonad comprehensions: Group and Zip monad
2011-04-29 Jose Pedro... Add instances for basic types of the new generic derivi...
2011-04-27 Jose Pedro... Merge branch 'master' of darcs.haskell.org/packages...
2011-04-24 Ian LynaghRemove a redundant -fno-warn-unused-binds flag
2011-04-24 Ian LynaghRemove an unnecessary -fno-warn-unused-binds flag
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-04-22 Ian LynaghFix build on 64bit machines
2011-04-22 Ian LynaghPart of #5122 "Faster conversion between Rational and...
2011-04-22 Brent YorgeyUpdate comment on fmapDefault to note that it only...
2011-04-15 Simon MarlowImprove docs for GHC.IO.FD.openFile
2011-04-12 simonpjInitial commit for Pedro's generic-default mechanism
2011-04-08 Ian LynaghUpdate source repo location to be the git repo in ...
next