| Commit message (Expand) | Author | Age | Files | Lines |
* | If we're profiling GHC, don't bother building the GHC package the vanilla way | Ian Lynagh | 2008-09-13 | 1 | -1/+5 |
* | Remove dataConInstOrigDictsAndArgTys | simonpj@microsoft.com | 2008-09-10 | 2 | -26/+11 |
* | We always install stage2, so we need to always put stage2 into bindists | Ian Lynagh | 2008-09-09 | 1 | -1/+1 |
* | Check the *right* set of type variables for escape! | simonpj@microsoft.com | 2008-09-10 | 3 | -7/+7 |
* | More refactoring of instance declarations (fixes Trac #2572) | simonpj@microsoft.com | 2008-09-10 | 4 | -209/+210 |
* | Fix Trac #2581: inlining of record selectors | simonpj@microsoft.com | 2008-09-10 | 2 | -5/+90 |
* | Fix Trac #2573; and explanatory comment | simonpj@microsoft.com | 2008-09-10 | 1 | -1/+6 |
* | Fix the zonking of HsWrappers | simonpj@microsoft.com | 2008-09-10 | 1 | -2/+9 |
* | Add newDictOcc, newDictOccs | simonpj@microsoft.com | 2008-09-10 | 1 | -18/+36 |
* | Layout and type synonyms only | simonpj@microsoft.com | 2008-09-10 | 1 | -4/+5 |
* | Robustify the setting of implied flags | simonpj@microsoft.com | 2008-09-10 | 1 | -9/+13 |
* | Rename a variable | simonpj@microsoft.com | 2008-09-10 | 1 | -3/+3 |
* | Comments only | simonpj@microsoft.com | 2008-09-10 | 1 | -1/+2 |
* | Simplify the type signature for tcPolyBinds | simonpj@microsoft.com | 2008-09-10 | 2 | -24/+31 |
* | Tell GHC which module nON_EXHAUSTIVE_GUARDS_ERROR_ID comes from | simonpj@microsoft.com | 2008-09-09 | 1 | -1/+1 |
* | Improve float-in somewhat | simonpj@microsoft.com | 2008-09-09 | 1 | -14/+26 |
* | Important performance wibble to callSiteInline (the n_vals_wanted > 0 thing) | simonpj@microsoft.com | 2008-09-09 | 1 | -2/+15 |
* | Use test -f rather than test -e | Ian Lynagh | 2008-09-08 | 1 | -1/+1 |
* | Windows: print an error message in addDLL | Simon Marlow | 2008-09-03 | 1 | -9/+8 |
* | bindist fixes | Ian Lynagh | 2008-09-07 | 1 | -0/+8 |
* | Type families: new algorithm to solve equalities | Manuel M T Chakravarty | 2008-09-07 | 4 | -62/+927 |
* | Install the stage 2 ghc package when installing; fixes trac #2567 | Ian Lynagh | 2008-09-06 | 2 | -3/+2 |
* | Fix up the instance-declaration re-engineering story | simonpj@microsoft.com | 2008-09-05 | 1 | -50/+149 |
* | Comments only | simonpj@microsoft.com | 2008-09-05 | 1 | -2/+3 |
* | Minor refactoring to share InstEnv.instanceBindFun | simonpj@microsoft.com | 2008-09-05 | 2 | -32/+41 |
* | Remove unused constructors AvoidMe, WildCard | simonpj@microsoft.com | 2008-09-05 | 1 | -16/+11 |
* | More specialiser wibbles | simonpj@microsoft.com | 2008-09-05 | 1 | -41/+79 |
* | Retain unfoldings even with SimplGently | simonpj@microsoft.com | 2008-09-05 | 1 | -1/+4 |
* | Comments only | simonpj@microsoft.com | 2008-09-05 | 1 | -0/+4 |
* | Better debug panic messages in applyTys | simonpj@microsoft.com | 2008-09-05 | 2 | -6/+13 |
* | Make ASSERT2 mention msg even when debug is off (avoid warnings) | simonpj@microsoft.com | 2008-09-05 | 1 | -1/+1 |
* | Add a note explaining a couple of seq's | Ian Lynagh | 2008-09-04 | 1 | -3/+16 |
* | add assertion to check that UniqFM is only passed "positive" uniques | dias@eecs.harvard.edu | 2008-09-04 | 1 | -1/+21 |
* | Re-merge concurrent,timeout,unique,st,getopt into base | Ian Lynagh | 2008-09-03 | 1 | -4/+0 |
* | Major change in compilation of instance declarations (fix Trac #955, #2328) | simonpj@microsoft.com | 2008-09-03 | 12 | -744/+551 |
* | Improved specialisation of recursive groups | simonpj@microsoft.com | 2008-09-03 | 5 | -150/+222 |
* | Check the modification times of libraries in --make link step | Simon Marlow | 2008-09-01 | 2 | -14/+54 |
* | Make the dynlibs, ghci and ncg flags manual too | Ian Lynagh | 2008-08-31 | 2 | -10/+6 |
* | Squash a space leak | Ian Lynagh | 2008-08-30 | 1 | -4/+8 |
* | Fix a space leak | Ian Lynagh | 2008-08-30 | 1 | -5/+3 |
* | fix a space leak | Ian Lynagh | 2008-08-30 | 1 | -4/+5 |
* | Make ghc.cabal's editline flag manual, to simplify the Makefile | Ian Lynagh | 2008-08-31 | 2 | -7/+3 |
* | Don't build ghc in stage1 with editline (since we already don't build ghci). ... | Judah Jacobson | 2008-08-30 | 1 | -6/+1 |
* | If we want a profiled GHC then use -auto-all when building the GHC lib | Ian Lynagh | 2008-08-30 | 1 | -0/+4 |
* | Fix building the GHC API with profiling | Ian Lynagh | 2008-08-30 | 1 | -0/+7 |
* | Fix linkage on OpenBSD. | kili@outback.escape.de | 2008-08-28 | 1 | -1/+1 |
* | Handle the html target in compiler/ and ghc/ | Ian Lynagh | 2008-08-28 | 1 | -0/+3 |
* | haddock 2 doc fixes | Ian Lynagh | 2008-08-28 | 3 | -3/+3 |
* | Disambiguate some names in haddock comments | Ian Lynagh | 2008-08-28 | 1 | -2/+2 |
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 1 | -1/+3 |