summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Move the Char datatype into ghc-primIan Lynagh2008-08-051-2/+2
* Move the [] definion from base to ghc-primIan Lynagh2008-08-052-4/+5
* Follow the tuple datatype movementsIan Lynagh2008-08-042-6/+8
* Don't make a "windows" flag in the Cabal file - os(windows) already exists!Ian Lynagh2008-08-041-4/+1
* Fix Trac #2449simonpj@microsoft.com2008-08-051-12/+27
* Fix Trac #2467: decent warnings for orphan instancessimonpj@microsoft.com2008-08-042-22/+38
* Fix the bug part of Trac #1930simonpj@microsoft.com2008-08-049-64/+73
* Fix Trac #2433 (deriving Typeable)simonpj@microsoft.com2008-08-041-2/+6
* Fix Trac #2478simonpj@microsoft.com2008-08-011-1/+3
* haddock fixesIan Lynagh2008-08-032-2/+2
* Follow the move of assertError from Control.Exception to GHC.IOBaseIan Lynagh2008-08-031-1/+1
* Document PackageConfigMax Bolingbroke2008-07-311-5/+18
* Document CoreSubstMax Bolingbroke2008-07-311-28/+73
* Document CoreFVsMax Bolingbroke2008-07-311-23/+41
* Document CmmZipUtilMax Bolingbroke2008-07-311-1/+1
* Document VarSetMax Bolingbroke2008-07-311-0/+3
* Document VarEnvMax Bolingbroke2008-07-311-50/+76
* Document UniqueMax Bolingbroke2008-07-311-3/+16
* Document LazyUniqFMMax Bolingbroke2008-07-311-0/+3
* Document FastTypesMax Bolingbroke2008-07-311-3/+24
* Add some type signatures to RnNamesMax Bolingbroke2008-07-311-0/+3
* Comment only in IfaceENvMax Bolingbroke2008-07-311-1/+5
* Document ZipCfgMax Bolingbroke2008-07-311-1/+1
* Document MachOpMax Bolingbroke2008-07-311-5/+5
* Document DataflowMax Bolingbroke2008-07-311-1/+1
* Document DFMonadMax Bolingbroke2008-07-311-1/+1
* Document NameSetMax Bolingbroke2008-07-311-26/+34
* Document NameEnvMax Bolingbroke2008-07-311-1/+5
* Document ModuleMax Bolingbroke2008-07-311-19/+31
* Document DataConMax Bolingbroke2008-07-311-68/+156
* Document BasicTypesMax Bolingbroke2008-07-311-4/+7
* Rename maybeTyConSingleCon to tyConSingleDataCon_maybeMax Bolingbroke2008-07-315-15/+15
* Update assertErrorName; assertError has moved to Control.ExceptionIan Lynagh2008-08-011-1/+1
* Fix the catching of "IOEnv failure" with extensible extensionsIan Lynagh2008-07-311-2/+10
* Follow changes in the base libraryIan Lynagh2008-07-3116-88/+267
* Add the Exception module to ghc.cabalIan Lynagh2008-07-301-0/+1
* Mark the ghc package as not exposedIan Lynagh2008-07-301-0/+2
* Follow extensible exception changesIan Lynagh2008-07-3026-96/+105
* workaround #2277: turn off the RTS timer when calling into editlineSimon Marlow2008-07-301-4/+16
* FIX #2388: check that the operand fits before using the 'test' opcodeSimon Marlow2008-07-301-1/+1
* oops, fix a small pessimisation made in previous refactoringSimon Marlow2008-07-301-1/+1
* Change the calling conventions for unboxed tuples slightlySimon Marlow2008-07-281-1/+14
* Complete the changes for #1205Simon Marlow2008-07-281-1/+5
* update the comments about how we find $topdirSimon Marlow2008-07-251-33/+22
* try to fix the way we find $topdirSimon Marlow2008-07-251-14/+12
* SRT labels don't need to be globally visibleSimon Marlow2008-07-251-0/+2
* Don't prematurely link shared libraries against the RTS packageSimon Marlow2008-07-242-15/+29
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-241-1/+2
* small cleanupSimon Marlow2008-07-241-2/+3
* compiler/package.conf.in is no longer used, so remove itIan Lynagh2008-07-241-301/+0