summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Remove static flag opt_RuntimeTypes (has not been used in years)simonpj@microsoft.com2008-04-221-3/+0
* Fix #2044 (:printing impredicatively typed things)pepe2008-04-211-3/+8
* Revive the static argument transformationsimonpj@microsoft.com2008-04-111-0/+10
* Another round of External Core fixesTim Chevalier2008-04-101-1/+4
* Improve error message for malformed LANGUAGE pragmaTim Chevalier2008-04-061-2/+3
* Improve error message for non-matching file nameTim Chevalier2008-04-061-2/+3
* Do not #include external header files when compiling via CSimon Marlow2008-04-023-41/+9
* Don't import FastString in HsVersions.hIan Lynagh2008-03-2914-20/+7
* Make use of the SDoc type synonymIan Lynagh2008-03-263-21/+16
* main/BreakArray has no warningsIan Lynagh2008-03-261-7/+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-251-43/+89
* 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-251-9/+49
* Follow library changesIan Lynagh2008-03-231-4/+6
* Fix a space leak in :trace (trac #2128)Ian Lynagh2008-03-161-1/+1
* If we are failing due to a warning and -Werror, say soIan Lynagh2008-03-161-4/+8
* Remove ndpFlattenRoman Leshchinskiy2008-03-092-9/+2
* Fix Trac #2138: print the 'stupid theta' of a data typesimonpj@microsoft.com2008-03-061-2/+6
* Improve SpecConstr for local bindings: seed specialisation from the callssimonpj@microsoft.com2008-03-061-0/+6
* Enable -prof -threaded (#886)Simon Marlow2008-02-281-0/+1
* Fix Trac #2082simonpj@microsoft.com2008-02-191-1/+1
* Add type sigs and minor refactoringsimonpj@microsoft.com2008-02-221-3/+8
* FIX #2023: substitute for $topdir in haddockInterfaces and haddockHTMLsSimon Marlow2008-02-091-1/+4
* Print better error message for reading External CoreTim Chevalier2008-02-171-34/+3
* Remove old code to get TMPDIR, use System.Directory.getTemporaryDirectorySimon Marlow2008-02-072-51/+6
* Symbolic tags for simplifier phasesRoman Leshchinskiy2008-02-111-19/+22
* Allow -ddump-simpl-phases to specify which phases to dumpRoman Leshchinskiy2008-02-112-8/+46
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-082-11/+0
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-076-6/+6
* Inject implicit bindings before the simplifier (Trac #2070)simonpj@microsoft.com2008-02-051-35/+8
* xcode build target for fixed /Library/Frameworks instManuel M T Chakravarty2008-02-051-1/+7
* Fix warnings on non-WindowsIan Lynagh2008-01-301-5/+2
* Fixed warnings in main/ErrUtilsTwan van Laarhoven2008-01-271-10/+5
* Fixed warnings in main/HeaderInfo, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-10/+15
* Fixed warnings in main/DynFlagsTwan van Laarhoven2008-01-271-9/+37
* seqMaybe is more commonly known as mplusTwan van Laarhoven2008-01-171-2/+3
* FIX #1750: throw out mutually recursive groups of packagesSimon Marlow2008-01-231-14/+23
* cleanup onlySimon Marlow2008-01-221-7/+1
* Fix warnings in main/CmdLineParserIan Lynagh2008-01-211-87/+85
* Normalise FilePaths before printing themIan Lynagh2008-01-201-8/+10
* Fix warnings in main/MainIan Lynagh2008-01-191-15/+20
* Support multiple -e flagsIan Lynagh2008-01-191-5/+12
* Fix whitespaceIan Lynagh2008-01-191-12/+12
* Fix giving an error if we are given conflicting mode flagsIan Lynagh2008-01-191-4/+4
* Use -framework-path flags during the cc phase. Fixes trac #1975.judah.jacobson@gmail.com2007-12-121-0/+10