summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Fix a build error on powerpc/Linux; spotted by Jeroen PullesIan Lynagh2008-07-231-1/+1
|
* refactoring/tidyup: (not.is64BitInteger) -> is32BitIntegerSimon Marlow2008-07-221-18/+18
|
* Warn about unrecognised pragmas; these often mean we've typoedIan Lynagh2008-07-222-3/+21
|
* Add replacements for the -optdep flags, and deprecate the old onesIan Lynagh2008-07-221-6/+15
|
* Fix the stage3 buildIan Lynagh2008-07-222-11/+15
|
* Fixes for haddock 0.8Ian Lynagh2008-07-2115-39/+39
|
* haddock the stage2 compiler if HADDOCK_DOCS is YESIan Lynagh2008-07-201-0/+5
|
* First step for getting rid of the old -optdep flagsIan Lynagh2008-07-202-51/+73
| | | | | | | They are now handled by the main flag parser, rather than having their own praser that runs later. As an added bonus, 5 global variables are also gone.
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
|
* Fix Haddock errors.Thomas Schilling2008-07-201-58/+58
|
* Fix Haddock errors.Thomas Schilling2008-07-202-4/+4
|
* Fix Haddock errors.Thomas Schilling2008-07-206-39/+40
|
* Fix Haddock errors.Thomas Schilling2008-07-201-7/+7
|
* Fix Haddock errors.Thomas Schilling2008-07-203-7/+7
|
* Fix Haddock errors.Thomas Schilling2008-07-204-10/+10
|
* Fix Haddock errors.Thomas Schilling2008-07-201-11/+10
|
* Fix Haddock errors.Thomas Schilling2008-07-202-17/+17
|
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
|
* Fix Haddock errors.Thomas Schilling2008-07-202-4/+4
|
* Fix Haddock errors.Thomas Schilling2008-07-206-24/+22
|
* Fix Haddock errors.Thomas Schilling2008-07-203-9/+9
|
* Fix Haddock errors.Thomas Schilling2008-07-202-3/+3
|
* Fix Haddock errors.Thomas Schilling2008-07-202-2/+2
|
* Fix Haddock errors.Thomas Schilling2008-07-202-6/+6
|
* Fix Haddock errors.Thomas Schilling2008-07-203-10/+9
|
* Fix Haddock errors.Thomas Schilling2008-07-202-2/+3
|
* Fix Haddock errors.Thomas Schilling2008-07-204-12/+15
|
* Fix Haddock errors.Thomas Schilling2008-07-204-23/+25
|
* Fix Haddock errors.Thomas Schilling2008-07-201-46/+50
|
* Fix Haddock errors.Thomas Schilling2008-07-203-11/+11
|
* Fix Haddock errors.Thomas Schilling2008-07-201-0/+6
|
* Properly comment out unused pragmasIan Lynagh2008-07-203-20/+20
| | | | | | | We now say -- {-# SPECIALIZE ... rather than {-# -- SPECIALIZE ...
* Add a WARNING pragmaIan Lynagh2008-07-2018-157/+205
|
* Some "install" and "clean" fixesIan Lynagh2008-07-181-0/+4
|
* Change how inplace detection works, so that it also works on WindowsIan Lynagh2008-07-181-6/+15
|
* More dependency wibblingIan Lynagh2008-07-181-6/+2
|
* We need to make Parser.y and Config.hs earlierIan Lynagh2008-07-181-4/+4
|
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-181-13/+8
|
* Fix some argument namesIan Lynagh2008-07-171-1/+1
|
* Split building the ghc package and binary into "boot" and "all" stepsIan Lynagh2008-07-171-1/+5
| | | | In "boot" we configure, and in "all" we do the actual building.
* Remove some duplicationIan Lynagh2008-07-171-30/+21
|
* Windows fixesIan Lynagh2008-07-161-1/+7
|
* Fix the inplace compiler finding package.conf on WindowsIan Lynagh2008-07-161-1/+4
|
* Fix the build with GHC 6.4.2Ian Lynagh2008-07-161-0/+4
|
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-1611-1423/+690
| | | | | Installing and bindist creation don't work, but they were already broken. Only tested validating with one setup.
* Fix for 1st half of #2203Before_cabalised-GHCManuel M T Chakravarty2008-07-151-15/+19
|
* Fix check of rhs of type family instances (#2157)Manuel M T Chakravarty2008-07-142-9/+2
|
* FIX BUILD on WindowsSimon Marlow2008-07-141-1/+1
|
* Make showSDoc and printDoc use the same default width (100)Simon Marlow2008-07-141-1/+1
| | | | | | For some reason they were different (100/120), which made some tests produce different output when I moved from showSDoc to printDoc for error messages.
* FIX #2322: add exceptions for more functions in math.hSimon Marlow2008-07-111-2/+10
|