Major patch to fix reporting of unused imports
[ghc-hetmet.git] / compiler / main /
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-15 Simon MarlowcopyFileWithHeader: use binary Handles
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-04 Duncan CouttsFix the flag used to force linking when we are making...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-19 Duncan CouttsWhen linking a shared library with --make, always do...
2009-05-19 Duncan CouttsMake -dynload sysdep mean to embed rpaths in shared...
2009-05-17 Duncan CouttsSwitch the default -dynload mode to SystemDependent
2009-05-15 Duncan CouttsSet the soname when creating a shared lib
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsRemove old Windows-only implementation of keeping main...
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-20 Ian LynaghFix the unregisterised build
2009-05-20 Ian LynaghBuild fix for amd64/OSX
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-20 Ian LynaghUse machdepCCOpts when running "as"
2009-05-19 Roman LeshchinskiyMake -Odph imply -fsimplifier-phases=3
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...
next