summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Haiku platform (#5828)Paolo Capriotti2012-03-072-1/+6
* Get correct options when calling 'clang' inplace of 'as' (#5903)David Terei2012-03-061-5/+8
* Deal with promoted DataCons in interface files (fixes Trac #5881)Simon Peyton Jones2012-03-051-2/+7
* Fix Trac #5892: a coding errorsSimon Peyton Jones2012-03-041-4/+4
* Make type trimming more conservative with -XDataKinds (fixes Trac #5912)Simon Peyton Jones2012-03-041-16/+50
* Tidy up the handling of kind generalisationSimon Peyton Jones2012-03-043-58/+34
* Attach INLINE pagmas in mutually recursive bindingsSimon Peyton Jones2012-03-042-6/+33
* Improved debug printing with -dverbose-core2coreSimon Peyton Jones2012-03-045-42/+41
* White space onlySimon Peyton Jones2012-03-024-9/+6
* Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-0256-2377/+2324
* Fix crash caused by allowing duplicate *-modules in the context (#5904)Simon Marlow2012-03-021-2/+13
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-03-026-105/+73
* In --make, give an indication of why a module is being recompiledSimon Marlow2012-03-012-76/+97
* Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checkerSimon Marlow2012-03-011-6/+32
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-0112-133/+378
* Fix validate with tables-next-to-code offIan Lynagh2012-02-271-0/+7
* Fix the unregisterised build; fixes #5901Ian Lynagh2012-02-2712-42/+55
* Whitespace only in nativeGen/AsmCodeGen.lhsIan Lynagh2012-02-271-301/+294
* Fix copy/paste error in the docsIan Lynagh2012-02-271-1/+1
* raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)Simon Marlow2012-02-273-11/+67
* slight tweak to help text (#5896)Simon Marlow2012-02-271-2/+2
* Mention -threaded in the intro to Concurrent HaskellSimon Marlow2012-02-272-7/+47
* Remove documentation that a feature was missing, because it is not. (#5896)Simon Marlow2012-02-271-7/+0
* Add sync-all new-workdirJohan Tibell2012-02-271-0/+27
* Replace createDirectoryHierarchy with createDirectoryIfMissing TrueTakano Akio2012-02-275-21/+10
* tyopsGabor Greif2012-02-271-1/+1
* formatting tweaksGabor Greif2012-02-271-8/+8
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* tabs -> spacesGabor Greif2012-02-271-53/+53
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* zap extra semiGabor Greif2012-02-271-1/+1
* typoGabor Greif2012-02-271-5/+5
* comments onlyGabor Greif2012-02-271-6/+6
* typoGabor Greif2012-02-271-1/+1
* typoGabor Greif2012-02-271-1/+1
* some small correctionsGabor Greif2012-02-272-3/+3
* two typosGabor Greif2012-02-272-2/+2
* minor tweakGabor Greif2012-02-271-1/+1
* typoGabor Greif2012-02-271-1/+1
* remove legacy cleanGabor Greif2012-02-271-4/+1
* use idiomatic (GHC) typesGabor Greif2012-02-271-6/+6
* tidied this up, the macro definitions were causing duplicate semis in the sourceGabor Greif2012-02-271-10/+10
* remove unused function: printErrorSimon Marlow2012-02-271-4/+1
* Fix warnings in utils/GraphColor.hsIan Lynagh2012-02-261-4/+26
* Whitespace only in utils/GraphColor.hsIan Lynagh2012-02-261-286/+281
* Change -X flags into LANGUAGE pragmasIan Lynagh2012-02-265-10/+14
* Fix warnings in utils/GraphOps.hsIan Lynagh2012-02-261-7/+31
* Whitespace only in utils/GraphOps.hsIan Lynagh2012-02-261-433/+432
* Implement "value" imports with the CAPIIan Lynagh2012-02-2615-31/+88