summaryrefslogtreecommitdiff
path: root/compiler/iface
Commit message (Expand)AuthorAgeFilesLines
* Follow the tuple datatype movementsIan Lynagh2008-08-041-1/+2
* Fix Trac #2467: decent warnings for orphan instancessimonpj@microsoft.com2008-08-041-21/+37
* Comment only in IfaceENvMax Bolingbroke2008-07-311-1/+5
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* Fix Haddock errors.Thomas Schilling2008-07-203-9/+9
* Add a WARNING pragmaIan Lynagh2008-07-203-37/+56
* Move "main/BinIface_HC_OPTS += -O" into a pragma in iface/BinIface.hsIan Lynagh2008-07-101-2/+6
* Remove all .hi-boot-6 filesIan Lynagh2008-07-081-9/+0
* White space onlysimonpj@microsoft.com2008-07-071-1/+1
* Remove out of date comments and point to the commentarySimon Marlow2008-06-201-144/+14
* Sort the mi_deps into a canonical ordering before fingerprinting.Simon Marlow2008-06-171-4/+22
* Fix another "urk! lookup local fingerprint" in nofib/real/bspt/GeomNum.lhsSimon Marlow2008-06-171-2/+12
* Fix #2334: tyvar binders can have Names inside (equality predicates)Simon Marlow2008-06-041-1/+14
* Fix validate: -Werror bug in patch "Replacing copyins and copyouts..."Simon Marlow2008-06-021-5/+0
* Replacing copyins and copyouts with data-movement instructionsdias@eecs.harvard.edu2008-05-291-0/+6
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-284-889/+789
* Remove a duplicate module import in BuildTyClIan Lynagh2008-05-041-1/+0
* Make IfaceEnv warning-freeIan Lynagh2008-05-041-8/+1
* Make IfaceSyn warning-freeIan Lynagh2008-05-041-45/+71
* Make IfaceType warning-freeIan Lynagh2008-05-041-16/+22
* Make BuildTyCl warning-freeIan Lynagh2008-05-041-8/+1
* Make BinIface warning-freeIan Lynagh2008-05-041-14/+12
* Make LoadIface warning-freeIan Lynagh2008-05-041-22/+16
* Make MkIface warning-freeIan Lynagh2008-05-041-36/+55
* Make TcIface warning-freeIan Lynagh2008-05-041-24/+26
* Fix Trac #2238: do not use newtype for a class with equality predicatessimonpj@microsoft.com2008-04-281-9/+34
* Refactor some code a bit, and improve an errorIan Lynagh2008-04-261-15/+12
* Whitespace changes onlyIan Lynagh2008-04-261-18/+18
* (F)SLIT -> (f)sLit in MkIfaceIan Lynagh2008-04-121-24/+24
* (F)SLIT -> (f)sLit in TcIfaceIan Lynagh2008-04-121-14/+14
* (F)SLIT -> (f)sLit in LoadIfaceIan Lynagh2008-04-121-41/+41
* (F)SLIT -> (f)sLit in IfaceSynIan Lynagh2008-04-121-43/+43
* (F)SLIT -> (f)sLit in IfaceTypeIan Lynagh2008-04-121-6/+4
* Don't import FastString in HsVersions.hIan Lynagh2008-03-292-1/+3
* DEBUG removalIan Lynagh2008-03-291-8/+10
* DEBUG removalIan Lynagh2008-03-291-3/+1
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-7/+6
* Revert an accidental changeIan Lynagh2008-03-171-1/+0
* Print some extra debugging info when doing --show-ifaceIan Lynagh2008-03-172-8/+28
* Eliminate a global variableIan Lynagh2008-03-172-14/+15
* Remove leftover NoteTy/FTVNote bitsIan Lynagh2008-03-151-2/+0
* Don't expose the unfolding of dictionary selectors without -Osimonpj@microsoft.com2008-03-062-5/+8
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-074-4/+4
* White space onlysimonpj@microsoft.com2008-02-051-1/+2
* Replace remaining uses of ioToIOEnv by liftIO, remove ioToIOEnvTwan van Laarhoven2008-01-171-1/+1
* Monadify iface/BuildTyCl: use returnTwan van Laarhoven2008-01-171-1/+1
* Monadify iface/TcIface: use do, return, applicative, standard monad functionsTwan van Laarhoven2008-01-171-105/+94
* Monadify iface/MkIface: use do, return and standard monad functionsTwan van Laarhoven2008-01-171-27/+23
* Monadify iface/LoadIface: use return and liftIOTwan van Laarhoven2008-01-171-14/+14
* Monadify iface/IfaceEnv: use do, return and standard monad functionsTwan van Laarhoven2008-01-171-8/+7