summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make -dynload sysdep mean to embed rpaths in shared libs as well as binariesDuncan Coutts2009-05-191-1/+7
* Switch the default -dynload mode to SystemDependentDuncan Coutts2009-05-171-1/+1
* Set the soname when creating a shared libDuncan Coutts2009-05-151-0/+1
* Keep C main separate from rts lib and link it in for standalone progsDuncan Coutts2009-05-151-0/+8
* Remove old Windows-only implementation of keeping main outside the rtsDuncan Coutts2009-05-141-9/+0
* Need to pass gcc -m64 on amd64 OSXIan Lynagh2009-05-201-1/+7
* Fix the unregisterised buildIan Lynagh2009-05-201-1/+2
* Build fix for amd64/OSXIan Lynagh2009-05-201-1/+1
* Need to pass gcc -m64 on amd64 OSXIan Lynagh2009-05-201-0/+2
* Use machdepCCOpts when running "as"Ian Lynagh2009-05-201-3/+9
* make [123] omits phases 1,2, and 3Simon Marlow2009-05-191-3/+3
* Make -Odph imply -fsimplifier-phases=3Roman Leshchinskiy2009-05-191-0/+3
* fix typo: TH.ModName -> TH.PkgNameSimon Marlow2009-05-181-1/+1
* Fix #3207: add has_side_effects = True for lots of primopsSimon Marlow2009-05-152-5/+93
* Further fixes to the stage1 version hack; fix validate.Simon Marlow2009-05-151-0/+19
* don't rebuild the whole of stage 1 just because the date has changedSimon Marlow2009-05-141-0/+10
* Hide warnings from alex/happy sourcesIan Lynagh2009-05-147-7/+7