Improve error reporting for kind errors (fix Trac #1633)
[ghc-hetmet.git] / compiler / main /
2009-05-01 Duncan CouttsMake ghc -dynamic imply -fPIC for C code
2009-05-13 Simon Marlowfix warning
2009-04-22 y.zhuang5@lse.ac.ukenable LinkDynLib in compilier phase
2009-04-28 Ian LynaghFix error handling
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-24 Ian LynaghRequire a bang pattern when unlifted types are where...
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-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-04-02 simonpj@microsoft.comFloat constants to top-level even in first full lazines...
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2009-03-18 Simon MarlowFIX unregisterised target by #ifdefing targetPlatform...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-03-17 Simon MarlowAdd fast event logging
2009-03-16 Simon MarlowFIX #3093: stub filenames when using -osuf
2009-03-13 Simon Marlowjust comment formatting
2009-03-12 Simon MarlowFIX #3079, dodgy parsing of LANGUAGE pragmas 2009-03-13
2009-03-11 Simon MarlowFIX #2976: fix buggy implementation of shadowing in...
2009-03-10 Ian LynaghDon't put a trailing / on the mingw include path
2009-03-05 Simon Marlowremove foo.exe.manifest when --embed-manifest is on
2009-03-05 Ian LynaghOn OS X/x86, tell gcc to generate instructions for...
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-26 Ian LynaghIf we are given -Werror, then pass -Werror to cpp
2009-02-22 Peter Hercek:steplocal and :stepmodule should not polute trace...
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-11 Ian LynaghOn sparc, pass -mcpu=v9 when assembling with object...
2009-02-06 Simon MarlowImprovements to the "can't find module" error message...
2009-01-23 Simon Marlowbetter error message for missing package-qualified...
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-30 simonpj@microsoft.comComments about injecting implicit bindings
2009-01-27 Simon Marlow#2973: we should virtualise the CWD inside the GHC...
2009-01-15 Simon MarlowMore useful error message when a package .hi file canno...
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-13 simonpj@microsoft.comMake -XTypeFamilies imply -XRelaxedPolyRec (Trac #2944)
2009-01-03 Ian Lynaghvalidate fix: InteractiveEval no longer needs to import...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-31 simonpj@microsoft.com-XImpredicativeTypes implies -XRankNTypes, and improve...
2008-12-31 simonpj@microsoft.comRemove -XImpredicativeTypes from -fglasgow-exts
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-12-16 Simon MarlowUNDO: Add -fpass-case-bndr-to-join-points
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-11 Ian LynaghSysTools no longer needs -fno-cse
2008-12-11 Ian LynaghMake the lists of files and directories to be cleaned...
2008-12-11 Ian LynaghThe default cleanup handler should /always/ delete...
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-08 simonpj@microsoft.comInject implicit bindings after CoreTidy, not before...
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-05 simonpj@microsoft.comAdd -fpass-case-bndr-to-join-points
2008-12-05 simonpj@microsoft.comAdd static flag -fsimple-list-literals
2008-12-02 Thomas SchillingDocument 'loadModule'.
2008-12-02 Thomas SchillingAdd 'needsTemplateHaskell' utility function and documen...
2008-12-02 Thomas SchillingDocumentation only.
2008-12-02 Thomas SchillingExport 'succeeded' and 'failed' helper functions.
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-28 Simon Marlowghc -M: need to add a dep on Prelude unless -fno-implic...
2008-11-28 Simon Marlowmake -include-pkg-deps work (not sure when this got...
2008-11-30 Ian LynaghRemove the v_Split_info global variable and use a field...
2008-11-28 Thomas SchillingLet 'loadModule' generate proper code depending on...
2008-11-28 Thomas SchillingExpose a separate 'hscBackend' phase for 'HsCompiler...
2008-11-28 Thomas SchillingWhoops, *don't* reset the complete session in 'withLoca...
2008-11-28 Thomas SchillingUse a record instead of a typeclass for 'HsCompiler...
2008-11-28 Ian LynaghRemove dead code
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-27 Thomas SchillingImprove error message for #2739 (but no fix).
2008-11-27 Thomas SchillingCollect instead of print warnings in 'warnUnnecessarySo...
2008-11-26 Thomas SchillingForce recompilation of BCOs when they were compiled...
2008-11-26 Thomas SchillingDocumentation only: Add module description for HscMain.
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-16 dias@eecs.harvard.eduFixed linear regalloc bug, dropped some tracing code
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-11-22 Thomas SchillingReturn errors instead of dying in myParseModule.
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-11-21 Thomas SchillingDocument exported functions in main/HeaderInfo.
2008-11-21 Thomas SchillingRemove warning supression klugde in main/HeaderInfo
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-05 Neil MitchellPerform case-insensitive matching of path components...
2008-11-10 Thomas SchillingDocumentation only. Clarify that 'load*' may indeed...
2008-11-10 Thomas SchillingAdd 'packageDbModules' function to GHC API.
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-11-07 Simon MarlowBugfix for patch "Do not filter the rts from linked...
2008-10-28 Thomas SchillingExport typeclasses for accessing compiler results.
2008-10-28 Thomas SchillingMinor refactoring.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-14 Thomas SchillingMove documentation within 80 column boundary.
2008-10-14 Thomas SchillingImprove haddock documentation for 'GHC.topSortModuleGraph'.
2008-10-20 Simon MarlowRe-export Located(..) and related functions
2008-10-14 Clemens FruhwirthUndefine __PIC__ before defining it to work around...
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-08 Thomas SchillingMake 'getModSummary' deterministic.
next