Make ASSERT2 mention msg even when debug is off (avoid warnings)
[ghc-hetmet.git] / compiler /
2008-09-05 simonpj@microsoft.comMake ASSERT2 mention msg even when debug is off (avoid...
2008-09-04 Ian LynaghAdd a note explaining a couple of seq's
2008-09-04 dias@eecs.harvard.eduadd assertion to check that UniqFM is only passed ...
2008-09-03 Ian LynaghRe-merge concurrent,timeout,unique,st,getopt into base
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-31 Ian LynaghMake the dynlibs, ghci and ncg flags manual too
2008-08-30 Ian LynaghSquash a space leak
2008-08-30 Ian LynaghFix a space leak
2008-08-30 Ian Lynaghfix a space leak
2008-08-31 Ian LynaghMake ghc.cabal's editline flag manual, to simplify...
2008-08-30 Judah JacobsonDon't build ghc in stage1 with editline (since we alrea...
2008-08-30 Ian LynaghIf we want a profiled GHC then use -auto-all when build...
2008-08-30 Ian LynaghFix building the GHC API with profiling
2008-08-28 kili@outback.escape.deFix linkage on OpenBSD.
2008-08-28 Ian LynaghHandle the html target in compiler/ and ghc/
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-08-28 Ian LynaghDisambiguate some names in haddock comments
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-28 Ian LynaghFix a haddock2 failure
2008-08-28 simonpj@microsoft.comFix Trac #2529: derived read for prefix constructor...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-08-27 simonpj@microsoft.comFix Trac #2538: better error messages when validating...
2008-08-27 simonpj@microsoft.comFix Trac #2520: duplicate symbols
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-20 Simon Marlowalways treat 'forall' and '.' as reserved keywords...
2008-08-22 simonpj@microsoft.comFix a nasty float-in bug
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-08-25 Ian Lynaghsyb is now in its own package
2008-08-24 Ian Lynaghconcurrent, unique, timeout have now been split off...
2008-08-23 Ian Lynaghst is now split off from base
2008-08-21 Ian LynaghIgnore install-docs in compiler/Makefile and ghc/Makefile
2008-08-18 Ian LynaghFix making it possible to build without the NCG
2008-08-17 Ian LynaghDon't clean the multi-stage stuff unless CLEAN_ALL_STAG...
2008-08-17 Ian LynaghWhen making in compiler/, automatically make in ghc...
2008-08-21 Simon MarlowDon't use the cc-options from packages when compiling...
2008-08-21 simonpj@microsoft.comImprove error message when 'forall' is not a keyword
2008-08-21 simonpj@microsoft.comFix Haddock comments in TcGenDeriv
2008-08-20 simonpj@microsoft.comFix Trac #2456: eliminate duplicate bindings when deriving
2008-08-20 simonpj@microsoft.comElaborate for-all message slightly
2008-08-18 Simon Marlowuse System.FilePath's isSearchPathSeparator instead...
2008-08-16 Ian LynaghWhen doing :l, abandon all breakpoints before we unload...
2008-08-13 Ian LynaghFollow changes in Cabal
2008-08-12 Simon Marlowput back -fwarn-depcrecations
2008-08-13 simonpj@microsoft.comImprove error message for deprecated flags (Trac #2513)
2008-08-11 Simon Marlowbuild base3-compat
2008-08-05 Simon MarlowDon't warn if 'import Prelude' doesn't import anything
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-12 simonpj@microsoft.comSuppress uniques when (and only when) we have -dsuppres...
2008-08-12 Ross Patersonget exception names from Control.Exception.Base instead...
2008-08-12 simonpj@microsoft.comFix Trac #2490: sections should be parenthesised
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-08-12 simonpj@microsoft.comLayout only
2008-08-11 simonpj@microsoft.comPrint tidy rules in user style, to avoid gratuitous...
2008-08-11 simonpj@microsoft.comExport Depth (needed for mkUserStyle); collapse identic...
2008-08-11 simonpj@microsoft.comWhen suppressing uniques, don't print the separating...
2008-08-11 simonpj@microsoft.comMake -dsuppress-uniques apply regardless of -ppr-debug
2008-08-11 simonpj@microsoft.comFix Trac #2367: selectors for GADTs
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-08-11 simonpj@microsoft.comFix Trac #2412: type synonyms and hs-boot recursion
2008-08-11 simonpj@microsoft.comFix Trac #2506: infix assert
2008-08-11 simonpj@microsoft.comUse do-notation
2008-08-11 simonpj@microsoft.comFix Trac #2494: tcSimplifyRuleLhs
2008-08-11 simonpj@microsoft.comMake comparison on equalities work right (ie look at...
2008-08-11 simonpj@microsoft.comMinor refactoring; no functionality change
2008-08-09 simonpj@microsoft.comFix Trac #2486: restore the specialiser to a working...
2008-08-10 Ian LynaghMake "make clean" in compiler/ only clean the stage...
2008-08-10 Ian Lynaghbindist fixes
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-08-07 Max BolingbrokeMove allM to MonadUtils
2008-08-07 Max BolingbrokeRemove redundant fromIntegral calls
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-08-07 Max BolingbrokeDocument Name and expand it's API
2008-07-31 Max BolingbrokeFollow OccName changes in Convert
2008-07-31 Max BolingbrokeUse DynFlags.getMainFun in TcRnDriver
2008-07-31 Max BolingbrokeFix Vectorise after introduction of MonadThings
2008-07-31 Max BolingbrokeFollow introduction of MkCore in VectUtils
2008-07-31 Max BolingbrokeFix VectMonad after introduction of MonadThings
2008-07-31 Max BolingbrokeMinor refactorings in TcEnv
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsMonad and expand API
2008-07-31 Max BolingbrokeAdd MkCore, holding general Core construction facilities
2008-07-31 Max BolingbrokeDocument HscTypes, refactor it somewhat, remove unused...
2008-07-31 Max BolingbrokeUse new RdrName export in RdrHsSyn
2008-07-31 Max BolingbrokeDocument CoreUtils
2008-07-31 Max BolingbrokeDocument Packages and a minor refactoring
2008-07-31 Max BolingbrokeDocument CoreSyn and expand its API
2008-07-31 Max BolingbrokeDocument IdInfo
2008-07-31 Max BolingbrokeDocument DynFlags and expand API
2008-07-31 Max BolingbrokeDocument OccName and expand it's API
2008-07-31 Max BolingbrokeFollow Digraph changes in VectType
2008-07-31 Max BolingbrokeFollow OccName changes in VectBuiltIn
next