2008-09-20 |
simonpj@microsoft.com | Tidy up the treatment of dead binders |
tree | commitdiff |
2008-09-17 |
simonpj@microsoft.com | Fix nasty infelicity: do not short-cut empty substituti... |
tree | commitdiff |
2008-09-15 |
simonpj@microsoft.com | White space only |
tree | commitdiff |
2008-09-14 |
simonpj@microsoft.com | Comments, and a couple of asserts, only |
tree | commitdiff |
2008-09-14 |
simonpj@microsoft.com | Fix Trac #2587: take account of type lets |
tree | commitdiff |
2008-09-10 |
simonpj@microsoft.com | Fix Trac #2581: inlining of record selectors |
tree | commitdiff |
2008-09-10 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2008-09-09 |
simonpj@microsoft.com | Important performance wibble to callSiteInline (the... |
tree | commitdiff |
2008-09-05 |
simonpj@microsoft.com | Better debug panic messages in applyTys |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | haddock 2 doc fixes |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Remove redundant fromIntegral calls |
tree | commitdiff |
2008-08-07 |
Max Bolingbroke | Remove CoreSyn SOURCE imports |
tree | commitdiff |
2008-08-07 |
Ian Lynagh | Fix errors with haddock 0.8 |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Add MkCore, holding general Core construction facilities |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document CoreUtils |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document CoreSyn and expand its API |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Split the Id related functions out from Var into Id... |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document CoreSubst |
tree | commitdiff |
2008-07-31 |
Max Bolingbroke | Document CoreFVs |
tree | commitdiff |
2008-07-20 |
Thomas Schilling | Fix Haddock errors. |
tree | commitdiff |
2008-07-08 |
Ian Lynagh | Remove all .hi-boot-6 files |
tree | commitdiff |
2008-06-14 |
simonpj@microsoft.com | CoreLint should check for out-of-scope worker |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Fix warnings in PprCore |
tree | commitdiff |
2008-06-05 |
simonpj@microsoft.com | Add non-recursive let-bindings for types |
tree | commitdiff |
2008-06-03 |
simonpj@microsoft.com | Shorten debug messages |
tree | commitdiff |
2008-05-28 |
Simon Marlow | Use MD5 checksums for recompilation checking (fixes... |
tree | commitdiff |
2008-05-04 |
Tim Chevalier | Improve External Core newtype syntax |
tree | commitdiff |
2008-05-04 |
Tim Chevalier | Improve syntax for primitive coercions in External... |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in CoreSubst |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in CorePrep |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in CoreUnfold |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in CoreLint |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in CoreUtils |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in PprCore |
tree | commitdiff |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in CoreSyn |
tree | commitdiff |
2008-04-22 |
simonpj@microsoft.com | Simplify SimplCont, plus some other small changes to... |
tree | commitdiff |
2008-04-22 |
simonpj@microsoft.com | Remove static flag opt_RuntimeTypes (has not been used... |
tree | commitdiff |
2008-04-22 |
Tim Chevalier | Improve External Core syntax for newtypes |
tree | commitdiff |
2008-04-22 |
Tim Chevalier | Naming changes in External Core |
tree | commitdiff |
2008-04-16 |
Tim Chevalier | Improve External Core syntax |
tree | commitdiff |
2008-04-14 |
Tim Chevalier | Eta-expand newtype coercions in External Core |
tree | commitdiff |
2008-04-10 |
simonpj@microsoft.com | Ensure that arity is accurate in back end |
tree | commitdiff |
2008-04-10 |
Tim Chevalier | Another round of External Core fixes |
tree | commitdiff |
2008-03-29 |
Tim Chevalier | Fix big character literal printing in External Core |
tree | commitdiff |
2008-03-29 |
Tim Chevalier | External Core: don't print superfluous parens in case... |
tree | commitdiff |
2008-03-29 |
Ian Lynagh | Don't import FastString in HsVersions.h |
tree | commitdiff |
2008-03-28 |
Tim Chevalier | External Core: print function types correctly, improve... |
tree | commitdiff |
2008-03-28 |
Tim Chevalier | Print out rational literals correctly in External Core |
tree | commitdiff |
2008-03-27 |
Tim Chevalier | Change syntax for qualified names in External Core |
tree | commitdiff |
2008-03-25 |
Tim Chevalier | Change syntax for newtypes in External Core |
tree | commitdiff |
2008-03-24 |
Tim Chevalier | Fix primMname in External Core printer |
tree | commitdiff |
2008-03-24 |
Tim Chevalier | Fix primMname in External Core printer |
tree | commitdiff |
2008-03-23 |
Ian Lynagh | Follow library changes |
tree | commitdiff |
2008-03-19 |
Tim Chevalier | Improve hierarchical module name handling in MkExternalCore |
tree | commitdiff |
2008-03-19 |
Tim Chevalier | Fixed remaining warning in coreSyn/MkExternalCore |
tree | commitdiff |
2008-03-15 |
Ian Lynagh | Remove leftover NoteTy/FTVNote bits |
tree | commitdiff |
2008-02-28 |
Max Bolingbroke | Make explicit lists more fusable |
tree | commitdiff |
2008-02-07 |
Ian Lynagh | Make some more modules use LazyUniqFM instead of UniqFM |
tree | commitdiff |
2008-02-13 |
Ian Lynagh | seq what we actually want to seq, not the seq'ing function |
tree | commitdiff |
2008-02-11 |
Roman Leshchinskiy | Allow -ddump-simpl-phases to specify which phases to... |
tree | commitdiff |
2008-02-07 |
simonpj@microsoft.com | Redo inlining patch, plus some tidying up |
tree | commitdiff |
2008-02-07 |
Ian Lynagh | Make some more modules use LazyUniqFM instead of UniqFM |
tree | commitdiff |
2008-02-06 |
Roman Leshchinskiy | Teach cheapEqExpr about casts |
tree | commitdiff |
2008-02-03 |
Ian Lynagh | Make seqAlts actually seq everything |
tree | commitdiff |
2008-02-01 |
Simon Marlow | UNDO: Be a little keener to inline |
tree | commitdiff |
2008-01-30 |
Ian Lynagh | Fix warnings on non-Windows |
tree | commitdiff |
2008-01-26 |
Twan van Laarhoven | Fixed warnings in coreSyn/ExternalCore |
tree | commitdiff |
2008-01-26 |
Twan van Laarhoven | Fixed warnings in coreSyn/MkExternalCore, except for... |
tree | commitdiff |
2008-01-25 |
Twan van Laarhoven | Fixed warnings in coreSyn/PprExternalCore |
tree | commitdiff |
2008-01-25 |
Twan van Laarhoven | Fixed warnings in coreSyn/CoreUtils, except for incompl... |
tree | commitdiff |
2008-01-25 |
Twan van Laarhoven | Fixed warnings in coreSyn/CoreUnfold |
tree | commitdiff |
2008-01-25 |
Twan van Laarhoven | Fixed warnings in coreSyn/CorePrep |
tree | commitdiff |
2008-01-25 |
Twan van Laarhoven | Fixed warnings in coreSyn/CoreSubst |
tree | commitdiff |
2008-01-25 |
Twan van Laarhoven | Fixed warnings in coreSyn/CoreLint |
tree | commitdiff |
2008-01-25 |
Twan van Laarhoven | Fixed warnings in coreSyn/CoreFVs, except for incomplet... |
tree | commitdiff |
2008-01-18 |
Twan van Laarhoven | Fix warnings in coreSyn/CoreTidy |
tree | commitdiff |
2008-01-18 |
Twan van Laarhoven | Fix warnings in coreSyn/CoreSyn |
tree | commitdiff |
2008-01-25 |
simonpj@microsoft.com | Be a little keener to inline |
tree | commitdiff |
2008-01-17 |
Twan van Laarhoven | Monadify coreSyn/CorePrep: use do, return, applicative... |
tree | commitdiff |
2008-01-17 |
Isaac Dupree | lots of portability changes (#1405) |
tree | commitdiff |
2008-01-17 |
simonpj@microsoft.com | Add missing extendSubst |
tree | commitdiff |
2008-01-16 |
simonpj@microsoft.com | A bottoming function should have infinite arity |
tree | commitdiff |
2007-12-21 |
simonpj@microsoft.com | Improve handling of newtypes (fixes Trac 1495) |
tree | commitdiff |
2007-12-13 |
Roman Leshchinskiy | Don't dump simplifier iterations with -dverbose-core2core |
tree | commitdiff |
2007-12-07 |
Manuel M T Chakravarty | Properly keep track of whether normalising given or... |
tree | commitdiff |
2007-12-04 |
simonpj@microsoft.com | Improve inlining for INLINE non-functions |
tree | commitdiff |
2007-11-28 |
simonpj@microsoft.com | Check for duplicate bindings in CoreLint |
tree | commitdiff |
2007-11-08 |
simonpj@microsoft.com | Fix Trac #1654: propagate name changes into CoreRules |
tree | commitdiff |
2007-11-05 |
simonpj@microsoft.com | Improve pretty-printing of Core slightly (avoid indenti... |
tree | commitdiff |
2007-11-05 |
simonpj@microsoft.com | Make CoreLint give a more informative error message |
tree | commitdiff |
2007-10-03 |
Simon Marlow | refactoring only: use the parameterised InstalledPackag... |
tree | commitdiff |
2007-10-01 |
Manuel M T Chakravarty | FIX #1738: KPush rule of FC must take dataConEqTheta... |
tree | commitdiff |
2007-09-08 |
Ian Lynagh | Make various assertions work when !DEBUG |
tree | commitdiff |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
tree | commitdiff |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
tree | commitdiff |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
tree | commitdiff |
2007-08-28 |
Manuel M T Chakravarty | Type checking for type synonym families |
tree | commitdiff |
2007-08-22 |
simonpj@microsoft.com | Trim imports |
tree | commitdiff |
2007-08-09 |
simonpj@microsoft.com | Tidy up the treatment of newtypes, refactor, and fix... |
tree | commitdiff |
2007-07-02 |
Ian Lynagh | Remove mapAccumL, mapAccumR, mapAccumB |
tree | commitdiff |
next |