update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / compiler / prelude / PrelNames.lhs
2012-04-20 Adam Megaczupdate submodules for GHC.HetMet.GArrow -> Control...
2011-09-01 Adam Megaczadd support for <{..}> and ~~> syntax as well as typing...
2011-06-18 Adam Megaczminimize impact on PrelNames
2011-06-14 Adam Megaczmerge upstream
2011-06-02 Adam Megaczadd support for flattening recursive-let
2011-05-31 David TereiRemove some old unused prelnames
2011-05-31 Adam Megaczadapt HetMet extensions to new GHC coercion representation
2011-05-31 Adam Megaczmerge GHC HEAD
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-10 Adam Megaczupdate flattener to use type-family-based GArrow classes
2011-05-09 Adam Megaczadd support for hetmet_unflatten
2011-05-09 Adam Megaczadd support for hetmet_flatten casting variable
2011-05-09 Jose Pedro MagalhaesRename `Representable0` to `Generic`.
2011-05-09 Adam Megaczthread wired-in names of GHC.HetMet.Private.* through...
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-03 Jose Pedro MagalhaesUpdate location of the CString stuff (from GHC.Base...
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-28 Jose Pedro MagalhaesMore code cleanup and removing old generics stuff.
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-17 Adam Megaczmerge up to ghc HEAD 16-Apr-2011
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-03-29 Ian LynaghRenumber TH uniques
2011-03-08 Adam Megaczhandle stage-(n+1) literals properly by expanding them...
2011-03-03 Adam Megaczrebase to ghc main repo
2011-03-02 Adam MegaczInitial checkin of HetMet / -XModalTypes modifications
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-11-26 simonpj@microsoft.comTidy up the handling of wild-card binders, and make...
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-11-23 Ian Lynaghinline has moved to GHC.Magic
2009-11-12 simonpj@microsoft.comA radical overhaul of the coercion infrastucture
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
2009-10-29 simonpj@microsoft.comWhite space only
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-22 Simon MarlowthenIO, bindIO, returnIO moved to GHC.Base
2009-06-23 Ian LynaghFix the GHCi debugger so that it can recognise Integers...
2009-06-22 Ian LynaghFollow Integer changes
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2008-12-05 simonpj@microsoft.comLayout only
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-02 'Jose Pedro Magalhaesremoved Data.Generics.Basics, added Data.Data
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-09-25 Ian LynaghFollow the integer package changes
2008-09-12 Roman LeshchinskiyChange desugaring of PArr literals
2008-08-25 Ian Lynaghsyb is now in its own package
2008-08-12 Ross Patersonget exception names from Control.Exception.Base instead...
2008-08-06 Ian LynaghEq and Ord have moved into GHC.Classes
2008-08-05 Ian LynaghMove the [] definion from base to ghc-prim
2008-08-04 Ian LynaghFollow the tuple datatype movements
2008-08-03 Ian LynaghFollow the move of assertError from Control.Exception...
2008-08-01 Ian LynaghUpdate assertErrorName; assertError has moved to Contro...
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-24 Ian Lynagh() is now in ghc-prim:GHC.Unit
2008-04-22 Ian LynaghBuild fixes
2008-04-22 Ian LynaghFSLIT -> fsLit in PrelNames
2008-04-22 Ian LynaghFix warnings in PrelNames
2008-04-12 Ian LynaghUpdates to handle Ordering moving from base to ghc...
2008-03-23 Ian LynaghFollow library changes
2008-02-28 simonpj@microsoft.comFix Trac #2130: improve derived Ord for primmitive...
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-05 Roman LeshchinskiyOptimise desugaring of parallel array comprehensions
2007-11-02 Simon Marlow(>>>) now comes from GHC.Desugar
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-31 Roman LeshchinskiyRemove NDP-related stuff from PrelNames
2007-08-30 Roman LeshchinskiyFix vectorisation of sum type constructors
2007-08-30 Roman LeshchinskiyTrack changes to package ndp (use PArray_Int# instead...
2007-08-30 Roman LeshchinskiyAdd code for looking up PA methods of primitive TyCons
2007-08-24 Roman LeshchinskiyRemove unused vectorisation built-in
2007-08-24 Roman LeshchinskiyAdd UArr built-in
2007-08-24 Roman LeshchinskiyRemove Embed and related stuff from vectorisation
2007-08-23 Roman LeshchinskiyUse n-ary sums and products for NDP's generic represent...
2007-08-22 Roman LeshchinskiyPR is an explicit record, not a class
2007-08-22 Roman LeshchinskiyAdd vectorisation-related built-in
2007-08-22 Roman LeshchinskiyUse NDP's own (:*:) and (:+:)
2007-08-22 Roman LeshchinskiyRename vectorisation-related stuff
2007-08-21 Roman LeshchinskiyAdd NDP-related PrelNames
2007-08-15 Roman LeshchinskiyUse lookupOrig to find built-in NDP-related names
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-08 Roman LeshchinskiyAdd more NDP functions to PrelNames
2007-08-08 Roman LeshchinskiyPA functions are no longer methods
2007-08-07 Roman LeshchinskiyPA is now an explicit record instead of a typeclass
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-07-25 Roman LeshchinskiyAdd emptyPA to PrelNames
2007-07-16 Roman LeshchinskiyGet NDP prelnames from the right modules
2007-07-10 Roman LeshchinskiyPA is now a class instead of a record
next