summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the dynmaic library paths in the libs, as well as in the programsIan Lynagh2013-06-224-12/+43
* Run "sh ./configure" rather than "sh configure"; part of #7992Ian Lynagh2013-06-221-1/+1
* On OS X, fix the path to the libffi dynlib; fixes #7833Ian Lynagh2013-06-221-0/+1
* Fix build on OS XIan Lynagh2013-06-221-0/+4
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-06-221-0/+4
|\
| * Fix #8009 : Failure to compile on powerpc64-linux.Erik de Castro Lopo2013-06-221-0/+4
* | Fix syntax in some code in the user guide; fixes #8007Ian Lynagh2013-06-221-4/+4
* | The help flag is --help, not -help; fixes #8005Ian Lynagh2013-06-221-1/+1
* | Use consistent dashes in the user guideIan Lynagh2013-06-2212-73/+73
* | Remove extra dashes in a flag name in the user guideIan Lynagh2013-06-221-1/+1
|/
* Whitespace only in HeaderInfoIan Lynagh2013-06-221-34/+27
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-2158-1165/+1428
* Typo in noteGabor Greif2013-06-211-1/+1
* Ensure gc_type is StgWord8.Austin Seipp2013-06-211-1/+1
* Ensure gc_thread->wakeup is of type StgWord8.Austin Seipp2013-06-211-1/+1
* Don't use -finline-limit with Clang.Austin Seipp2013-06-211-0/+2
* Initialize ptr to NULL to silence Clang warning.Austin Seipp2013-06-201-1/+1
* Add release note blurb for Clang support.Austin Seipp2013-06-201-0/+7
* Document -fwarn-dodgy-imports changes in release notes. Trac #7167.Austin Seipp2013-06-201-0/+7
* Fix rts/package.conf.in ld-options for Clang.Austin Seipp2013-06-201-78/+78
* Support QNXNTO for arm under LLVMStephen Paul Weber2013-06-201-0/+3
* Fix #7661 regression.David Terei2013-06-191-1/+1
* Re-untabify rts/packages.conf.inAustin Seipp2013-06-191-25/+25
* Revert "Fix rts/packages.conf.in ld-options for clang."Austin Seipp2013-06-191-78/+78
* Revert "Untabify rts/packages.conf.in"Austin Seipp2013-06-191-25/+25
* Revert "Actually fix rts/packages.conf.in ld-options."Austin Seipp2013-06-191-78/+78
* Fix typo in header guard.Austin Seipp2013-06-191-1/+1
* Actually fix rts/packages.conf.in ld-options.Austin Seipp2013-06-181-78/+78
* Untabify rts/packages.conf.inAustin Seipp2013-06-181-25/+25
* Fix rts/packages.conf.in ld-options for clang.Austin Seipp2013-06-181-78/+78
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-1824-48/+47
* Suppress some more warnings from Clang.Austin Seipp2013-06-181-1/+1
* Use assembler-with-cpp mode when running CPP.Austin Seipp2013-06-181-4/+8
* Remove redundant import, revealed by the fix to #7963Simon Peyton Jones2013-06-181-1/+0
* Emit addUsedRdrNames for the datacons in a standalone deriving (Trac #7969)Simon Peyton Jones2013-06-171-3/+15
* Use ideclImplicit to filter out only *implict* Prelude imports (Trac #7963)Simon Peyton Jones2013-06-171-4/+1
* Work-around clang weirdness by adding a newline.Austin Seipp2013-06-171-1/+9
* Add some missing clang bits to the build system.Austin Seipp2013-06-173-1/+12
* Release note blurb for Linker fixes.Austin Seipp2013-06-161-0/+6
* Detect linker information at runtime. Fixes Trac #6063Austin Seipp2013-06-165-43/+137
* Fix ghci crash when the user code closes stdinIan Lynagh2013-06-151-0/+5
* Optimise lockClosure when n_capabilities == 1; fixes #693Ian Lynagh2013-06-153-11/+47
* Whitespace and braces onlyIan Lynagh2013-06-151-4/+5
* Add braces for clarityIan Lynagh2013-06-151-1/+2
* Maintain per-generation lists of weak pointers (#7847)Takano Akio2013-06-1512-110/+161
* Check for a weak pointer being dead before we do any allocation for itIan Lynagh2013-06-151-8/+8
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-1511-99/+110
* Optimization for takeMVar/putMVar when MVar left empty; fixes #7923Ian Lynagh2013-06-151-20/+29
* Whitespace only in rts/storage/SMPClosureOps.hIan Lynagh2013-06-141-7/+7
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-145-20/+21