allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / compiler / deSugar /
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-22 andy@galois.comStage2 now used the package hpc to get the hpc datastru...
2007-06-21 simonpj@microsoft.comUnbreak the stage-2 compiler (record-type changes)
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-09 andy@galois.comUsing blacklist of places not to cover, rather than...
2007-06-08 andy@galois.comNot adding ticks to compiler generated derived code.
2007-05-16 Simon Marlow'let' expressions: fix scope of the binders (see test...
2007-05-16 Simon MarlowAvoid some unnecessary ticks in debugging mode
2007-05-16 Simon Marlowcomment out unused definition
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-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-03 Simon Marlowuse the reader part of the monad for the inScope set
2007-05-02 simonpj@microsoft.comAdd more assertions
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-26 Simon Marlowfix scoping issues with mdo (test dynbrk004)
2007-04-26 Simon MarlowAttach free variables rather than in-scope variables...
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-24 Simon Marlowremove unused imports
2007-04-23 Simon Marlowrevert previous fix until I can find out why it was...
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-04-20 Simon Marlowbreakpoints: fix the in-scope set for 'where' clauses
2007-04-19 Simon Marlowwe weren't adding breakpoints on parenthesised expressions
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon Marlowremove extraneous "+1"; column numbers start at zero
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-16 Ian LynaghRemove whitespace, mostly tabs, from string literals
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-02 Manuel M T ChakravartyFixed desugaring of parallel array comprehensions
2007-03-30 simonpj@microsoft.comThe ru_local field of a CoreRule is False for implicit Ids
2007-03-23 simonpj@microsoft.comWibble fixing overlapped pattern
2007-03-16 simonpj@microsoft.comDesugar applications of 'seq' specially; fix Trac ...
2007-02-23 Pepe IborraWibble
2007-02-22 Pepe IborraUnbreak HEAD
2007-01-11 Simon Marlowrefactoring only: remove unused code/imports
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-13 Pepe IborraModify the breakpoint desugaring to introduce more...
2007-02-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-02-02 Pepe IborraExtend the local bindings at a breakpoint with one...
2007-02-02 Pepe IborraRefactoring of DsBreakpoint.hs
2007-02-02 Pepe IborraFix imports
2007-01-31 Pepe IborraBugFix: do not insert breakpoints around expressions...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-21 Pepe IborraComments only
2007-01-07 Pepe IborraReorganizing my mess a bit
2007-01-11 Pepe IborraToo agressive breakpoint coalescing politics
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
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...
next