Big tidy-up of deriving code
[ghc-hetmet.git] / compiler / deSugar /
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-22 Pepe IborraRemove a reference to GHC.Exts.Ptr in stage1
2006-12-20 Pepe IborraFix import lists
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraCapturing and keeping track of local bindins in the...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraThe breakpoint primitive
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-12-09 andy@galois.comAdding tracing support
2006-11-29 andy@galois.comTickBox representation change
2006-11-01 andy@galois.comFixing Alts to reflect Alternatives, rather than every...
2006-11-21 Simon Marlowput the unsafeCoerce trace inside DEBUG, to avoid test...
2006-10-25 andy@galois.comAdding arrows to the acceptable code for hpc
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
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 MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 simonpj@microsoft.comRejig the auto-scc wrapping stuff
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-10-05 simonpj@microsoft.comSpelling in comment
2006-10-03 simonpj@microsoft.comTrim imports
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-18 Manuel M T ChakravartyGADT pattern matching fix
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-09-06 simonpj@microsoft.comComment on the commoning up of CoPats in Match
2006-08-07 Manuel M T ChakravartyFix pattern w/o location in Check
2006-08-06 Manuel M T ChakravartyAdd a missing prime, to fix desugaring of CoPats
2006-08-06 Manuel M T ChakravartyAdd CoPat stuff
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-11 simonpj@microsoft.comSimplify desugaring of left sections
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-17 simonpj@microsoft.comUpdate lhs-boot files
2006-08-09 Simon Marlowfixes to the stage2 build following removal of old...
2006-08-09 Simon Marlowremove debugging code accidentally left in
2006-08-09 Simon MarlowRemove old FFI syntax
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-27 simonpj@microsoft.comLazy patterns are like wild-cards for overlap warnings
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-22 simonpj@microsoft.comFix RULES lossage
2006-07-03 simonpj@microsoft.comThe dict-bindings in an IPBinds need not be in dependen...
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-25 simonpj@microsoft.comPrune imports
2006-05-10 LemmihIgnore unboxed values in breakpoints.
2006-05-02 LemmihbreakpointCond
2006-04-18 Simon Marlowhandle Bool arg to foreign import "wrapper"
2006-04-18 Simon Marlowupdate commentry for foreign import "wrapper" handling
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree