2009-11-23 |
Ian Lynagh | inline has moved to GHC.Magic |
blob | commitdiff |
2009-11-12 |
simonpj@microsoft.com | A radical overhaul of the coercion infrastucture |
blob | commitdiff | diff to current |
2009-11-06 |
simonpj@microsoft.com | Tidy up coercions, and implement csel1, csel2, cselR |
blob | commitdiff | diff to current |
2009-10-29 |
simonpj@microsoft.com | White space only |
blob | commitdiff | diff to current |
2009-10-15 |
simonpj@microsoft.com | Fix Trac #959: a long-standing bug in instantiating... |
blob | commitdiff | diff to current |
2009-07-22 |
Ian Lynagh | Make the Integer library used directly configurable... |
blob | commitdiff | diff to current |
2009-07-22 |
Simon Marlow | thenIO, bindIO, returnIO moved to GHC.Base |
blob | commitdiff | diff to current |
2009-06-23 |
Ian Lynagh | Fix the GHCi debugger so that it can recognise Integers... |
blob | commitdiff | diff to current |
2009-06-22 |
Ian Lynagh | Follow Integer changes |
blob | commitdiff | diff to current |
2009-06-20 |
Ian Lynagh | The IO type has moved to GHC.Types in ghc-prim |
blob | commitdiff | diff to current |
2009-05-29 |
Simon Marlow | Changes for the new IO library, mainly base-package... |
blob | commitdiff | diff to current |
2009-03-26 |
Ian Lynagh | syb no longer needs to be wired in |
blob | commitdiff | diff to current |
2009-02-02 |
simonpj@microsoft.com | Add the ability to derive instances of Functor, Foldabl... |
blob | commitdiff | diff to current |
2008-12-05 |
simonpj@microsoft.com | Layout only |
blob | commitdiff | diff to current |
2008-10-30 |
simonpj@microsoft.com | Add (a) CoreM monad, (b) new Annotations feature |
blob | commitdiff | diff to current |
2008-10-02 |
'Jose Pedro Magalhaes | removed Data.Generics.Basics, added Data.Data |
blob | commitdiff | diff to current |
2008-10-03 |
simonpj@microsoft.com | Expunge ThFake, cure Trac #2632 |
blob | commitdiff | diff to current |
2008-09-25 |
Ian Lynagh | Follow the integer package changes |
blob | commitdiff | diff to current |
2008-09-12 |
Roman Leshchinskiy | Change desugaring of PArr literals |
blob | commitdiff | diff to current |
2008-08-25 |
Ian Lynagh | syb is now in its own package |
blob | commitdiff | diff to current |
2008-08-12 |
Ross Paterson | get exception names from Control.Exception.Base instead... |
blob | commitdiff | diff to current |
2008-08-06 |
Ian Lynagh | Eq and Ord have moved into GHC.Classes |
blob | commitdiff | diff to current |
2008-08-05 |
Ian Lynagh | Move the [] definion from base to ghc-prim |
blob | commitdiff | diff to current |
2008-08-04 |
Ian Lynagh | Follow the tuple datatype movements |
blob | commitdiff | diff to current |
2008-08-03 |
Ian Lynagh | Follow the move of assertError from Control.Exception... |
blob | commitdiff | diff to current |
2008-08-01 |
Ian Lynagh | Update assertErrorName; assertError has moved to Contro... |
blob | commitdiff | diff to current |
2008-07-30 |
Ian Lynagh | Follow extensible exception changes |
blob | commitdiff | diff to current |
2008-07-20 |
Thomas Schilling | Fix Haddock errors. |
blob | commitdiff | diff to current |
2008-06-24 |
Ian Lynagh | () is now in ghc-prim:GHC.Unit |
blob | commitdiff | diff to current |
2008-04-22 |
Ian Lynagh | Build fixes |
blob | commitdiff | diff to current |
2008-04-22 |
Ian Lynagh | FSLIT -> fsLit in PrelNames |
blob | commitdiff | diff to current |
2008-04-22 |
Ian Lynagh | Fix warnings in PrelNames |
blob | commitdiff | diff to current |
2008-04-12 |
Ian Lynagh | Updates to handle Ordering moving from base to ghc... |
blob | commitdiff | diff to current |
2008-03-23 |
Ian Lynagh | Follow library changes |
blob | commitdiff | diff to current |
2008-02-28 |
simonpj@microsoft.com | Fix Trac #2130: improve derived Ord for primmitive... |
blob | commitdiff | diff to current |
2008-02-22 |
simonpj@microsoft.com | Fix Trac #2114: error reporting for 'forall' without... |
blob | commitdiff | diff to current |
2007-12-20 |
simonpj@microsoft.com | Implement generalised list comprehensions |
blob | commitdiff | diff to current |
2007-12-05 |
Roman Leshchinskiy | Optimise desugaring of parallel array comprehensions |
blob | commitdiff | diff to current |
2007-11-02 |
Simon Marlow | (>>>) now comes from GHC.Desugar |
blob | commitdiff | diff to current |
2007-10-03 |
Simon Marlow | refactoring only: use the parameterised InstalledPackag... |
blob | commitdiff | diff to current |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
blob | commitdiff | diff to current |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
blob | commitdiff | diff to current |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
blob | commitdiff | diff to current |
2007-08-31 |
Roman Leshchinskiy | Remove NDP-related stuff from PrelNames |
blob | commitdiff | diff to current |
2007-08-30 |
Roman Leshchinskiy | Fix vectorisation of sum type constructors |
blob | commitdiff | diff to current |
2007-08-30 |
Roman Leshchinskiy | Track changes to package ndp (use PArray_Int# instead... |
blob | commitdiff | diff to current |
2007-08-30 |
Roman Leshchinskiy | Add code for looking up PA methods of primitive TyCons |
blob | commitdiff | diff to current |
2007-08-24 |
Roman Leshchinskiy | Remove unused vectorisation built-in |
blob | commitdiff | diff to current |
2007-08-24 |
Roman Leshchinskiy | Add UArr built-in |
blob | commitdiff | diff to current |
2007-08-24 |
Roman Leshchinskiy | Remove Embed and related stuff from vectorisation |
blob | commitdiff | diff to current |
2007-08-23 |
Roman Leshchinskiy | Use n-ary sums and products for NDP's generic represent... |
blob | commitdiff | diff to current |
2007-08-22 |
Roman Leshchinskiy | PR is an explicit record, not a class |
blob | commitdiff | diff to current |
2007-08-22 |
Roman Leshchinskiy | Add vectorisation-related built-in |
blob | commitdiff | diff to current |
2007-08-22 |
Roman Leshchinskiy | Use NDP's own (:*:) and (:+:) |
blob | commitdiff | diff to current |
2007-08-22 |
Roman Leshchinskiy | Rename vectorisation-related stuff |
blob | commitdiff | diff to current |
2007-08-21 |
Roman Leshchinskiy | Add NDP-related PrelNames |
blob | commitdiff | diff to current |
2007-08-15 |
Roman Leshchinskiy | Use lookupOrig to find built-in NDP-related names |
blob | commitdiff | diff to current |
2007-08-07 |
Roman Leshchinskiy | Implicitly import NDP stuff when vectorising |
blob | commitdiff | diff to current |
2007-08-08 |
Roman Leshchinskiy | Add more NDP functions to PrelNames |
blob | commitdiff | diff to current |
2007-08-08 |
Roman Leshchinskiy | PA functions are no longer methods |
blob | commitdiff | diff to current |
2007-08-07 |
Roman Leshchinskiy | PA is now an explicit record instead of a typeclass |
blob | commitdiff | diff to current |
2007-08-07 |
Roman Leshchinskiy | Implicitly import NDP stuff when vectorising |
blob | commitdiff | diff to current |
2007-07-25 |
Roman Leshchinskiy | Add emptyPA to PrelNames |
blob | commitdiff | diff to current |
2007-07-16 |
Roman Leshchinskiy | Get NDP prelnames from the right modules |
blob | commitdiff | diff to current |
2007-07-10 |
Roman Leshchinskiy | PA is now a class instead of a record |
blob | commitdiff | diff to current |
2007-06-29 |
Roman Leshchinskiy | Add NDP-related PrelNames |
blob | commitdiff | diff to current |
2007-05-11 |
Simon Marlow | Store a SrcSpan instead of a SrcLoc inside a Name |
blob | commitdiff | diff to current |
2007-04-25 |
Simon Marlow | the Unknown types aren't required now |
blob | commitdiff | diff to current |
2007-04-20 |
simonpj@microsoft.com | Fix the GHC.Base.inline builtin rule |
blob | commitdiff | diff to current |
2007-04-02 |
Manuel M T Chakravarty | Fixed desugaring of parallel array comprehensions |
blob | commitdiff | diff to current |
2007-03-14 |
Brian Alliet | Update the wired-in name for Data.String.IsString |
blob | commitdiff | diff to current |
2007-03-03 |
Ian Lynagh | Use Data.String rather than GHC.Base for IsString/fromS... |
blob | commitdiff | diff to current |
2006-12-21 |
lennart@augustsson.net | Add support for overloaded string literals. |
blob | commitdiff | diff to current |
2006-12-16 |
Pepe Iborra | Fix an overlapping of uniques in PrelNames |
blob | commitdiff | diff to current |
2006-12-10 |
Pepe Iborra | Closure inspection in GHCi |
blob | commitdiff | diff to current |
2006-12-10 |
Pepe Iborra | The breakpoint primitive |
blob | commitdiff | diff to current |
2006-10-18 |
simonpj@microsoft.com | Add the primitive type Any, and use it for Dynamics |
blob | commitdiff | diff to current |
2006-10-11 |
Simon Marlow | Interface file optimisation and removal of nameParent |
blob | commitdiff | diff to current |
2006-10-04 |
simonpj@microsoft.com | Comments only |
blob | commitdiff | diff to current |
2006-09-29 |
simonpj@microsoft.com | Remove Linear Implicit Parameters, and all their works |
blob | commitdiff | diff to current |
2006-09-23 |
simonpj@microsoft.com | Remove dead code concerning coercions from TypeRep |
blob | commitdiff | diff to current |
2006-08-04 |
Manuel M T Chakravarty | Massive patch for the first months work adding System... |
blob | commitdiff | diff to current |
2006-07-25 |
Simon Marlow | Generalise Package Support |
blob | commitdiff | diff to current |
2006-07-04 |
Simon Marlow | remove unused bits, mostly to do with the Addr type |
blob | commitdiff | diff to current |
2006-06-05 |
simonpj@microsoft.com | Remove InlinePlease and add inline function and RULE |
blob | commitdiff | diff to current |
2006-05-02 |
Lemmih | breakpointCond |
blob | commitdiff | diff to current |
2006-04-18 |
Simon Marlow | remove vestiges of ByteArray and MutableByteArray,... |
blob | commitdiff | diff to current |
2006-04-07 |
Simon Marlow | Reorganisation of the source tree |
blob | commitdiff | diff to current |
|