summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Base.lhs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some legacy commentsIan Lynagh2011-07-071-4/+0
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-3/+4
* Merge branch 'master' of http://darcs.haskell.org/packages/base into ghc-gene...Jose Pedro Magalhaes2011-05-121-3/+6
|\
| * disable incorrect RULEs for Floats (#5178)Simon Marlow2011-05-101-3/+6
* | Move Eq and Ord for Int from GHC.Base to GHC.Classes, so they are not longer ...Jose Pedro Magalhaes2011-05-031-34/+0
* | Moved the CString functions to GHC.CString in ghc-prim (needed for the new ge...Jose Pedro Magalhaes2011-05-031-107/+4
* | Initial commit for Pedro's generic-default mechanismsimonpj2011-04-121-2/+4
|/
* Roll back generics changes in the HEAD reposIan Lynagh2011-02-191-4/+2
* Do not export GHC.Generics from GHC.Basejpm@cs.uu.nl2010-10-141-2/+4
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-2/+10
* Add LANGUAGE BangPatterns to modules that use bang patternssimonpj@microsoft.com2010-11-121-0/+1
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-2/+0
* doc wibble: remove confusing mention of "Prelude"Simon Marlow2010-07-011-1/+1
* move the doc for 'Char' to its new home in ghc-prim:GHC.TypesSimon Marlow2010-06-291-13/+0
* Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmasIan Lynagh2009-12-051-0/+2
* Fix arities of mapFB and zipFBRoman Leshchinskiy2009-11-261-1/+1
* De-orphan the Eq/Ord [a] instancesIan Lynagh2009-11-231-18/+0
* De-orphan the Eq/Ord Char instancesIan Lynagh2009-11-231-14/+0
* De-orphan the Eq/Ord Bool instancesIan Lynagh2009-11-231-24/+0
* Move Eq/Ord Ordering instances to de-orphan themIan Lynagh2009-11-231-40/+0
* Don't inline unpackFoldrCString eversimonpj@microsoft.com2009-10-291-6/+13
* Inline more default methodssimonpj@microsoft.com2009-10-291-0/+1
* Inline foldr and (.) when applied to two arguments not threesimonpj@microsoft.com2009-10-291-6/+10
* make some Applicative functions into methods, and split off Data.Functor (pro...Ross Paterson2009-09-151-0/+7
* Move the instances of Functor and Monad IO to GHC.Base, to avoid orphansSimon Marlow2009-07-221-0/+33
* Make chr say what its argument was, if it's a bad argumentIan Lynagh2009-07-181-2/+5
* Redefine gcdInt to use gcdInteger rather than gcdInt# primopDuncan Coutts2009-06-121-12/+1
* Use a bang pattern when we where/let-bind values with unlifted typesIan Lynagh2009-04-241-7/+7
* Don't inline unpackCStringsimonpj@microsoft.com2009-04-031-3/+11
* extra dependencies for the new build systemSimon Marlow2008-12-171-0/+6
* Rollback INLINE patchesSimon Marlow2008-12-161-31/+10
* Update INLINE pragmas for new INLINE storysimonpj@microsoft.com2008-12-051-10/+31
* Ignore some orphan warningsIan Lynagh2008-08-201-0/+1
* Eq and Ord have moved into GHC.ClassesIan Lynagh2008-08-071-75/+2
* Move Int, Float and Double into ghc-prim:GHC.TypesIan Lynagh2008-08-061-5/+0
* Move the Char datatype into ghc-primIan Lynagh2008-08-051-1/+2
* The [] definition has moved to ghc-primIan Lynagh2008-08-051-4/+3
* Fix warningsIan Lynagh2008-08-051-2/+2
* () has moved to ghc-prim:GHC.Unit, and the Eq and Ord instances to Data.TupleIan Lynagh2008-06-241-33/+0
* Remove -fglasgow-exts from pragmas and commentsIan Lynagh2008-06-161-2/+2
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* Ordering has now moved to ghc-primIan Lynagh2008-04-121-1/+18
* Move Integer out into its own packageIan Lynagh2008-03-231-16/+23
* untabifyDon Stewart2008-03-051-174/+174
* haddock attributes for haddock-2.0Ross Paterson2008-01-201-0/+1
* Remove some incorrect rules; fixes #1658: CSE [of Doubles] changes semanticsIan Lynagh2007-09-041-3/+15
* the "unknown" types are no longer requiredSimon Marlow2007-04-261-6/+0
* Add Data.String, containing IsString(fromString); trac proposal #1126Ian Lynagh2007-01-301-9/+0
* Add IsString class for overloaded string literals.lennart@augustsson.net2006-12-211-0/+8
* Added Unknowns for higher kindsPepe Iborra2006-11-081-0/+6