summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* If we're profiling GHC, don't bother building the GHC package the vanilla wayIan Lynagh2008-09-131-1/+5
* Remove dataConInstOrigDictsAndArgTyssimonpj@microsoft.com2008-09-102-26/+11
* We always install stage2, so we need to always put stage2 into bindistsIan Lynagh2008-09-091-1/+1
* Check the *right* set of type variables for escape!simonpj@microsoft.com2008-09-103-7/+7
* More refactoring of instance declarations (fixes Trac #2572)simonpj@microsoft.com2008-09-104-209/+210
* Fix Trac #2581: inlining of record selectorssimonpj@microsoft.com2008-09-102-5/+90
* Fix Trac #2573; and explanatory commentsimonpj@microsoft.com2008-09-101-1/+6
* Fix the zonking of HsWrapperssimonpj@microsoft.com2008-09-101-2/+9
* Add newDictOcc, newDictOccssimonpj@microsoft.com2008-09-101-18/+36
* Layout and type synonyms onlysimonpj@microsoft.com2008-09-101-4/+5
* Robustify the setting of implied flagssimonpj@microsoft.com2008-09-101-9/+13
* Rename a variablesimonpj@microsoft.com2008-09-101-3/+3
* Comments onlysimonpj@microsoft.com2008-09-101-1/+2
* Simplify the type signature for tcPolyBindssimonpj@microsoft.com2008-09-102-24/+31
* Tell GHC which module nON_EXHAUSTIVE_GUARDS_ERROR_ID comes fromsimonpj@microsoft.com2008-09-091-1/+1
* Improve float-in somewhatsimonpj@microsoft.com2008-09-091-14/+26
* Important performance wibble to callSiteInline (the n_vals_wanted > 0 thing)simonpj@microsoft.com2008-09-091-2/+15
* Use test -f rather than test -eIan Lynagh2008-09-081-1/+1
* Windows: print an error message in addDLLSimon Marlow2008-09-031-9/+8
* bindist fixesIan Lynagh2008-09-071-0/+8
* Type families: new algorithm to solve equalitiesManuel M T Chakravarty2008-09-074-62/+927
* Install the stage 2 ghc package when installing; fixes trac #2567Ian Lynagh2008-09-062-3/+2
* Fix up the instance-declaration re-engineering storysimonpj@microsoft.com2008-09-051-50/+149
* Comments onlysimonpj@microsoft.com2008-09-051-2/+3
* Minor refactoring to share InstEnv.instanceBindFunsimonpj@microsoft.com2008-09-052-32/+41
* Remove unused constructors AvoidMe, WildCardsimonpj@microsoft.com2008-09-051-16/+11
* More specialiser wibblessimonpj@microsoft.com2008-09-051-41/+79
* Retain unfoldings even with SimplGentlysimonpj@microsoft.com2008-09-051-1/+4
* Comments onlysimonpj@microsoft.com2008-09-051-0/+4
* Better debug panic messages in applyTyssimonpj@microsoft.com2008-09-052-6/+13
* Make ASSERT2 mention msg even when debug is off (avoid warnings)simonpj@microsoft.com2008-09-051-1/+1
* Add a note explaining a couple of seq'sIan Lynagh2008-09-041-3/+16
* add assertion to check that UniqFM is only passed "positive" uniquesdias@eecs.harvard.edu2008-09-041-1/+21
* Re-merge concurrent,timeout,unique,st,getopt into baseIan Lynagh2008-09-031-4/+0
* Major change in compilation of instance declarations (fix Trac #955, #2328)simonpj@microsoft.com2008-09-0312-744/+551
* Improved specialisation of recursive groupssimonpj@microsoft.com2008-09-035-150/+222
* Check the modification times of libraries in --make link stepSimon Marlow2008-09-012-14/+54
* Make the dynlibs, ghci and ncg flags manual tooIan Lynagh2008-08-312-10/+6
* Squash a space leakIan Lynagh2008-08-301-4/+8
* Fix a space leakIan Lynagh2008-08-301-5/+3
* fix a space leakIan Lynagh2008-08-301-4/+5
* Make ghc.cabal's editline flag manual, to simplify the MakefileIan Lynagh2008-08-312-7/+3
* Don't build ghc in stage1 with editline (since we already don't build ghci). ...Judah Jacobson2008-08-301-6/+1
* If we want a profiled GHC then use -auto-all when building the GHC libIan Lynagh2008-08-301-0/+4
* Fix building the GHC API with profilingIan Lynagh2008-08-301-0/+7
* Fix linkage on OpenBSD.kili@outback.escape.de2008-08-281-1/+1
* Handle the html target in compiler/ and ghc/Ian Lynagh2008-08-281-0/+3
* haddock 2 doc fixesIan Lynagh2008-08-283-3/+3
* Disambiguate some names in haddock commentsIan Lynagh2008-08-281-2/+2
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-281-1/+3