summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-278-73/+81
* Fix vectorisation of recursive typesRoman Leshchinskiy2011-01-2613-164/+107
* Fix dependencies among specialisations for imported Idssimonpj@microsoft.com2011-01-261-13/+57
* Fix bug in roughTopNamessimonpj@microsoft.com2011-01-261-3/+23
* Comments only, plus a tiny bit of debug printingsimonpj@microsoft.com2011-01-261-7/+8
* Comments onlysimonpj@microsoft.com2011-01-261-4/+10
* Look through type synonyms when computing orphanssimonpj@microsoft.com2011-01-265-51/+55
* Bleat a bit more informatively in unionListssimonpj@microsoft.com2011-01-261-2/+6
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-249-30/+50
* Fix validate on OS X 64Ian Lynagh2011-01-241-2/+3
* Split main/GHC into GHC and GhcMakesimonpj@microsoft.com2011-01-254-1455/+1544
* Comments onlysimonpj@microsoft.com2011-01-251-1/+2
* Fix Trac #3717 by making exprOkForSpeculation a bit cleverersimonpj@microsoft.com2011-01-252-41/+61
* Improve dataToTag# magicsimonpj@microsoft.com2011-01-252-3/+32
* Fix Trac #4917: try a bit harder to unify on-the-flysimonpj@microsoft.com2011-01-251-8/+28
* DPH options updatedManuel M T Chakravarty2011-01-243-37/+40
* Add build system profiling to build systemIan Lynagh2011-01-2315-0/+47
* Fix ghci in stage3Ian Lynagh2011-01-232-5/+2
* Remove use of non-existent $$(dir) variable in the rts ghc.mkIan Lynagh2011-01-231-1/+1
* Add some missing dependenciesIan Lynagh2011-01-231-1/+6
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-233-9/+9
* Use := when assigning the result of $(wildcard ...)Ian Lynagh2011-01-222-4/+5
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-2211-226/+122
* Manually control more of the Cabal flags for the compiler and ghc packagesIan Lynagh2011-01-213-0/+13
* Remove some hardcoded makefile settingsIan Lynagh2011-01-212-19/+2
* tweak newArray# documentation againSimon Marlow2011-01-191-1/+1
* Fix OSTYPE testIan Lynagh2011-01-201-2/+2
* Comments onlysimonpj@microsoft.com2011-01-191-1/+1
* Add OSTYPE build-system variable, and use itsimonpj@microsoft.com2011-01-134-7/+20
* Remove an extraneous comma that stopped ghc-cabal from buildingIan Lynagh2011-01-191-1/+1
* Move some make variables aroundIan Lynagh2011-01-192-14/+14
* Remove a debugging 'info'Ian Lynagh2011-01-191-1/+0
* Move the PACKAGE_MAGIC evaluation inside package-data.mkIan Lynagh2011-01-192-6/+7
* Fix libraries/index.html's haddock dependency on WindowsIan Lynagh2011-01-191-1/+1
* Add configure phases for the stage 3 compilerIan Lynagh2011-01-191-0/+2
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-183-7/+8
* Fix documentation bug: newArray# accepts word count, not byte count.Edward Z. Yang2011-01-181-1/+1
* Update the location of libffi.dll.aIan Lynagh2011-01-181-1/+1
* Update the generics docs; pointed out by Christian MaederIan Lynagh2011-01-171-8/+10
* ghc-cabal now adds the language flag being usedIan Lynagh2011-01-171-0/+1
* Reinstate the OS X flags in the LDFLAGS etc variablesIan Lynagh2011-01-171-9/+3
* Add NondecreasingIndentation extension to ghc-binIan Lynagh2011-01-171-0/+2
* Change an "if ... else return ()" into a "when"Ian Lynagh2011-01-171-3/+1
* Add NondecreasingIndentation to the list of extensions in ghc-pkgIan Lynagh2011-01-171-1/+1
* Add NondecreasingIndentation to the list of extensions in the ghc packageIan Lynagh2011-01-171-0/+2
* Fix deps on the ghc packageIan Lynagh2011-01-171-5/+8
* Tidy up gmp cleaningIan Lynagh2011-01-171-11/+2
* Remove redundant libraries/cabal-bin.hsIan Lynagh2011-01-162-63/+0
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-162-3/+6
* Simplify a bit of makefileIan Lynagh2011-01-161-4/+2