| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DEBUG removal | Ian Lynagh | 2008-03-29 | 1 | -2/+0 | 
| | | |||||
| * | DEBUG removal | Ian Lynagh | 2008-03-29 | 1 | -8/+10 | 
| | | |||||
| * | DEBUG removal | Ian Lynagh | 2008-03-29 | 1 | -3/+1 | 
| | | |||||
| * | DEBUG removal | Ian Lynagh | 2008-03-29 | 1 | -7/+5 | 
| | | |||||
| * | DEBUG removal | Ian Lynagh | 2008-03-29 | 1 | -4/+0 | 
| | | |||||
| * | Fix typo; spotted by Bdh in #ghc | Ian Lynagh | 2008-03-29 | 1 | -1/+1 | 
| | | |||||
| * | DEBUG removal | Ian Lynagh | 2008-03-29 | 1 | -9/+6 | 
| | | |||||
| * | DEBUG removal | Ian Lynagh | 2008-03-29 | 1 | -10/+10 | 
| | | |||||
| * | Remove a DEBUG use | Ian Lynagh | 2008-03-29 | 1 | -6/+7 | 
| | | |||||
| * | Remove a DEBUG | Ian Lynagh | 2008-03-29 | 1 | -3/+3 | 
| | | |||||
| * | Remove more #ifdef DEBUGs | Ian Lynagh | 2008-03-29 | 1 | -9/+3 | 
| | | |||||
| * | Remove an #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -5/+4 | 
| | | |||||
| * | Remove an #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -5/+2 | 
| | | |||||
| * | Remove an #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -5/+2 | 
| | | |||||
| * | Remove a #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -5/+3 | 
| | | |||||
| * | Remove an #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -4/+1 | 
| | | |||||
| * | Remove some redundant code | Ian Lynagh | 2008-03-29 | 1 | -6/+0 | 
| | | |||||
| * | prelude/PrimOp is now mostly warning-free | Ian Lynagh | 2008-03-29 | 2 | -6/+13 | 
| | | | | | commutableOp seems to be unused, so we're no 100% there yet. | ||||
| * | Fix warnings from primops.txt.pp | Ian Lynagh | 2008-03-29 | 1 | -2/+2 | 
| | | |||||
| * | Use _ rather than "other" in generated code | Ian Lynagh | 2008-03-29 | 1 | -1/+1 | 
| | | |||||
| * | Fix some warnings | Ian Lynagh | 2008-03-29 | 1 | -17/+16 | 
| | | |||||
| * | Remove some redundant imports | Ian Lynagh | 2008-03-29 | 1 | -4/+0 | 
| | | |||||
| * | Remove an #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -5/+2 | 
| | | |||||
| * | Remove an #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -7/+6 | 
| | | |||||
| * | Remove some unnecessary imports | Ian Lynagh | 2008-03-29 | 2 | -10/+0 | 
| | | |||||
| * | Remove an unnecessary #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -2/+0 | 
| | | |||||
| * | Another debugIsOn use | Ian Lynagh | 2008-03-29 | 1 | -6/+3 | 
| | | |||||
| * | Convert some DEBUG uses to debugIsOn | Ian Lynagh | 2008-03-29 | 1 | -6/+3 | 
| | | |||||
| * | Put debugIsOn in Util, rather than rely on it being CPPed in | Ian Lynagh | 2008-03-29 | 4 | -2/+18 | 
| | | |||||
| * | External Core: print function types correctly, improve newtype pretty-printing | Tim Chevalier | 2008-03-28 | 2 | -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 Core | Tim Chevalier | 2008-03-28 | 1 | -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 Core | Tim Chevalier | 2008-03-27 | 2 | -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 synonym | Ian Lynagh | 2008-03-26 | 5 | -29/+22 | 
| | | |||||
| * | Fix warnings in rename/RnTypes | Ian Lynagh | 2008-03-26 | 1 | -29/+33 | 
| | | |||||
| * | Fix warnings in basicTypes/IdInfo | Ian Lynagh | 2008-03-26 | 1 | -8/+32 | 
| | | |||||
| * | Fix warnings in basicTypes/NameEnv | Ian Lynagh | 2008-03-26 | 1 | -10/+3 | 
| | | |||||
| * | Fix warnings in basicTypes/NameSet | Ian Lynagh | 2008-03-26 | 1 | -10/+6 | 
| | | |||||
| * | Fix warning in basicTypes/NewDemand | Ian Lynagh | 2008-03-26 | 1 | -15/+22 | 
| | | |||||
| * | Fix warnings in basicTypes/VarEnv | Ian Lynagh | 2008-03-26 | 1 | -12/+7 | 
| | | |||||
| * | Fix warnings in basicTypes/VarSet | Ian Lynagh | 2008-03-26 | 1 | -8/+2 | 
| | | |||||
| * | main/BreakArray has no warnings | Ian Lynagh | 2008-03-26 | 1 | -7/+0 | 
| | | |||||
| * | In validate settings, make -Werror easier to override | Ian Lynagh | 2008-03-26 | 1 | -2/+4 | 
| | | |||||
| * | Remove a redundant type sig | Ian Lynagh | 2008-03-26 | 1 | -1/+0 | 
| | | |||||
| * | Fix warnings in main/DriverPhases | Ian Lynagh | 2008-03-25 | 1 | -14/+24 | 
| | | |||||
| * | Remove redundant type sig | Ian Lynagh | 2008-03-25 | 1 | -1/+0 | 
| | | |||||
| * | Fix warnings in main/HscStats | Ian Lynagh | 2008-03-25 | 1 | -18/+17 | 
| | | |||||
| * | Fix warnings in main/Constants | Ian Lynagh | 2008-03-25 | 2 | -47/+95 | 
| | | |||||
| * | Fix warnings in main/InteractiveEval | Ian Lynagh | 2008-03-25 | 1 | -17/+27 | 
| | | |||||
| * | Fix warnings in main/Packages | Ian Lynagh | 2008-03-25 | 1 | -11/+12 | 
| | | |||||
| * | Fix warnings in main/PprTyThing | Ian Lynagh | 2008-03-25 | 1 | -17/+27 | 
| | | |||||
