Improve External Core syntax for newtypes
[ghc-hetmet.git] / compiler / deSugar /
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove some unnecessary imports
2008-03-29 Ian LynaghRemove an unnecessary #ifdef DEBUG
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-23 Ian LynaghFollow library changes
2008-02-28 simonpj@microsoft.comComments only
2008-02-28 Max BolingbrokeMake explicit lists more fusable
2008-02-16 Ian LynaghGenerate foo(void) rather than foo() in FFI stub files
2008-02-15 Ian LynaghRevert an accidental comment change
2008-02-11 Roman LeshchinskiyFix warning (FIX validate)
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsExpr, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsGRHSs, except for incomplet...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsListComp, except for incomp...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Check, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Match, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/MatchCon, except for incomple...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsMonad
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-05 simonpj@microsoft.comMake do-notation a bit more flexible (Trac #1537)
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-30 Ian LynaghFix warnings in deSugar/DsBinds
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenMonadify deSugar/DsMonad: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Desugar: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsUtils: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsListComp: use do, return, applicativ...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsForeign: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsGRHSs: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsExpr: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/MatchLit: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Match: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsCCall: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsArrows: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsBinds: use do, return, applicative...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-16 simonpj@microsoft.comComplain sensibly if you try to use scoped type variabl...
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2008-01-02 Simon MarlowWarning clean, and fix compilation with GHC 6.2.x
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-05 Roman LeshchinskiyOptimise desugaring of parallel array comprehensions
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-06 Simon Marlowwarning police
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-10-24 simonpj@microsoft.comExplicit pattern match in default case of addTickLHsBind
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-15 andy@galois.comFIX #1759 while respecting the ticks
2007-10-10 simonpj@microsoft.comFix Trac #1759: do not let ticks get in the way of...
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-03 Ross PatersonFIX for #1080
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-29 Pepe IborraUNDO: Extend ModBreaks with the srcspan's of the enclos...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
2007-07-11 andy@galois.comcalling pprPanic rather than error when something goes...
2007-07-11 andy@galois.comAdding better support for HsSyn
2007-07-11 andy@galois.comAdding support for package names into hpc outputed...
2007-07-10 Roman LeshchinskiyAdd dsLookupClass
2007-07-10 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
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...
next