2010-10-21 |
simonpj@microsoft.com | Improve rule checking, to fix panic Trac #4398 |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Improve the simple expression optimiser so it does... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Reiner Pope | Template Haskell: add view patterns (Trac #2399) |
commit | commitdiff | tree | snapshot |
2010-10-21 |
simonpj@microsoft.com | Tidy-up sweep, following the Great Skolemisation Simpli... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Fix haddock markup |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Tweak the haddock rules; no functional change |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Don't seq unfoldings |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Avoid hanging on to old unfoldings; fixes #4367 (compil... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
simonpj@microsoft.com | Comments and layout only |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Look for sources in Cabal's autogen directory too |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Ian Lynagh | Follow Cabal change: Use usedExtensions rather than... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Simon Marlow | fix markup |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Simon Marlow | remove xref to hasktags |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Neil Mitchell | Update the documentation on using DLL's from Windows... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
dimitris@microsoft.com | (1) More lenient kind checking, (2) Fixed orientation... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
dimitris@microsoft.com | Midstream changes to deal with spontaneous solving... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Simon Marlow | hasktags was dropped in GHC 6.12, remove it from the... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
simonpj@microsoft.com | Refactor, plus fix Trac #4418 |
commit | commitdiff | tree | snapshot |
2010-10-20 |
simonpj@microsoft.com | Add a comment, connecting the seq to the test (#4367... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Ian Lynagh | Define setIdUnfoldingLazily, and use it in Vectorise |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Ian Lynagh | Evaluate the results in coreToStgApp |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Ian Lynagh | Retab CoreToStg, and remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Ian Lynagh | seq the unfolding in setUnfoldingInfo |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Comments only |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Fix debugger |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Fix IPRun by fixing the inferred quantification mechanism |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Recover after an error in an implication constraint |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Reject programs with equality superclasses for now |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Layout and tiny refactoring only |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Clean up the debugger code |
commit | commitdiff | tree | snapshot |
2010-10-19 |
simonpj@microsoft.com | Add new VarEnv functions minusVarEnv, intersectsVarEnv... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
dimitris@microsoft.com | Major pass through type checker:(1) prioritizing equali... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
dimitris@microsoft.com | (1) Caching FD improvements for efficiency, (2) prevent... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
dimitris@microsoft.com | Midstream changes for performance improvement related... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
dimitris@microsoft.com | Minor |
commit | commitdiff | tree | snapshot |
2010-10-11 |
dimitris@microsoft.com | Commentary changes |
commit | commitdiff | tree | snapshot |
2010-10-08 |
dimitris@microsoft.com | Kind checking bugfix (#4356) and preventing wanteds... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Ian Lynagh | Fix a retainer profiling segfault |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Ian Lynagh | Fix -auto-all: Add SCCs to IDs which have a monotype too |
commit | commitdiff | tree | snapshot |
2010-10-18 |
simonpj@microsoft.com | Define SpecConstrAnnotation in GHC.Exts, and import... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
David Terei | Fix warnings in AsmCodeGen |
commit | commitdiff | tree | snapshot |
2010-10-04 |
David Terei | LLVM: Fix compilation of writebarrier, #4308 |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Ian Lynagh | Change how the OS X installer's create-links finds... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Ian Lynagh | Add more quoting to distrib/MacOS/installer-scripts... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Evan Laforge | change os x installer to allow multiple installed versions |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Ian Lynagh | Only put the boot packages in the haddock contents... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Ian Lynagh | Correct the regexp used to search for extra packages |
commit | commitdiff | tree | snapshot |
2010-09-27 |
pho@cielonegro.org | New member "archiveMemberName" for struct _ObjectCode |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Ian Lynagh | Add a -fghci-sandbox flag so that we can en/disable... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Ian Lynagh | Fix boot; it was failing if darcs-all or validate were... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
simonpj@microsoft.com | Comments and layout |
commit | commitdiff | tree | snapshot |
2010-10-15 |
simonpj@microsoft.com | Make (Located a) an instance of Eq, Ord |
commit | commitdiff | tree | snapshot |
2010-10-15 |
simonpj@microsoft.com | Give user-defined rules precedence over built-in rules |
commit | commitdiff | tree | snapshot |
2010-10-15 |
simonpj@microsoft.com | Fix Trac #4401: meta-tyvars allocated by the constraint... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
simonpj@microsoft.com | Remove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScope |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Simon Marlow | InlinePrag needs an arity only for INLINE, not INLINABLE |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Simon Marlow | Fix #4346 (INLINABLE pragma not behaving consistently) |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Ian Lynagh | Have boot check that we have the dph packages when... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Simon Marlow | Add more documentation for interruptible foreign calls |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Simon Marlow | minor refactoring |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Simon Marlow | Fix for interruptible FFI handling |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Simon Marlow | interruptible FFI: more robust handling of the exceptio... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Edward Z. Yang | Don't interrupt when task blocks exceptions, don't... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Edward Z. Yang | Interruptible FFI calls with pthread_kill and CancelSyn... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Ian Lynagh | Remove ghc-pkg's dependency on haskell98 |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Ian Lynagh | Build haskell98 and haskell2010 with stage2 |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Ian Lynagh | Fix warning: Remove unused import |
commit | commitdiff | tree | snapshot |
2010-10-13 |
benl@ouroborus.net | Fix warnings |
commit | commitdiff | tree | snapshot |
2010-10-13 |
benl@ouroborus.net | RegAlloc: Track slot liveness over jumps in spill cleaner |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Ian Lynagh | Bump Cabal dep |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Ian Lynagh | Remove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__ |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Ian Lynagh | Follow Cabal changes: Cabal no longer has a docbook... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Ian Lynagh | Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunc... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Ian Lynagh | Remove unnecessary import |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Ian Lynagh | Make "./validate --slow" run the full testsuite |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ian Lynagh | Fix build following haskell98 and -fglasgow-exts changes |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ian Lynagh | Don't automatically link the haskell98 package |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ian Lynagh | Deprecate -fglasgow-exts |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Ian Lynagh | Remove Opt_GADTs and Opt_TypeFamilies from -fglasgow... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
simonpj@microsoft.com | Fix Trac #4360: omitted case in combineCtLoc |
commit | commitdiff | tree | snapshot |
2010-10-08 |
simonpj@microsoft.com | Beautiful new approach to the skolem-escape check and... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
simonpj@microsoft.com | Do less simplification when doing let-generalisation |
commit | commitdiff | tree | snapshot |
2010-10-08 |
simonpj@microsoft.com | Suppress ambiguity errors if any other errors occur |
commit | commitdiff | tree | snapshot |
2010-10-08 |
simonpj@microsoft.com | Fix Trac #4361: be more discerning when inferring types |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Simon Marlow | Float out partial applications |
commit | commitdiff | tree | snapshot |
2010-10-08 |
simonpj@microsoft.com | Suppress knock-on typechecker errors |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Some refactoring and simplification in TcInteract.occur... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Comments only |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Implement auto-specialisation of imported Ids |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Make NameEnv back into type NameEnv a = UniqFM a |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Improve the rule-matcher |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Fix Trac #4345: simplifier bug |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Avoid redundant simplification |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Make the occurrence analyser deal correctly with RULES... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Make warning-free |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | This is just white-space and layout |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Fix an ASSERT failure in FamInstEnv |
commit | commitdiff | tree | snapshot |
2010-10-07 |
simonpj@microsoft.com | Fix a looping bug in the new occur-check code |
commit | commitdiff | tree | snapshot |
2010-10-06 |
simonpj@microsoft.com | Fix test T4235 with -O |
commit | commitdiff | tree | snapshot |
2010-10-06 |
simonpj@microsoft.com | Make warning-free |
commit | commitdiff | tree | snapshot |
next |