Documentation only - fix typo in flags reference
[ghc-hetmet.git] / compiler /
2007-11-14 David WaernAvoid making Either String an instance of Monad in...
2007-11-14 Simon MarlowFix #782, #1483, #1649: Unicode GHCi input
2007-11-14 David WaernFix build
2007-11-14 simonpj@microsoft.comFIX Trac 1662: actually check for existentials in proc...
2007-11-14 simonpj@microsoft.comFIX Trac 1888; duplicate INLINE pragmas
2007-11-14 simonpj@microsoft.comRun the -frule-check pass more often (when asked)
2007-11-13 Pepe IborraGHCi debugger: added a new flag, -fno-print-binding...
2007-11-13 Pepe IborraFix Trac 1865: GHCi debugger crashes with :print
2007-10-13 Pepe IborraReplaced two uses of head b explicit pattern matching
2007-10-06 Pepe IborraPrint binding contents in :show bindings
2007-10-04 Pepe Iborra Leftovers from the 1st GHCi debugger prototype
2007-09-28 Pepe IborraFollowing an indirection doesn't count as a RTTI step
2007-11-13 Simon MarlowFIX #1653 (partially): add -X flags to completion for...
2007-11-12 David WaernMerge from Haddock: Add <<url>> for images
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
2007-11-12 simonpj@microsoft.comComment re Trac #1220
2007-11-12 David WaernMerge from Haddock: Modify lexing of /../
2007-11-12 David WaernMerge from Haddock: allow blank lines inside code blocks
2007-11-12 David WaernMerge of a patch from the old Haddock branch:
2007-11-11 Ian LynaghTurn -fprint-bind-result off by default
2007-11-08 simonpj@microsoft.comFix Trac #1654: propagate name changes into CoreRules
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-11-07 Simon MarlowFIX #1617: reloading didn't change the :browse output...
2007-11-07 Simon MarlowFIX BUILD
2007-11-07 Simon MarlowFIX #1556: GHC's :reload keeps the context, if possible
2007-11-07 Simon MarlowFIX #1561: don't use tabs in pretty-printed output...
2007-11-07 Simon MarlowFIX #1765, #1766
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-11-07 Simon MarlowFIX #1838: use System.Directory.getHomeDirectory instea...
2007-11-07 Simon Marlowcatch up with removal of config.mk in the readline...
2007-11-06 simonpj@microsoft.comFix Trac #1813: generalise over *all* type variables...
2007-11-06 simonpj@microsoft.comFix Trac #1814 (staging interaction in Template Haskell...
2007-11-06 simonpj@microsoft.comImprove error messages
2007-11-06 Simon Marlowfix stage 1 compilation
2007-11-06 Simon Marlowwarning police
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-06 Simon Marlowwarning police
2007-11-05 Simon Marlowupdates to ghctags code
2007-06-25 Simon MarlowRules to create TAGS using ghctags
2007-06-25 nr@eecs.harvard.edurequest for documentation of a new argument
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-11-05 simonpj@microsoft.comComment warning about transparent newtypes
2007-11-05 simonpj@microsoft.comWibble to earlier case-merge fix
2007-11-05 simonpj@microsoft.comImprove pretty-printing of Core slightly (avoid indenti...
2007-11-05 simonpj@microsoft.comFix an old but subtle bug in the Simplifier
2007-11-05 simonpj@microsoft.comMake CoreLint give a more informative error message
2007-11-05 simonpj@microsoft.comComments about TH staging
2007-11-03 Ian LynaghMERGED: Define and use $httptopdir for the haddock...
2007-11-02 Simon Marlow(>>>) now comes from GHC.Desugar
2007-11-02 simonpj@microsoft.comRefactor error recovery slightly
2007-11-02 simonpj@microsoft.comAvoid Haddock bug #1821
2007-11-01 simonpj@microsoft.comUpdate error message to mention -XPatternSignatures...
2007-11-01 simonpj@microsoft.comRejig the error messages a bit; fixes a minor bug
2007-11-01 David WaernRefactor Haddock options
2007-10-30 simonpj@microsoft.comFIX BUILD: a glitch in the new rules and inlining stuff
2007-10-29 simonpj@microsoft.comFix LiberateCase
2007-10-29 simonpj@microsoft.comImprove error-message output slightly
2007-10-27 simonpj@microsoft.comIn a pattern binding, a type sig in the pattern cannot...
2007-10-29 simonpj@microsoft.comSubstantial improvement to the interaction of RULES...
2007-10-26 simonpj@microsoft.comAdd newline in debug print
2007-10-24 simonpj@microsoft.comExplicit pattern match in default case of addTickLHsBind
2007-10-24 simonpj@microsoft.comGeneralise the types of mk_FunBind, mk_easy_FunBind...
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 simonpj@microsoft.comMake 'improvement' work properly in TcSimplify
2007-10-27 simonpj@microsoft.comAn implication constraint can abstract over EqInsts
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
2007-10-27 simonpj@microsoft.comMore notes
2007-10-27 simonpj@microsoft.comComments only
2007-10-27 simonpj@microsoft.comAdd anyM to IOEnv
2007-10-27 simonpj@microsoft.comAdd a note to NOTES
2007-10-27 Tim ChevalierMake compileToCore return the module name and type...
2007-10-24 Ian LynaghCorrect a comment
2007-10-24 Ian LynaghFix ghc package in bindists; it wasn't adding the depen...
2007-10-24 Ian LynaghFix installing the ghc package .hi files in a bindist
2007-10-24 Ian Lynagh-ftype-families -> -XTypeFamilies
2007-10-17 Simon Marlowfix creation of ghc-inplace for non-std ways
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-10-19 Manuel M T ChakravartyZonk quantified tyvars with skolems
2007-10-18 Manuel M T ChakravartyFix typo that prevented zonking of rhs of EqInsts
2007-10-19 Simon Marlowimplement #1468, :browse on its own uses the currently...
2007-10-18 Simon Marlowfix :print when !tablesNextToCode
2007-10-17 Simon Marlowre-instate missing parts of "put the @N suffix on stdca...
2007-10-18 Manuel M T ChakravartyDon't barf on error message with non-tc tyvars
2007-10-18 Manuel M T ChakravartyFix deferring on tyvars in TcUnify.subFunTys
2007-10-17 Manuel M T ChakravartyTcUnify.subFunTys must take type families into account
2007-10-17 Simon Marlowfix warning on Windows
2007-09-25 Simon Marlowdocument float2Int# and double2Int#
2007-10-17 simonpj@microsoft.comUpdate HsExpr.hi-boot-6 for view pattern changes
2007-10-16 simonpj@microsoft.comFix #1709: do not expose the worker for a loop-breaker
2007-10-16 simonpj@microsoft.comFix #1662: do not simplify constraints for vanilla...
2007-10-16 simonpj@microsoft.comEliminate over-zealous warning in CoreToStg
2007-10-16 simonpj@microsoft.comShow inlined function in the header of 'Inlining done...
2007-10-16 simonpj@microsoft.comShow program size in the simplifier-bailing-out message
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-15 Manuel M T ChakravartyMore docu for skolemOccurs
2007-10-10 Manuel M T ChakravartySlightly improved comments in TcTyClsDecls
2007-10-04 Manuel M T ChakravartyTcTyFuns: remove some duplicate code
2007-10-03 Manuel M T ChakravartyTcTyFuns.eqInstToRewrite
2007-10-15 andy@galois.comFIX #1759 while respecting the ticks
next