summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GHC 6.10Ian Lynagh2010-05-041-0/+13
* The libffi patches are no longer neededIan Lynagh2010-05-043-74405/+0
* Use the in-tree windres; fixes trac #4032Ian Lynagh2010-05-041-1/+1
* Print unfoldings on lambda-bound variablesSimon PJ2010-05-031-17/+15
* Replace FiniteMap and UniqFM with counterparts from containers.Milan Straka2010-05-034-1489/+239
* Make the demand analyser take account of lambda-bound unfoldingsSimon PJ2010-05-032-7/+37
* Fix dynamic libs on OS X, and enable them by defaultIan Lynagh2010-05-032-4/+4
* Switch back to using bytestring from the darcs repo; partially fixes #3855Ian Lynagh2010-05-023-0/+15
* Fix some cpp warnings when building on FreeBSD; patch from Gabor PALIIan Lynagh2010-04-281-0/+8
* Fix "make 2"Ian Lynagh2010-04-272-1/+14
* Inplace programs depend on their shell wrappersIan Lynagh2010-04-271-1/+1
* --make is now the default (#3515), and -fno-code works with --make (#3783)Simon Marlow2010-04-275-36/+148
* remove duplicate docs for -e in --help output (#4010)Simon Marlow2010-04-261-3/+0
* workaround for #4003, fixes HEAD build with 6.12.2Simon Marlow2010-04-261-0/+7
* Make sure all the clean rules are always includedIan Lynagh2010-04-244-35/+47
* Correct the name of the amd64/FreeBSD platform in PlatformSupportsSharedLibsIan Lynagh2010-04-241-1/+1
* Include DPH docs in bindistsIan Lynagh2010-04-241-0/+1
* reinstate eta-expansion during SimplGently, to fix inlining of sequence_Simon Marlow2010-04-231-4/+1
* fix 64-bit value for W_SHIFT, which thankfully appears to be not usedSimon Marlow2010-04-221-1/+1
* Add missing constant folding and optimisation for unsigned divisionSimon Marlow2010-04-221-0/+5
* Fix the GHC API link in the main doc index.htmlIan Lynagh2010-04-222-2/+2
* Give the right exit code in darcs-allIan Lynagh2010-04-211-0/+4
* Use StgWord64 instead of ullongIan Lynagh2010-04-219-79/+121
* Implement try10Times in MakefileIan Lynagh2010-04-201-5/+17
* Fix crash in non-threaded RTS on WindowsSimon Marlow2010-04-202-9/+13
* Expand the scope of the event_buf_mutex to cover io_manager_eventSimon Marlow2010-04-201-15/+26
* Flags -auto and -auto-all operate only on functions not marked INLINE.Milan Straka2010-03-313-8/+15
* Spelling correction for LANGUAGE pragmasMax Bolingbroke2010-04-134-8/+111
* Update the user guide so it talks about the newer "do rec" notation everywhereIan Lynagh2010-04-162-4/+10
* Fix typoIan Lynagh2010-04-161-1/+1
* Fix Trac #3950: unifying types of different kindssimonpj@microsoft.com2010-04-121-28/+43
* Fix Trac #3943: incorrect unused-variable warningsimonpj@microsoft.com2010-04-124-32/+41
* Convert boot and boot-pkgs to perlIan Lynagh2010-04-153-95/+150
* Use $(MAKE), not make, when recursively calling makeIan Lynagh2010-04-151-1/+1
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-125-11/+0
* Increase the minimum version number required to 6.10 in configure.acIan Lynagh2010-04-121-2/+2
* The bootstrapping compiler is now required to be > 609Ian Lynagh2010-04-094-15/+0
* Handle IND_STATIC in isRetainerIan Lynagh2010-04-092-2/+8
* Add Data and Typeable instances to HsSynDavid Waern2010-03-3030-28/+325
* Fix for derefing ThreadRelocated TSOs in MVar operationsSimon Marlow2010-04-074-40/+73
* sanity check fixSimon Marlow2010-04-071-1/+3
* get the reg liveness right in the putMVar# heap checkSimon Marlow2010-04-071-1/+1
* initialise the headers of MSG_BLACKHOLE objects properlySimon Marlow2010-04-071-1/+1
* initialise the headers of MVAR_TSO_QUEUE objects properlySimon Marlow2010-04-071-2/+2
* undo debugging codeSimon Marlow2010-04-061-3/+2
* putMVar#: fix reg liveness in the heap checkSimon Marlow2010-04-061-1/+1
* account for the new BLACKHOLEs in the GHCi debuggerSimon Marlow2010-04-061-3/+6
* don't forget to deRefTSO() in tryWakeupThread()Simon Marlow2010-04-061-1/+2
* Fix bug in popRunQueueSimon Marlow2010-04-061-1/+3
* fix bug in migrateThread()Simon Marlow2010-04-011-1/+1