| Commit message (Expand) | Author | Age | Files | Lines |
* | pprExpr: don't add extra parens around [a..b] in an argument position | Simon Marlow | 2009-06-08 | 1 | -0/+2 |
* | Changes for the new IO library, mainly base-package modules moving around | Simon Marlow | 2009-05-29 | 9 | -17/+62 |
* | Fix the compiler-hs-dependency's | Ian Lynagh | 2009-06-12 | 1 | -7/+7 |
* | Deprecate the threadsafe kind of foreign import | Duncan Coutts | 2009-06-11 | 4 | -15/+26 |
* | Fix the flag used to force linking when we are making a shared library | Duncan Coutts | 2009-06-04 | 1 | -1/+1 |
* | Check we're not using stdcall in foreign export on unsupported platforms | Duncan Coutts | 2009-06-08 | 1 | -2/+3 |
* | Change GHC_OPTIONS to OPTIONS_GHC | Ian Lynagh | 2009-06-10 | 1 | -1/+1 |
* | Put "%expect 0" directives in the .y files | Ian Lynagh | 2009-06-08 | 4 | -0/+7 |
* | Make a proper Opt_WarnLazyUnliftedBindings warning, with a flag etc | Ian Lynagh | 2009-06-05 | 2 | -1/+7 |
* | Allow RULES for seq, and exploit them | simonpj@microsoft.com | 2009-06-03 | 8 | -131/+230 |
* | Remove the unused remains of __decodeFloat | Ian Lynagh | 2009-06-02 | 1 | -8/+1 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 2 | -8/+1 |
* | Fix Trac #3265: type operators in type/class declarations | simonpj@microsoft.com | 2009-06-02 | 1 | -1/+25 |
* | depend on mk/project.mk appropriately | Simon Marlow | 2009-05-29 | 1 | -3/+3 |
* | Quote commands that we run, so they work if there are space in their paths | Ian Lynagh | 2009-05-30 | 1 | -18/+18 |
* | fix pprDynamicLinkerAsmLabel for Mac OS X x86_64 | Austin Seipp | 2009-05-23 | 1 | -0/+4 |
* | Implement -XMonoLocalBinds: a radical new flag | simonpj@microsoft.com | 2009-05-29 | 2 | -4/+8 |
* | Fix Trac #3259: expose 'lazy' only after generating interface files | simonpj@microsoft.com | 2009-05-29 | 3 | -30/+36 |
* | Fix Trac #3262: suppress name-shadow warning for _names | simonpj@microsoft.com | 2009-05-28 | 4 | -11/+12 |
* | Improve printing of Orig RdrNames | simonpj@microsoft.com | 2009-05-28 | 4 | -30/+44 |
* | Print more nicely in -ddump-splices | simonpj@microsoft.com | 2009-05-28 | 1 | -12/+16 |
* | Fix Trac #3261: make default types play nice with -Werror | simonpj@microsoft.com | 2009-05-28 | 1 | -6/+7 |
* | Adjust error message slightly | simonpj@microsoft.com | 2009-05-28 | 1 | -5/+5 |
* | White space only | simonpj@microsoft.com | 2009-05-28 | 1 | -3/+3 |
* | Remove type-ambiguous (fromIntegral 0)::Int, replacing it with just 0 | simonpj@microsoft.com | 2009-05-28 | 1 | -1/+1 |
* | Move getMainFun to TcRnDriver, trim DynFlags imports | simonpj@microsoft.com | 2009-05-28 | 2 | -12/+7 |
* | Comments only | simonpj@microsoft.com | 2009-05-28 | 1 | -3/+3 |
* | Comments about naming for data constructors | simonpj@microsoft.com | 2009-05-28 | 1 | -6/+6 |
* | Remove dead code isHsVar | simonpj@microsoft.com | 2009-05-28 | 1 | -5/+1 |
* | Comments only | simonpj@microsoft.com | 2009-05-28 | 1 | -3/+11 |
* | Fix Trac #3013: multiple constructors in a GADT decl | simonpj@microsoft.com | 2009-05-28 | 2 | -11/+23 |
* | Separate flags -XDeriveFunctor, -XDeriveFoldable, -XDeriveTraversable | simonpj@microsoft.com | 2009-05-28 | 2 | -10/+26 |
* | Add a comment | simonpj@microsoft.com | 2009-05-28 | 1 | -0/+1 |
* | Follow vreg/hreg patch in X86_64 NCG | Ben.Lippmeier.anu.edu.au | 2009-05-27 | 3 | -4/+2 |
* | Follow vreg/hreg patch in PPC NCG | Ben.Lippmeier@anu.edu.au | 2009-05-26 | 9 | -62/+127 |
* | Follow vreg/hreg patch in x86 NCG | Ben.Lippmeier@anu.edu.au | 2009-05-19 | 8 | -181/+262 |
* | Don't try and coalesce RealReg->RealReg moves | Ben.Lippmeier@anu.edu.au | 2009-05-19 | 1 | -3/+7 |
* | Split Reg into vreg/hreg and add register pairs | Ben.Lippmeier@anu.edu.au | 2009-05-18 | 41 | -1042/+1521 |
* | SPARC NCG: Fix available regs for graph allocator | Ben.Lippmeier@anu.edu.au | 2009-04-21 | 1 | -3/+3 |
* | Fix Trac #3221: renamer warnings for deriving clauses | simonpj@microsoft.com | 2009-05-27 | 3 | -23/+33 |
* | Template Haskell: allow type splices | simonpj@microsoft.com | 2009-05-27 | 9 | -92/+122 |
* | Template Haskell: improve lifting for strings | simonpj@microsoft.com | 2009-05-27 | 3 | -11/+49 |
* | Rename conDeclsNames to hsConDeclsNames, and export it | simonpj@microsoft.com | 2009-05-27 | 1 | -7/+7 |
* | Comments about wiredInIds | simonpj@microsoft.com | 2009-05-27 | 1 | -8/+33 |
* | Wibble some comments to avoid haddock parse errors | Ian Lynagh | 2009-05-26 | 1 | -4/+5 |
* | Remove legacy code that isn't used now that we require GHC >= 6.8 | Ian Lynagh | 2009-05-24 | 4 | -23/+0 |
* | Be more precise about munging compiler/stage1/inplace-pkg-config | Ian Lynagh | 2009-05-24 | 1 | -1/+3 |
* | remove old todo comment | Simon Marlow | 2009-05-20 | 1 | -1/+0 |
* | Need to pass gcc -m64 on amd64 OSX | Ian Lynagh | 2009-05-20 | 1 | -2/+0 |
* | When linking a shared library with --make, always do the link step | Duncan Coutts | 2009-05-19 | 1 | -1/+1 |