Build library packages as shared libs
[ghc-hetmet.git] / compiler /
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-28 Ian LynaghFix error handling
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2009-04-26 Ian LynaghImprove the error message when we find a module in...
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-25 Ben.Lippmeier@anu... Fix SPARC build, missing #include
2009-04-24 Ian LynaghFix a lint failure when we have a ! (# ... #) pattern...
2009-04-24 Ian LynaghDo the second part of #2806: Disallow unlifted types...
2009-04-24 Ian LynaghTiny refactor
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-24 simonpj@microsoft.comDon't short out top-level indirections if there's a...
2009-04-24 Ben.Lippmeier@anu... Fix #3182: 64 bit FP value returned by C calls was...
2009-04-24 simonpj@microsoft.comTiny optimisation to mkInlineMe
2009-04-23 simonpj@microsoft.comSimplify the placeholder binding for naughty record...
2009-04-23 simonpj@microsoft.comFix Trac #3176: intercept naughty record selectors
2009-04-23 simonpj@microsoft.comBetter pretty-printing for IdDetails
2009-04-21 Simon MarlowFIX #3166: include the fixity of classes and type synon...
2009-04-21 Simon MarlowFIX #2682: banish silly cases of the "module Foo is...
2009-04-21 Simon MarlowFIX #2500: Don't log warnings in getHeader
2009-04-21 Simon MarlowFIX #3153: we lost an EOF sentinel in the event of...
2009-04-20 Simon MarlowFIX #2845: Allow breakpoints on expressions with unlift...
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: validate fixes
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: Base freeRegs on includes/MachRegs.h again
2009-04-19 pepe iborraReally fix Trac #2611 this time
2009-04-18 pepe iborraFix Trac #2611
2009-04-18 Ben.Lippmeier@anu... Fix #3170: Allow coalescing of the same node during...
2009-04-18 David WaernFix my previous patch about type parsing
2009-04-17 David WaernSimplify the type grammar
2009-04-07 Ian LynaghTweak a Show instance
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-09 simonpj@microsoft.comUse return instead of returnM, and similar tidy-ups
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-31 Ian LynaghMake the showSDoc definition more explicit
2009-04-03 dias@eecs.tufts.edueliminate warnings
2009-04-03 dias@eecs.tufts.eduDebugging by Sesame Street:
2009-03-31 dias@eecs.tufts.eduBuggy optimizations caused function-call return to...
2009-03-25 dias@eecs.tufts.eduBetter handling of node parameter in calling conventions
2009-03-23 dias@eecs.tufts.eduWhen calling gc, avoid saving node in static closures
2009-03-23 dias@eecs.tufts.eduCode simplifications due to call/return separation...
2009-03-23 dias@eecs.tufts.eduCode simplification due to separate call/return conventions
2009-03-23 dias@eecs.tufts.eduCalls with and without passing node arguments more...
2009-03-23 dias@eecs.tufts.eduAnother small step: call and return conventions specifi...
2009-03-23 dias@eecs.tufts.eduSmall step toward call-conv improvement: separate out...
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-04-03 simonpj@microsoft.comWorker/wrapper should make INLINE if it doesn't w/w
2009-04-03 simonpj@microsoft.comRewrite a good chunk of CoreArity
2009-04-02 simonpj@microsoft.comComments only; record remarks about removing 'type...
2009-04-02 simonpj@microsoft.comDon't float case expressions in full laziness
2009-04-02 simonpj@microsoft.comFix Trac #3118: missing alternative
2009-04-02 simonpj@microsoft.comUse a local interestingDict function instead of importi...
2009-04-02 simonpj@microsoft.comBetter panic reporting
2009-04-02 simonpj@microsoft.comFix pragmas in binder-swapping
2009-04-02 simonpj@microsoft.comFloat constants to top-level even in first full lazines...
2009-03-30 Ben.Lippmeier@anu... SPARC NCG: Fix 64 bit addition, carry bit wasn't gettin...
2009-03-31 Ben.Lippmeier@anu... SPARC NCG: HpLim is now always stored on the stack...
2009-03-31 David WaernAllow Haddock comments in type synonyms
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2009-03-30 Simon Marlowuse a UniqSet for is MathFun, this list is getting...
2009-03-30 simonpj@microsoft.comFix an nasty black hole, concerning computation of...
2009-03-30 simonpj@microsoft.comAdd an extra print to -ddump-tc-trace
2009-03-30 simonpj@microsoft.comRemove dead code (dataConsStupidTheta)
2009-03-30 simonpj@microsoft.comFix Trac #246: order of matching in record patterns
2009-03-30 simonpj@microsoft.comFix Trac #3126: matching overloaded literals
2009-03-30 simonpj@microsoft.comWhite space cosmetics only
2009-03-25 simonpj@microsoft.comImprove mkDupableCont; and fix Trac #3116
2009-03-23 simonpj@microsoft.comAvoid quadratic complexity in occurrence analysis ...
2009-03-23 simonpj@microsoft.comImprove arity propagation in the specialiser
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2009-03-26 Manuel M T ChakravartyTemplate Haskell: added bang patterns
2009-03-26 Manuel M T ChakravartyTemplate Haskell: support for kind annotations
2009-03-23 Bertram Felgenhauerupdate list of C math functions
2009-03-25 Manuel M T ChakravartyTemplate Haskell: make reify aware of type families
2009-03-24 Manuel M T ChakravartyTemplate Haskell: support for INLINE and SPECIALISE...
2009-03-19 Manuel M T ChakravartyTemplate Haskell support for equality constraints
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2009-03-18 dias@eecs.tufts.eduComment explaining use of seq in DFMonad
2009-03-18 Simon MarlowFIX unregisterised target by #ifdefing targetPlatform...
2009-03-18 dias@eecs.tufts.eduRemoved a trace
2009-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-16 dias@eecs.tufts.eduInconsistent type and arguments in safe foreign calls...
2009-03-16 dias@eecs.tufts.edustack overflows and out of memory's
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-18 Simon MarlowFixes to "Retract Hp *before* checking for HpLim==0"
2009-03-17 Simon MarlowAdd fast event logging
2009-03-17 Simon MarlowFIX biographical profiling (#3039, probably #2297)
2009-03-16 Simon MarlowFIX #3093: stub filenames when using -osuf
2009-03-16 simonpj@microsoft.comFix Trac #3095, and make RdrHsSyn warning-clean
2009-03-16 simonpj@microsoft.comLayout only
2009-03-16 simonpj@microsoft.comReject foralls in constructor args in 'deriving', excep...
2009-03-16 simonpj@microsoft.comFix Trac #3092
2009-03-15 Manuel M T ChakravartyEnsure the orientation of var-var equalities is correct...
2009-03-13 simonpj@microsoft.comFix Trac #3087: derived Data now defines dataCast1/2
2009-03-13 simonpj@microsoft.comAdjust error message slightly to make it clearer
2009-03-13 Simon Marlowjust comment formatting
2009-03-13 Simon Marlowtidy up "missing symbol" error message
2009-03-12 Simon MarlowFIX #3079, dodgy parsing of LANGUAGE pragmas 2009-03-13
2009-03-11 Simon MarlowFIX #2816 (correct unicode output for :type/:kind)
2009-03-11 Simon MarlowFIX #2832: Setting SplitObjs=NO doesn't disable -split...
2009-03-11 Simon MarlowFIX #2976: fix buggy implementation of shadowing in...
next