summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Allow more than 64k instructions in a BCO; fixes #789Ian Lynagh2009-08-011-26/+37
* If ghci runs out of labels, panicIan Lynagh2009-08-011-1/+4
* Fix the 64k insns overflow check in ghci, and add more checksIan Lynagh2009-08-012-15/+22
* Remove some redundant fromIntegral'sIan Lynagh2009-07-302-3/+3
* Fix space problems in ghciIan Lynagh2009-07-301-2/+5
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-296-152/+166
* Add an (Outputable Word16) instanceIan Lynagh2009-07-281-1/+4
* Fix whitespace in ByteCodeAsm.lhsIan Lynagh2009-07-281-107/+107
* fix warningSimon Marlow2009-07-281-2/+0
* fix warningSimon Marlow2009-07-281-1/+0
* fix a warningSimon Marlow2009-07-281-3/+0
* Be a bit more sensible about choosing external OccNamesSimon Marlow2009-07-281-6/+19
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-2713-384/+30
* Give a better error message for hidden packages when building Cabal packageIan Lynagh2009-07-261-2/+13
* Add a -fbuilding-cabal-package flagIan Lynagh2009-07-261-0/+2
* Add an extension to disable n+k patternsIan Lynagh2009-07-253-5/+16
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-2460-73/+72
* Rewrite the foreign import string parser using ReadPSimon Marlow2009-07-232-120/+50
* point to the wikiSimon Marlow2009-07-231-0/+4
* refactoringsSimon Marlow2009-07-231-8/+9
* Fix Trac #3391: make generic to/from bindings only for newly-declared typessimonpj@microsoft.com2009-07-231-7/+7
* Print explicit braces and semicolons in do-notationsimonpj@microsoft.com2009-07-231-2/+9
* Fix Trac #3012: allow more free-wheeling in standalone derivingsimonpj@microsoft.com2009-07-238-69/+100
* Use the ErrMsg record typesimonpj@microsoft.com2009-07-231-7/+7
* Stop generating redundant parens in 'deriving' codesimonpj@microsoft.com2009-07-232-18/+45
* Wibble to printing tuple sectionssimonpj@microsoft.com2009-07-231-1/+1
* Fix Trac #3193: improve line number reporting for equality constraintssimonpj@microsoft.com2009-07-233-7/+6
* Add fmapM_maybe :: Monad m => (a -> m b) -> Maybe a -> m (Maybe b)simonpj@microsoft.com2009-07-231-0/+9
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-2321-152/+225
* Make the Integer library used directly configurable in GHC and baseIan Lynagh2009-07-224-10/+16
* Tweak whitespaceIan Lynagh2009-07-191-14/+14
* thenIO, bindIO, returnIO moved to GHC.BaseSimon Marlow2009-07-221-3/+3
* remove unused $(HscIfaceFileVersion)Simon Marlow2009-07-202-3/+0
* Choose external names more predictablySimon Marlow2009-07-201-198/+303
* Use stable ordering in the dependenciesSimon Marlow2009-07-171-16/+5
* Take account of GADTs when reporting patterm-match overlapsimonpj@microsoft.com2009-07-222-7/+17
* Fix Trac #3382: desugaring of NPatssimonpj@microsoft.com2009-07-201-27/+32
* Add a -fwarn-dodgy-exports flag; fixes #1911Ian Lynagh2009-07-192-7/+13
* Add osuf to the name we use for the split dirIan Lynagh2009-07-181-1/+1
* Always serialise Int as 64bit values; fixes trac #3041Ian Lynagh2009-07-171-9/+0
* Remove some code that has always been commented outIan Lynagh2009-07-171-4/+0
* Fix Trac #3346: tcSimplify for LHS of RULES with type equalitiessimonpj@microsoft.com2009-07-171-2/+12
* Allow mixed case in the LINE pragma; patch from squadette; fixes #1817Ian Lynagh2009-07-171-12/+10
* Comment onlysimonpj@microsoft.com2009-07-171-1/+1
* Add missing case for eq_note.t-peterj@microsoft.com2009-06-241-0/+1
* Rename parameters to make debugging code compile.t-peterj@microsoft.com2009-06-261-1/+1
* Comment fix: use the same variable names in the conclusion as in the premise.t-peterj@microsoft.com2009-06-181-2/+2
* Use names like '$fOrdInt' for dfuns (and TF instances), rather than '$f21'Simon Marlow2009-07-165-42/+45
* Use a stable ordering for the export list in the interfaceSimon Marlow2009-07-161-3/+6
* Move showOpt into DynFlagsIan Lynagh2009-07-162-5/+5