Add HsCoreTy to HsType
[ghc-hetmet.git] / compiler /
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-08-23 simonpj@microsoft.comComments
2010-08-23 simonpj@microsoft.comWibbles to error message
2010-08-23 simonpj@microsoft.comCorrect type signatures
2010-08-23 simonpj@microsoft.comAdd missing signatures
2010-08-20 simonpj@microsoft.comAdd type signatures in "deriving" bindings
2010-08-20 dimitris@microsoft.comMinor
2010-08-19 simonpj@microsoft.comBe a bit less aggressive in mark-many inside a cast
2010-08-18 simonpj@microsoft.comWibble
2010-08-18 simonpj@microsoft.comPretty printing change
2010-08-11 simonpj@microsoft.comRemember to zonk FlatSkols!
2010-07-30 simonpj@microsoft.comDe-polymorphise
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-07-29 simonpj@microsoft.comAdd two local type signatures
2010-07-28 simonpj@microsoft.comAdd OutsideIn flag
2010-07-27 simonpj@microsoft.comLayout only
2010-07-27 simonpj@microsoft.comImprovement to SimplUtils.mkLam
2010-07-27 simonpj@microsoft.comGive the correct kind to unsafeCoerce#
2010-07-27 simonpj@microsoft.comSuppress warnings about recursive INLINE in output...
2010-07-26 simonpj@microsoft.comRename CorePrep.tryEtaReduce to tryEtaReducePrep
2010-07-19 simonpj@microsoft.comAdd a trace message
2010-07-19 simonpj@microsoft.comDon't use RelaxedPolyRec in the compiler; it's built...
2010-09-12 Matthias KilianRemove duplicated #defines for FreeBSD
2010-09-11 Ian Lynaghput back the conversion of warn-lazy-unlifted-bindings...
2010-09-10 Ian LynaghEnable -fregs-graph with -O2; fixes #2790
2010-09-09 Ian LynaghRemove unused code
2010-09-09 Ian LynaghFix warnings
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-09-09 benl@ouroborus.netFinish breaking up vectoriser utils
2010-09-09 benl@ouroborus.netMove VectType module to Vectorise tree
2010-09-09 benl@ouroborus.netSort all the PADict/PData/PRDict/PRepr stuff into their...
2010-09-09 benl@ouroborus.netBreak out Repr and PADict stuff for vectorisation of...
2010-09-09 benl@ouroborus.netBreak out conversion functions to own module
2010-09-09 benl@ouroborus.netComments and formatting only
2010-09-08 Ian LynaghRemove "-dynload wrapper"; fixes trac #4275
2010-09-05 Ian LynaghFix warnings on Windows
2010-09-08 benl@ouroborus.netBreak out hoisting utils into their own module
2010-09-08 benl@ouroborus.netBreak out closure utils into own module
2010-09-08 benl@ouroborus.netMove VectVar module to Vectorise tree
2010-09-08 benl@ouroborus.netBreak out vectorisation of expressions into own module
2010-09-08 benl@ouroborus.netBreak out TyCon classifier into own module
2010-09-08 benl@ouroborus.netBreak out vectorisation of TyConDecls into own module
2010-09-07 benl@ouroborus.netBreak out type vectorisation into own module
2010-09-03 Simon Marlowupdate for containers-0.4
2010-09-02 Ian LynaghFix warnings: Remove unused imports
2010-08-31 benl@ouroborus.netFinish breaking up VectBuiltIn and VectMonad, and add...
2010-08-30 benl@ouroborus.netFix warnings
2010-08-30 benl@ouroborus.netBreak up vectoriser builtins module
2010-08-30 benl@ouroborus.netMove VectCore to Vectorise tree
2010-08-30 benl@ouroborus.netSplit out vectoriser environments into own module
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser, and split out...
2010-08-30 benl@ouroborus.netFix warnings
2010-08-30 benl@ouroborus.netFix warning about multiply exported name
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser
2010-08-30 benl@ouroborus.netImplement -dsuppress-module-prefixes
2010-05-27 benl@ouroborus.netWhitespace only
2010-08-25 simonpj@microsoft.comPanic in the right way
2010-08-23 simonpj@microsoft.comThe templateHaskellOk check should only run in stage2
2010-08-22 Ian LynaghGenerate the bit in the user guide where we say what...
2010-08-22 Ross Patersonfix extraction of command stack of arguments of arrow...
2010-08-22 Ross Patersonminor fix to comment
2010-08-20 Ian LynaghAdd the RTS library path to the library search path
2010-08-19 Ian LynaghRemove some duplication of C flags
2010-08-19 Ian LynaghGive each stage its own Config.hs
2010-08-17 David TereiLLVM: Nicer format for lack of shared lib warning
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-08-13 David TereiLLVM: Enable shared lib support on Linux x64
2010-08-13 simonpj@microsoft.comRe-do the arity calculation mechanism again (fix Trac...
2010-08-13 simonpj@microsoft.comComments only
2010-08-13 simonpj@microsoft.comModify FloatOut to fix Trac #4237
2010-08-13 simonpj@microsoft.comFix egregious bug in SetLevels.notWorthFloating
2010-08-13 simonpj@microsoft.comDelete GhcLibProfiled
2010-08-12 simonpj@microsoft.comFix Trac #4220
2010-08-12 simonpj@microsoft.comImprove the Specialiser, fixing Trac #4203
2010-08-12 simonpj@microsoft.comComments
2010-08-12 simonpj@microsoft.comComments only
2010-08-12 simonpj@microsoft.comFix bug in linting of shadowed case-alternative binders
2010-08-12 simonpj@microsoft.comComments and spacing only
2010-08-09 Ian LynaghAdd more info to more parse error messages (#3811)
2010-08-10 Simon MarlowDo the dependency-omitting for 'make 1' in a slightly...
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghMake another parse error more informative
2010-08-08 Ian LynaghMake a parse error say what it is failing to parse...
2010-08-08 Ian LynaghSend ghc progress output to stdout; fixes #3636
2010-08-05 Ian LynaghDon't restrict filenames in line pragmas to printable...
2010-08-05 Ian LynaghEnsure extension flags are flattened in the Cmm phase
2010-08-05 Ian LynaghAdd "cmmcpp" as a Haskellish source suffix
2010-07-02 benl@ouroborus.netNCG: Don't worry about trying to re-freeze missing...
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-08-02 Ian LynaghRemove "On by default" comments in DynFlags
2010-07-31 Ian LynaghExpose the functions haddock needs even when haddock...
2010-07-29 Ian LynaghAdd a debugTrace for the phases that we run
2010-07-30 simonpj@microsoft.com* Add StringPrimL as a constructor for Template Haskell...
2010-07-21 Anton NikishaevFix numeric escape sequences parsing
2010-07-27 Ian LynaghMake PersistentLinkerState fields strict; fixes #4208
2010-07-26 David TereiLLVM: If user specifies optlo, don't use '-O' levels
2010-07-24 Ian LynaghAdd support for Haskell98 and Haskell2010 "languages"
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
next