summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DEBUG removalIan Lynagh2008-03-291-2/+0
|
* DEBUG removalIan Lynagh2008-03-291-8/+10
|
* DEBUG removalIan Lynagh2008-03-291-3/+1
|
* DEBUG removalIan Lynagh2008-03-291-7/+5
|
* DEBUG removalIan Lynagh2008-03-291-4/+0
|
* Fix typo; spotted by Bdh in #ghcIan Lynagh2008-03-291-1/+1
|
* DEBUG removalIan Lynagh2008-03-291-9/+6
|
* DEBUG removalIan Lynagh2008-03-291-10/+10
|
* Remove a DEBUG useIan Lynagh2008-03-291-6/+7
|
* Remove a DEBUGIan Lynagh2008-03-291-3/+3
|
* Remove more #ifdef DEBUGsIan Lynagh2008-03-291-9/+3
|
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-5/+4
|
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-5/+2
|
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-5/+2
|
* 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
| | | | commutableOp seems to be unused, so we're no 100% there yet.
* 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
| | | | | | | | | - In a previous patch I broke the printing of fully-applied arrow types (e.g., "a -> b" was "(ghczmprim:GHCziPrim a b)") by z-encoding package names and not updating the primitive module name as defined in External Core accordingly. Fixed. (Mega sigh...) - Make newtype decls print slightly more readably.
* Print out rational literals correctly in External CoreTim Chevalier2008-03-281-1/+3
| | | | | | | | | | | The External Core printer was printing out rational literals of the form: 2.0e-2 when the External Core grammar doesn't allow this. (This bug has apparently been there since the beginning...) It's now printing rationals in the same form that (show (r::Rational)) does. This requires a parser change as well (soon to come.)
* Change syntax for qualified names in External CoreTim Chevalier2008-03-272-4/+11
| | | | | | | | | | | | Two changes that make the ext-core code uglier but the parser easier: - Prefix qualified names with "^" so that we can more easily distinguish a qualified name: ^a:Foo.Bar.quux from an unqualified name: a - z-encode package names ("ghc-prim" was the culprit.)
* 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
|