Trim redundant import
[ghc-hetmet.git] / compiler /
2008-12-05 simonpj@microsoft.comTrim redundant import
2008-12-05 simonpj@microsoft.comMake CoreTidy retain deadness info (better -ddump-simpl)
2008-12-05 simonpj@microsoft.comRemove INLINE pragmas on recursive functions
2008-12-05 simonpj@microsoft.comComments only (on Activation)
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-28 Simon Marlowadd missing case to Ord GlobalReg (EagerBlackhole ...
2008-12-01 simonpj@microsoft.comBetter error message for fundep conflict
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 Ian LynaghUse relative URLs in the GHC API haddock docs; fixes...
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 Simon Marlowdon't emit CmmComments for now
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 Thomas SchillingInclude GHCi files in ctags/etags.
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-11-26 dias@eecs.harvard.eduone more missing patch from new codegen path
2008-11-26 simonpj@microsoft.comFix Trac #2817 (TH syntax -> HsSyn conversion)
2008-11-26 simonpj@microsoft.comFix Trac #2756: CorePrep strictness bug
2008-11-26 simonpj@microsoft.comFormat output for :t more nicely
2008-11-26 simonpj@microsoft.comFix Trac #2766: printing operator type variables
2008-11-26 simonpj@microsoft.comFix build following codegen patch
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-14 dias@eecs.harvard.eduKeep update frames live even in functions that never...
2008-10-14 dias@eecs.harvard.eduRemoved space and time inefficiency in procpoint splitting
2008-10-14 dias@eecs.harvard.eduClarify the SRT building process
2008-10-14 dias@eecs.harvard.eduDon't adjust hp up when the case scrutinee won't allocate
2008-10-13 dias@eecs.harvard.eduFloating infotables were reversed in C back end
2008-10-13 dias@eecs.harvard.eduforgot a few files
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-25 simonpj@microsoft.comFix Trac #2799: TcType.isOverloadedTy
2008-11-25 Simon MarlowFix #2740: we were missing the free variables on some...
2008-11-22 Thomas SchillingReturn errors instead of dying in myParseModule.
2008-11-22 Thomas SchillingComments/Haddockification only.
2008-11-22 Thomas SchillingReport source span instead of just source location...
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-14 Simon MarlowDon't put stdin into non-blocking mode (#2778, #2777)
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-11 Simon MarlowFix to i386_insert_ffrees (#2724, #1944)
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 SchillingFix documentation (to say the opposite).
2008-11-10 Thomas SchillingDocumentation only.
2008-11-10 Thomas SchillingAdd 'packageDbModules' function to GHC API.
2008-11-08 Ian LynaghWe now require GHC 6.6, so we always have Applicative
2008-11-08 Ian LynaghRemove a CPP test that's always true (__GLASGOW_HASKELL...
2008-11-08 Ian LynaghRemove some dead code now that __GLASGOW_HASKELL__...
2008-11-08 Ian Lynaghghc_ge_605 is now always YES
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
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-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-10-31 Thomas SchillingRemove dead code.
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-11-06 Simon Marlowdisable MonadPlus instance that doesn't compile with 6.6
2008-11-04 Simon Marlowfix the :help docs for :set stop (#2737)
2008-11-03 simonpj@microsoft.comFix desugaring of record update (fixes Trac #2735)
2008-10-31 Ian Lynagh:set prompt now understand Haskell String syntax; trace...
2008-10-31 simonpj@microsoft.comComments only
2008-10-31 Thomas SchillingQuickfix for warning.
2008-10-28 Thomas SchillingExport typeclasses for accessing compiler results.
2008-10-28 Thomas SchillingMinor refactoring.
2008-10-31 simonpj@microsoft.comFix imports
2008-10-30 simonpj@microsoft.comImprove error reporting for non-rigid GADT matches
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-30 simonpj@microsoft.comFix Trac #2674: in TH reject empty case expressions...
2008-10-29 simonpj@microsoft.comChange naming conventions for compiler-generated dictio...
2008-10-29 simonpj@microsoft.comFix tcrun031: yet more tidying up in TcDeriv
2008-10-29 simonpj@microsoft.comAdd Outputable instance for CoercionI
2008-10-28 simonpj@microsoft.comFix Trac #2720: inlining and casts
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-28 simonpj@microsoft.comRemove dead code
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-25 simonpj@microsoft.comFix Trac #2701: make deriving check better for unlifted...
2008-10-22 simonpj@microsoft.comFix Trac #2714 (a minor wibble)
2008-10-21 Manuel M T ChakravartyReject programs with superclass equalities for now
2008-10-21 Ian LynaghFix doc syntax
2008-10-21 simonpj@microsoft.comComments and parens only
2008-10-21 simonpj@microsoft.comDo proper cloning in worker/wrapper splitting
2008-10-21 simonpj@microsoft.comDon't float an expression wrapped in a cast
next