summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "Stop using -Wl,-no_pie on OS X"Ian Lynagh2011-08-041-2/+4
* Change the representation of export lists in .hi filesSimon Peyton Jones2011-08-041-22/+28
* Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-08-041-1/+23
* Stop using -Wl,-no_pie on OS XIan Lynagh2011-08-031-4/+2
* On OS X x86_64, use "-Wl,-no_pie" and "-Wl,-no_compact_unwind" to avoid linke...Manuel M T Chakravarty2011-08-031-0/+11
* Implement a findCycle function in Digraph,Simon Peyton Jones2011-07-241-42/+25
* Change loop breaker terminologySimon Peyton Jones2011-07-241-1/+1
* Comments and white spaceSimon Peyton Jones2011-07-241-1/+0
* Fix #481: use a safe recompilation check when Template Haskell isSimon Marlow2011-07-205-52/+125
* note that we don't understand a comment (#5249)Simon Marlow2011-07-201-0/+2
* Remove more defaultTargetPlatform usesIan Lynagh2011-07-191-1/+1
* An example of failure:Sergei Trofimovich2011-07-191-1/+9
* Spelling error in commentSimon Peyton Jones2011-07-191-1/+1
* More work towards cross-compilationIan Lynagh2011-07-192-8/+11
* Separate the warning flags into their own datatypeIan Lynagh2011-07-143-71/+88
* Remove SafeLanguage from safe haskellDavid Terei2011-07-143-34/+7
* derive Typeable (eliminate deprecation warnings for mkTyCon)Simon Marlow2011-07-121-16/+5
* Make an extension for interruptible FFI callsIan Lynagh2011-07-121-0/+2
* Remove -fmethod-sharingIan Lynagh2011-07-051-4/+0
* Remove the Opt_Generics constructorIan Lynagh2011-07-051-5/+2
* -optm is now deprecatedIan Lynagh2011-07-052-6/+2
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-053-22/+30
* Fix a copy-and-paste-oIan Lynagh2011-07-051-1/+1
* Flip fplugin options to restore hasarg parsingMax Bolingbroke2011-07-051-2/+2
* Remove some conditional CPP from DriverPipelineIan Lynagh2011-07-051-69/+66
* Restore home-package-plugin functionalityMax Bolingbroke2011-07-055-20/+40
* SafeHaskell: Try to be consistent in naming.David Terei2011-07-053-14/+16
* SafeHaskell: Improve comments in code.David Terei2011-07-052-17/+48
* SafeHaskell: Fix trust check for when safe module importsDavid Terei2011-07-052-8/+21
* Use sepArg instead of hasArg for -fplugin* to avoid ambiguityMax Bolingbroke2011-07-051-4/+7
* Warn if LLVM tools aren't installed (#5169)David Terei2011-07-051-1/+3
* Fix to use %note instead of @note as an ELF section note on ARM architectureKarel Gardas2011-07-051-1/+14
* Fix Trac #5263: bug in chooseExternalIdsSimon Peyton Jones2011-07-051-74/+105
* trac #5265 (support for additional .ghci files)Sam Anklesaria2011-07-041-1/+10
* Enable LLVM backend in unregisterised mode (#5145)David Terei2011-06-231-3/+0
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-06-231-22/+17
|\
| * Move more commands into the settings fileIan Lynagh2011-06-221-17/+7
| * Move some Windows special-casing out of the compilerIan Lynagh2011-06-221-5/+10
* | Get rid of the DFunArg type and all its worksSimon Peyton Jones2011-06-231-1/+1
|/
* SafeHaskell: Fix some mistakes in trust checking.David Terei2011-06-172-8/+21
* SafeHaskell: code wibble.David Terei2011-06-171-3/+3
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-1/+1
* SafeHaskell: Transitively check safety when compiling a module.David Terei2011-06-174-18/+44
* SafeHaskell: Improve safe import fail error messageDavid Terei2011-06-171-3/+3
* SafeHaskell: Restore comment although we don't know what it means.David Terei2011-06-171-1/+8
* SafeHaskell: No longer restrict some safe compilation thingsDavid Terei2011-06-171-20/+20
* SafeHaskell: Improve error handling for -XSafe... flagsDavid Terei2011-06-171-19/+21
* SafeHaskell: Change SafeHaskellMode to use Outputable vs ShowDavid Terei2011-06-171-10/+10
* SafeHaskell: Fix typo in warningDavid Terei2011-06-171-1/+1
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-1/+5