summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-1549-961/+1043
* comments on SRC_HC_OPTS (#4829)Simon Marlow2010-12-141-0/+17
* fix another sanity error, and refactor/tidy upSimon Marlow2010-12-091-9/+8
* Fix a bug in functorLikeTraverse, which was giving wrong answer for tuplessimonpj@microsoft.com2010-12-152-6/+8
* Improve printing for -ddump-derivsimonpj@microsoft.com2010-12-156-11/+31
* Tighten up what it means to be an "enumeration data constructor"simonpj@microsoft.com2010-12-152-3/+17
* Allow enumerations to have phantom arguments.simonpj@microsoft.com2010-12-151-2/+2
* Instance declaration overlap allowed if *either* has -XOverlappingInstancessimonpj@microsoft.com2010-12-142-27/+22
* Fix Trac #4841: behave right with TypeSynonymInstances and NoFlexibleInstancessimonpj@microsoft.com2010-12-143-2/+7
* Fix Trac #3731: more superclass subtlety (sigh)simonpj@microsoft.com2010-12-141-1/+4
* Less verbose debug printsimonpj@microsoft.com2010-12-141-1/+1
* Wibble to InstEnv.instanceHeadsimonpj@microsoft.com2010-12-141-4/+7
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-145-51/+0
* GHC 6.12 is now needed to build the HEADIan Lynagh2010-12-141-2/+2
* Add libstdc++-4.5.0-1-mingw32-dll-6.tar.lzma to mingw tarballsIan Lynagh2010-12-131-0/+2
* Fix recursive superclasses (again). Fixes Trac #4809.simonpj@microsoft.com2010-12-1336-518/+486
* Doing the smart canonicalization only if we are not simplifying a Rule LHS.dimitris@microsoft.com2010-12-103-5/+19
* Moved canonicalisation inside solveInteractdimitris@microsoft.com2010-12-093-48/+102
* GHCi linker: Assume non-Haskell libraries are dynamic libsIan Lynagh2010-12-131-0/+3
* Add --version support to ghc-cabalIan Lynagh2010-12-121-0/+2
* Don't link the GHC RTS into our C-only programsIan Lynagh2010-12-101-1/+8
* Build a copy of ghc-cabal with the in-tree compiler, for the bindistIan Lynagh2010-12-105-47/+96
* Add a test that all programs in the bindist were built with the right GHCIan Lynagh2010-12-102-0/+21
* Fix Trac #4534: renamer bugsimonpj@microsoft.com2010-12-103-17/+21
* White space onlysimonpj@microsoft.com2010-12-102-3/+4
* Comments onlysimonpj@microsoft.com2010-12-101-5/+11
* Make the case-to-let transformation a little less eagersimonpj@microsoft.com2010-12-081-20/+26
* warning fix: don't redefine BLOCKS_PER_MBLOCKSimon Marlow2010-12-101-0/+2
* Only reset the event log if logging is turned on (addendum to #4512)Simon Marlow2010-12-103-4/+13
* allocate enough room for the longer filename (addendum to #4512)Simon Marlow2010-12-101-1/+3
* Fix Windows build: move rtsTimerSignal to the POSIX-only sectionSimon Marlow2010-12-101-2/+2
* Default the value of -dppr-cols when the static flags aren't initialised yetBen Lippmeier2010-12-101-1/+10
* Defensify naked read in LLVM manglerBen Lippmeier2010-12-101-10/+27
* Formatting onlyBen Lippmeier2010-12-101-19/+19
* Always ppr case alts on separate linesBen Lippmeier2010-12-081-1/+1
* Add -dppr-colsN to set width of dumpsBen Lippmeier2010-12-083-4/+10
* Add -dppr-case-as-let to print "strict lets" as actual letsBen Lippmeier2010-12-083-5/+28
* Suppress more info with -dsuppress-idinfoBen Lippmeier2010-12-081-0/+2
* Implement -dsuppress-type-signaturesBen Lippmeier2010-12-083-5/+16
* Add more suppression flagsBen Lippmeier2010-12-083-14/+54
* fix ticket number (#4505)Simon Marlow2010-12-091-1/+1
* fix warningsSimon Marlow2010-12-091-1/+4
* Catch too-large allocations and emit an error message (#4505)Simon Marlow2010-12-094-0/+21
* Export the value of the signal used by scheduler (#4504)Dmitry Astapov2010-12-083-0/+8
* Tweak the "sorry" message a bitSimon Marlow2010-12-081-1/+1
* :unset settings supportBoris Lykah2010-11-231-20/+35
* Fix Windows memory freeing: add a check for fb == NULL; fixes trac #4506Ian Lynagh2010-12-081-40/+51
* Fixes for #4512: EventLog.c - provides ability to terminate event logging, Sc...Dmitry Astapov2010-12-033-4/+51
* Make CPPFLAGS variables, as well as CFLAGS and LDFLAGSIan Lynagh2010-12-074-6/+16
* Add a configure messageIan Lynagh2010-12-061-0/+2