summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* FIX BUILD on WindowsSimon Marlow2008-07-141-1/+1
* FIX #2248Simon Marlow2008-07-111-3/+12
* small improvement to an error messageSimon Marlow2008-07-111-1/+1
* FIX #2381, and improve the fix for #1565Simon Marlow2008-07-111-9/+23
* #1205: ':load foo.hs' in GHCi always compiles to bytecodeSimon Marlow2008-07-091-2/+10
* Handle errors in an OPTIONS pragma when preprocessingIan Lynagh2008-06-141-3/+3
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-5/+3
* Make initSysTools use the dflags it is passed, rather than defaultDynFlagsIan Lynagh2008-06-141-2/+2
* Pass dynflags down through to pragStateIan Lynagh2008-06-141-1/+1
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-6/+7
* (F)SLIT -> (f)sLit in GHCIan Lynagh2008-04-121-4/+4
* Improve error message for non-matching file nameTim Chevalier2008-04-061-2/+3
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-071-1/+1
* Use System.FilePathIan Lynagh2008-01-121-4/+6
* Extend API for compiling to and from CoreTim Chevalier2007-12-251-21/+120
* FIX #1914: GHCi forgot all the modules that were loaded before an errorSimon Marlow2007-11-301-1/+1
* Avoid making Either String an instance of Monad in the Haddock parserDavid Waern2007-11-141-1/+4
* #1617: Add :browse! and various other additions to GHCiSimon Marlow2007-11-071-0/+7
* fix stage 1 compilationSimon Marlow2007-11-061-2/+2
* GHC API: add checkAndLoadModuleSimon Marlow2007-11-061-22/+67
* request for documentation of a new argumentnr@eecs.harvard.edu2007-06-251-0/+1
* Make compileToCore return the module name and type environment along with bin...Tim Chevalier2007-10-271-17/+28
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-1/+0
* Define and use PprTyThing.pprTypeForUsersimonpj@microsoft.com2007-09-111-2/+2
* refactoring: eliminate DriverPipeline.CompResult and GHC.upsweep_compileSimon Marlow2007-09-101-25/+2
* FIX #1677; poor error message for misspelled module declarationSimon Marlow2007-09-111-2/+2
* FIX #903: mkWWcpr: not a productSimon Marlow2007-09-101-19/+102
* Make various assertions work when !DEBUGIan Lynagh2007-09-081-2/+0
* FIX #1465, error messages could sometimes say things like "A.T doesn't match ...Simon Marlow2007-09-061-5/+7
* change of representation for GenCmm, GenCmmTop, CmmProcNorman Ramsey2007-09-051-1/+1
* fix warningsSimon Marlow2007-09-051-43/+43
* FIX #1650: ".boot modules interact badly with the ghci debugger"Simon Marlow2007-09-051-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Use a version of obtainTerm that takes a max depth boundPepe Iborra2007-08-271-1/+6
* Print contents of bindings when stopping at a breakpointPepe Iborra2007-08-261-1/+9
* A partial attempt to improve :stepoverPepe Iborra2007-08-241-6/+1
* A partial attempt to improve :stepoverPepe Iborra2007-08-221-1/+6
* annotate C-- calls that do not returnNorman Ramsey2007-08-201-1/+1
* Use the qualified name for catchIan Lynagh2007-08-181-2/+2
* Fix trac #1565: :r DoesNotExist needs to remove any let-bound valuesIan Lynagh2007-08-181-3/+10
* Teach :history to show the name of the enclosing declaration Pepe Iborra2007-08-151-1/+8
* A new :stepover command for the debuggerPepe Iborra2007-08-091-1/+1
* Further compileToCore improvementsTim Chevalier2007-06-291-44/+39
* Modify compileToCore to take just a filenameTim Chevalier2007-06-271-5/+11
* Add a compileToCore function to the GHC APITim Chevalier2007-06-251-2/+33
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-6/+1
* fix panic in #1379Simon Marlow2007-06-051-1/+1