Fix Trac #1814 (staging interaction in Template Haskell and GHCi), and add comments
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs
2007-11-06 simonpj@microsoft.comFix Trac #1814 (staging interaction in Template Haskell...
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-02 simonpj@microsoft.comRefactor error recovery slightly
2007-11-01 David WaernRefactor Haddock options
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-05 Manuel M T ChakravartyFIX #1651: use family instances during interactive...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-30 Manuel M T ChakravartyAdded decidability check for type instances
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-04 simonpj@microsoft.comIn GHCi, filter instances by what is in scope, not...
2007-08-02 simonpj@microsoft.comDump renamer output with -ddump-rn for command-line...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-07-13 Manuel M T Chakravartyinit mg_inst_env when reading ext core
2007-07-10 Ian LynaghBe finer-grained when turning on extensions for generat...
2007-05-23 simonpj@microsoft.comIn GHCi, bind identifiers at TH level 'impLevel'
2007-05-14 simonpj@microsoft.comImprove error message when 'main' is not defined
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-06 Manuel M T ChakravartyExtend hptInstances to also cover family instances
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 simonpj@microsoft.comDo not generate warnings for compiler-generated code
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-21 simonpj@microsoft.comFix checkHiBootIface for instances declared in hs-boot...
2007-03-21 simonpj@microsoft.comWibble to GHCi part of TcRnDriver
2007-03-21 simonpj@microsoft.comYet another wibble to checkHiBootIface; it's trickier...
2007-03-20 simonpj@microsoft.comFurther wibbles to checkBootIface (fixed HEAD build)
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-01-11 simonpj@microsoft.comAvoid duplicate defns of 'main' in module Main
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-03 simonpj@microsoft.comFix stupid error in rehashing TcRnDriver (fixes TH...
2006-12-21 Manuel M T ChakravartyAdd hook to fam inst consistency check to GHCi/--make
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraPlaying with closures
2006-12-12 simonpj@microsoft.comMissed a stage-2 problem in the TcSimplify refactoring
2006-12-12 simonpj@microsoft.comFix up yesterdays commit to TcSimplify; fixes broken...
2006-12-07 Manuel M T ChakravartyFix family instance consistency check for home package...
2006-11-22 simonpj@microsoft.comRefactoring of where tcSimplifyTop happens
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-19 Manuel M T ChakravartyFix show-iface for family instances & add debug ppr...
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-16 Manuel M T ChakravartyStage 2 fix to "Keep track of family instance modules"
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 simonpj@microsoft.comDo not filter the type envt after each GHCi stmt
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comImport trimming
2006-10-06 simonpj@microsoft.comImprove error message
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-10-04 simonpj@microsoft.comRemove redundant dump
2006-09-27 Simon MarlowMake printing of binding results optional in GHCi,...
2006-09-22 audreyt@audreyt.orgRepair "ghci" under FC+AT by handling AnnCast in byteco...
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T ChakravartyFix a couple of stage-2 bogosities
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-19 Manuel M T ChakravartyAdapt TcRnDriver to moved tyThingToIfaceDecl
2006-09-17 simonpj@microsoft.comAdd a missing renamer dump (related to Template Haskell)
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-17 simonpj@microsoft.comMissing import for stage 2
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-07-25 Simon MarlowGeneralise Package Support
2006-05-08 simonpj@microsoft.comTrim imports
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-07 Simon MarlowReorganisation of the source tree