summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Fix #3412: the worker of an Id might not be a local IdSimon Marlow2009-08-031-2/+3
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-291-1/+1
* Be a bit more sensible about choosing external OccNamesSimon Marlow2009-07-281-6/+19
* Give a better error message for hidden packages when building Cabal packageIan Lynagh2009-07-261-2/+13
* Add a -fbuilding-cabal-package flagIan Lynagh2009-07-261-0/+2
* Add an extension to disable n+k patternsIan Lynagh2009-07-251-0/+4
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-243-5/+7
* point to the wikiSimon Marlow2009-07-231-0/+4
* refactoringsSimon Marlow2009-07-231-8/+9
* Use the ErrMsg record typesimonpj@microsoft.com2009-07-231-7/+7
* Add tuple sections as a new featuresimonpj@microsoft.com2009-07-231-0/+2
* remove unused $(HscIfaceFileVersion)Simon Marlow2009-07-201-1/+0
* Choose external names more predictablySimon Marlow2009-07-201-198/+303
* Add a -fwarn-dodgy-exports flag; fixes #1911Ian Lynagh2009-07-191-0/+3
* Add osuf to the name we use for the split dirIan Lynagh2009-07-181-1/+1
* Move showOpt into DynFlagsIan Lynagh2009-07-162-5/+5
* Make the --info values printable with "ghc --print-foo"; trac #3122Ian Lynagh2009-07-161-16/+21
* whitespace onlySimon Marlow2009-07-161-2/+2
* refactor: use packageConfigId in place of mkPackageId . packageSimon Marlow2009-07-162-5/+5
* Add the -fno-shared-implib flagIan Lynagh2009-07-142-1/+7
* Remove maybePrefixMatch, using stripPrefix insteadIan Lynagh2009-07-094-6/+8
* Remove unused importsIan Lynagh2009-07-077-11/+1
* Major patch to fix reporting of unused importssimonpj@microsoft.com2009-07-061-6/+7
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-068-15/+11
* Make -fext-core a dynamic flag (it was a static flag)Ian Lynagh2009-07-053-5/+2
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-017-14/+20
* Require GHCForeignImportPrim for "foreign import prim"Duncan Coutts2009-06-111-0/+2
* copyFileWithHeader: use binary HandlesSimon Marlow2009-06-151-6/+7
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-1/+5
* Fix the flag used to force linking when we are making a shared libraryDuncan Coutts2009-06-041-1/+1
* Change GHC_OPTIONS to OPTIONS_GHCIan Lynagh2009-06-101-1/+1
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-081-0/+2
* Make a proper Opt_WarnLazyUnliftedBindings warning, with a flag etcIan Lynagh2009-06-051-0/+4
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-3/+0
* Implement -XMonoLocalBinds: a radical new flagsimonpj@microsoft.com2009-05-291-0/+2
* Improve printing of Orig RdrNamessimonpj@microsoft.com2009-05-281-14/+22
* Move getMainFun to TcRnDriver, trim DynFlags importssimonpj@microsoft.com2009-05-281-11/+1
* Separate flags -XDeriveFunctor, -XDeriveFoldable, -XDeriveTraversablesimonpj@microsoft.com2009-05-281-0/+8
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-0/+3
* 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