summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove a #ifdef DEBUGIan Lynagh2008-03-291-5/+3
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-4/+1
* Remove some redundant codeIan Lynagh2008-03-291-6/+0
* prelude/PrimOp is now mostly warning-freeIan Lynagh2008-03-292-6/+13
* Fix warnings from primops.txt.ppIan Lynagh2008-03-291-2/+2
* Use _ rather than "other" in generated codeIan Lynagh2008-03-291-1/+1
* Fix some warningsIan Lynagh2008-03-291-17/+16
* Remove some redundant importsIan Lynagh2008-03-291-4/+0
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-5/+2
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-7/+6
* Remove some unnecessary importsIan Lynagh2008-03-292-10/+0
* Remove an unnecessary #ifdef DEBUGIan Lynagh2008-03-291-2/+0
* Another debugIsOn useIan Lynagh2008-03-291-6/+3
* Convert some DEBUG uses to debugIsOnIan Lynagh2008-03-291-6/+3
* Put debugIsOn in Util, rather than rely on it being CPPed inIan Lynagh2008-03-294-2/+18
* External Core: print function types correctly, improve newtype pretty-printingTim Chevalier2008-03-282-2/+2
* Print out rational literals correctly in External CoreTim Chevalier2008-03-281-1/+3
* Change syntax for qualified names in External CoreTim Chevalier2008-03-272-4/+11
* Make use of the SDoc type synonymIan Lynagh2008-03-265-29/+22
* Fix warnings in rename/RnTypesIan Lynagh2008-03-261-29/+33
* Fix warnings in basicTypes/IdInfoIan Lynagh2008-03-261-8/+32
* Fix warnings in basicTypes/NameEnvIan Lynagh2008-03-261-10/+3
* Fix warnings in basicTypes/NameSetIan Lynagh2008-03-261-10/+6
* Fix warning in basicTypes/NewDemandIan Lynagh2008-03-261-15/+22
* Fix warnings in basicTypes/VarEnvIan Lynagh2008-03-261-12/+7
* Fix warnings in basicTypes/VarSetIan Lynagh2008-03-261-8/+2
* main/BreakArray has no warningsIan Lynagh2008-03-261-7/+0
* In validate settings, make -Werror easier to overrideIan Lynagh2008-03-261-2/+4
* Remove a redundant type sigIan Lynagh2008-03-261-1/+0
* Fix warnings in main/DriverPhasesIan Lynagh2008-03-251-14/+24
* Remove redundant type sigIan Lynagh2008-03-251-1/+0
* Fix warnings in main/HscStatsIan Lynagh2008-03-251-18/+17
* Fix warnings in main/ConstantsIan Lynagh2008-03-252-47/+95
* Fix warnings in main/InteractiveEvalIan Lynagh2008-03-251-17/+27
* Fix warnings in main/PackagesIan Lynagh2008-03-251-11/+12
* Fix warnings in main/PprTyThingIan Lynagh2008-03-251-17/+27
* Fix warnings in main/StaticFlagsIan Lynagh2008-03-252-11/+52
* Change syntax for newtypes in External CoreTim Chevalier2008-03-255-20/+51
* Fix warnings in the RTSIan Lynagh2008-03-253-5/+12
* Another change for GHC.PrimopWrappers moving from base to ghc-primIan Lynagh2008-03-241-1/+1
* Update darcs-boringIan Lynagh2008-03-241-0/+2
* Fix primMname in External Core printerTim Chevalier2008-03-241-1/+3
* Fix primMname in External Core printerTim Chevalier2008-03-241-1/+1
* Follow library changesIan Lynagh2008-03-2313-48/+74
* CgTicky now doesn't know about the Integer data constructorsIan Lynagh2008-03-201-2/+0
* -DDEBUG build fixIan Lynagh2008-03-221-1/+1
* Rename rebuild to remake, and define rebuild to "clean; build"Ian Lynagh2008-03-201-2/+6
* Handle hierarchical module names in External Core toolsTim Chevalier2008-03-209-17/+272
* Improve hierarchical module name handling in MkExternalCoreTim Chevalier2008-03-191-15/+13
* Fixed remaining warning in coreSyn/MkExternalCoreTim Chevalier2008-03-191-9/+7