| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build with GHC 6.10 | Ian Lynagh | 2010-05-04 | 1 | -0/+13 |
* | The libffi patches are no longer needed | Ian Lynagh | 2010-05-04 | 3 | -74405/+0 |
* | Use the in-tree windres; fixes trac #4032 | Ian Lynagh | 2010-05-04 | 1 | -1/+1 |
* | Print unfoldings on lambda-bound variables | Simon PJ | 2010-05-03 | 1 | -17/+15 |
* | Replace FiniteMap and UniqFM with counterparts from containers. | Milan Straka | 2010-05-03 | 4 | -1489/+239 |
* | Make the demand analyser take account of lambda-bound unfoldings | Simon PJ | 2010-05-03 | 2 | -7/+37 |
* | Fix dynamic libs on OS X, and enable them by default | Ian Lynagh | 2010-05-03 | 2 | -4/+4 |
* | Switch back to using bytestring from the darcs repo; partially fixes #3855 | Ian Lynagh | 2010-05-02 | 3 | -0/+15 |
* | Fix some cpp warnings when building on FreeBSD; patch from Gabor PALI | Ian Lynagh | 2010-04-28 | 1 | -0/+8 |
* | Fix "make 2" | Ian Lynagh | 2010-04-27 | 2 | -1/+14 |
* | Inplace programs depend on their shell wrappers | Ian Lynagh | 2010-04-27 | 1 | -1/+1 |
* | --make is now the default (#3515), and -fno-code works with --make (#3783) | Simon Marlow | 2010-04-27 | 5 | -36/+148 |
* | remove duplicate docs for -e in --help output (#4010) | Simon Marlow | 2010-04-26 | 1 | -3/+0 |
* | workaround for #4003, fixes HEAD build with 6.12.2 | Simon Marlow | 2010-04-26 | 1 | -0/+7 |
* | Make sure all the clean rules are always included | Ian Lynagh | 2010-04-24 | 4 | -35/+47 |
* | Correct the name of the amd64/FreeBSD platform in PlatformSupportsSharedLibs | Ian Lynagh | 2010-04-24 | 1 | -1/+1 |
* | Include DPH docs in bindists | Ian Lynagh | 2010-04-24 | 1 | -0/+1 |
* | reinstate eta-expansion during SimplGently, to fix inlining of sequence_ | Simon Marlow | 2010-04-23 | 1 | -4/+1 |
* | fix 64-bit value for W_SHIFT, which thankfully appears to be not used | Simon Marlow | 2010-04-22 | 1 | -1/+1 |
* | Add missing constant folding and optimisation for unsigned division | Simon Marlow | 2010-04-22 | 1 | -0/+5 |
* | Fix the GHC API link in the main doc index.html | Ian Lynagh | 2010-04-22 | 2 | -2/+2 |
* | Give the right exit code in darcs-all | Ian Lynagh | 2010-04-21 | 1 | -0/+4 |
* | Use StgWord64 instead of ullong | Ian Lynagh | 2010-04-21 | 9 | -79/+121 |
* | Implement try10Times in Makefile | Ian Lynagh | 2010-04-20 | 1 | -5/+17 |
* | Fix crash in non-threaded RTS on Windows | Simon Marlow | 2010-04-20 | 2 | -9/+13 |
* | Expand the scope of the event_buf_mutex to cover io_manager_event | Simon Marlow | 2010-04-20 | 1 | -15/+26 |
* | Flags -auto and -auto-all operate only on functions not marked INLINE. | Milan Straka | 2010-03-31 | 3 | -8/+15 |
* | Spelling correction for LANGUAGE pragmas | Max Bolingbroke | 2010-04-13 | 4 | -8/+111 |
* | Update the user guide so it talks about the newer "do rec" notation everywhere | Ian Lynagh | 2010-04-16 | 2 | -4/+10 |
* | Fix typo | Ian Lynagh | 2010-04-16 | 1 | -1/+1 |
* | Fix Trac #3950: unifying types of different kinds | simonpj@microsoft.com | 2010-04-12 | 1 | -28/+43 |
* | Fix Trac #3943: incorrect unused-variable warning | simonpj@microsoft.com | 2010-04-12 | 4 | -32/+41 |
* | Convert boot and boot-pkgs to perl | Ian Lynagh | 2010-04-15 | 3 | -95/+150 |
* | Use $(MAKE), not make, when recursively calling make | Ian Lynagh | 2010-04-15 | 1 | -1/+1 |
* | Remove the ghc_ge_609 makefile variables | Ian Lynagh | 2010-04-12 | 5 | -11/+0 |
* | Increase the minimum version number required to 6.10 in configure.ac | Ian Lynagh | 2010-04-12 | 1 | -2/+2 |
* | The bootstrapping compiler is now required to be > 609 | Ian Lynagh | 2010-04-09 | 4 | -15/+0 |
* | Handle IND_STATIC in isRetainer | Ian Lynagh | 2010-04-09 | 2 | -2/+8 |
* | Add Data and Typeable instances to HsSyn | David Waern | 2010-03-30 | 30 | -28/+325 |
* | Fix for derefing ThreadRelocated TSOs in MVar operations | Simon Marlow | 2010-04-07 | 4 | -40/+73 |
* | sanity check fix | Simon Marlow | 2010-04-07 | 1 | -1/+3 |
* | get the reg liveness right in the putMVar# heap check | Simon Marlow | 2010-04-07 | 1 | -1/+1 |
* | initialise the headers of MSG_BLACKHOLE objects properly | Simon Marlow | 2010-04-07 | 1 | -1/+1 |
* | initialise the headers of MVAR_TSO_QUEUE objects properly | Simon Marlow | 2010-04-07 | 1 | -2/+2 |
* | undo debugging code | Simon Marlow | 2010-04-06 | 1 | -3/+2 |
* | putMVar#: fix reg liveness in the heap check | Simon Marlow | 2010-04-06 | 1 | -1/+1 |
* | account for the new BLACKHOLEs in the GHCi debugger | Simon Marlow | 2010-04-06 | 1 | -3/+6 |
* | don't forget to deRefTSO() in tryWakeupThread() | Simon Marlow | 2010-04-06 | 1 | -1/+2 |
* | Fix bug in popRunQueue | Simon Marlow | 2010-04-06 | 1 | -1/+3 |
* | fix bug in migrateThread() | Simon Marlow | 2010-04-01 | 1 | -1/+1 |