summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* pprExpr: don't add extra parens around [a..b] in an argument positionSimon Marlow2009-06-081-0/+2
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-299-17/+62
* Fix the compiler-hs-dependency'sIan Lynagh2009-06-121-7/+7
* Deprecate the threadsafe kind of foreign importDuncan Coutts2009-06-114-15/+26
* Fix the flag used to force linking when we are making a shared libraryDuncan Coutts2009-06-041-1/+1
* Check we're not using stdcall in foreign export on unsupported platformsDuncan Coutts2009-06-081-2/+3
* Change GHC_OPTIONS to OPTIONS_GHCIan Lynagh2009-06-101-1/+1
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-084-0/+7
* Make a proper Opt_WarnLazyUnliftedBindings warning, with a flag etcIan Lynagh2009-06-052-1/+7
* Allow RULES for seq, and exploit themsimonpj@microsoft.com2009-06-038-131/+230
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-8/+1
* Remove old GUM/GranSim codeSimon Marlow2009-06-022-8/+1
* Fix Trac #3265: type operators in type/class declarationssimonpj@microsoft.com2009-06-021-1/+25
* depend on mk/project.mk appropriatelySimon Marlow2009-05-291-3/+3
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-18/+18
* fix pprDynamicLinkerAsmLabel for Mac OS X x86_64Austin Seipp2009-05-231-0/+4
* Implement -XMonoLocalBinds: a radical new flagsimonpj@microsoft.com2009-05-292-4/+8
* Fix Trac #3259: expose 'lazy' only after generating interface filessimonpj@microsoft.com2009-05-293-30/+36
* Fix Trac #3262: suppress name-shadow warning for _namessimonpj@microsoft.com2009-05-284-11/+12
* Improve printing of Orig RdrNamessimonpj@microsoft.com2009-05-284-30/+44
* Print more nicely in -ddump-splicessimonpj@microsoft.com2009-05-281-12/+16
* Fix Trac #3261: make default types play nice with -Werrorsimonpj@microsoft.com2009-05-281-6/+7
* Adjust error message slightlysimonpj@microsoft.com2009-05-281-5/+5
* White space onlysimonpj@microsoft.com2009-05-281-3/+3
* Remove type-ambiguous (fromIntegral 0)::Int, replacing it with just 0simonpj@microsoft.com2009-05-281-1/+1
* Move getMainFun to TcRnDriver, trim DynFlags importssimonpj@microsoft.com2009-05-282-12/+7
* Comments onlysimonpj@microsoft.com2009-05-281-3/+3
* Comments about naming for data constructorssimonpj@microsoft.com2009-05-281-6/+6
* Remove dead code isHsVarsimonpj@microsoft.com2009-05-281-5/+1
* Comments onlysimonpj@microsoft.com2009-05-281-3/+11
* Fix Trac #3013: multiple constructors in a GADT declsimonpj@microsoft.com2009-05-282-11/+23
* Separate flags -XDeriveFunctor, -XDeriveFoldable, -XDeriveTraversablesimonpj@microsoft.com2009-05-282-10/+26
* Add a commentsimonpj@microsoft.com2009-05-281-0/+1
* Follow vreg/hreg patch in X86_64 NCGBen.Lippmeier.anu.edu.au2009-05-273-4/+2
* Follow vreg/hreg patch in PPC NCGBen.Lippmeier@anu.edu.au2009-05-269-62/+127
* Follow vreg/hreg patch in x86 NCGBen.Lippmeier@anu.edu.au2009-05-198-181/+262
* Don't try and coalesce RealReg->RealReg movesBen.Lippmeier@anu.edu.au2009-05-191-3/+7
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-1841-1042/+1521
* SPARC NCG: Fix available regs for graph allocatorBen.Lippmeier@anu.edu.au2009-04-211-3/+3
* Fix Trac #3221: renamer warnings for deriving clausessimonpj@microsoft.com2009-05-273-23/+33
* Template Haskell: allow type splicessimonpj@microsoft.com2009-05-279-92/+122
* Template Haskell: improve lifting for stringssimonpj@microsoft.com2009-05-273-11/+49
* Rename conDeclsNames to hsConDeclsNames, and export itsimonpj@microsoft.com2009-05-271-7/+7
* Comments about wiredInIdssimonpj@microsoft.com2009-05-271-8/+33
* Wibble some comments to avoid haddock parse errorsIan Lynagh2009-05-261-4/+5
* Remove legacy code that isn't used now that we require GHC >= 6.8Ian Lynagh2009-05-244-23/+0
* Be more precise about munging compiler/stage1/inplace-pkg-configIan Lynagh2009-05-241-1/+3
* remove old todo commentSimon Marlow2009-05-201-1/+0
* Need to pass gcc -m64 on amd64 OSXIan Lynagh2009-05-201-2/+0
* When linking a shared library with --make, always do the link stepDuncan Coutts2009-05-191-1/+1