summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add pointer to coding conventions to HACKINGManuel M T Chakravarty2006-10-251-0/+8
* 6.4 compatiblityandy@galois.com2006-10-251-1/+1
* Haskell Program Coverageandy@galois.com2006-10-2440-50/+1450
* fix 5.04 compileSimon Marlow2006-10-241-1/+2
* fix indentation wibble to make it compile with 5.04Simon Marlow2006-10-241-2/+2
* Re-enable TABLES_NEXT_TO_CODE for powerpc (was accidentally disabled)wolfgang.thaller@gmx.net2006-10-231-1/+1
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-2455-4897/+5091
* fix a printf format warningSimon Marlow2006-10-241-1/+1
* add prototypes for exitHashTable()Simon Marlow2006-10-201-0/+2
* remove ^MsSimon Marlow2006-10-191-46/+46
* add pure spin locksSimon Marlow2006-10-191-5/+134
* comments only: document allocateLocal()Simon Marlow2006-10-191-2/+6
* rename allocated_bytes() to allocatedBytes()Simon Marlow2006-10-192-4/+4
* remove performGCWithRoots()Simon Marlow2006-10-192-13/+0
* Bump the HEAD to 6.7Ian Lynagh2006-10-241-1/+1
* Clean up debugging code in RnNamesManuel M T Chakravarty2006-10-231-129/+1
* wibble in parseStaticFlagsSimon Marlow2006-10-231-3/+6
* Improve error messages for indexed typesManuel M T Chakravarty2006-10-221-2/+2
* A little abstractionbasvandijk@home.nl2006-10-191-3/+1
* Fix handling of family instances in the presense of this doc stuffManuel M T Chakravarty2006-10-223-12/+17
* Fix parent position in RnNames.nubAvails2006-10-22Manuel M T Chakravarty2006-10-211-2/+12
* Fix export of associated families with new name parent storyManuel M T Chakravarty2006-10-211-7/+9
* Fix processing of imports involving ATs with the new name parent codeManuel M T Chakravarty2006-10-204-10/+194
* Fix family instance bug due to the name parent eliminationManuel M T Chakravarty2006-10-191-9/+20
* Fix show-iface for family instances & add debug ppr for type declarationsManuel M T Chakravarty2006-10-192-1/+24
* Run dos2unix on all the outputs, and don't let it eat stderrIan Lynagh2006-10-191-2/+6
* Fix stage1 build with 6.2.1 (from Andy Gill)Ian Lynagh2006-10-191-0/+1
* Fix the build with GHC 6.2.2Ian Lynagh2006-10-181-2/+3
* Cross-module consistency check for family instancesManuel M T Chakravarty2006-10-185-43/+167
* Fixed spelling error in compiler/ghci/InteractiveUI.hs and docs/users_guide/g...basvandijk@home.nl2006-10-112-2/+2
* Fix a bug in Lint (which wrongly complained when compiling Data.Sequence with...simonpj@microsoft.com2006-10-181-4/+14
* Add the primitive type Any, and use it for Dynamicssimonpj@microsoft.com2006-10-188-53/+79
* Add comment about aritysimonpj@microsoft.com2006-10-181-1/+2
* Spelling in commentsimonpj@microsoft.com2006-10-181-1/+1
* Minor refactoringsimonpj@microsoft.com2006-10-181-8/+7
* Comments onlsimonpj@microsoft.com2006-10-181-3/+4
* fix build for 6.4.x and 6.6.xSimon Marlow2006-10-181-1/+5
* compensate for gmp/configure sometimes not being executableSimon Marlow2006-10-171-1/+1
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-179-63/+55
* Stage 2 fix to "Keep track of family instance modules"Manuel M T Chakravarty2006-10-161-1/+1
* remove use of FiniteMap, use Text.PrintfSimon Marlow2006-10-163-127/+47
* fix a regular expression in banner_reSimon Marlow2006-10-161-2/+3
* Try to get the right output for nofib-analyseSamuel Bronson2006-10-141-3/+3
* Get nofib-analyse to build with 6.4 at least...Samuel Bronson2006-10-142-5/+7
* Don't squish "Inlined fn" into the right margin quite as much in trace outputSamuel Bronson2006-10-161-1/+1
* Fix build on x86_64Simon Marlow2006-10-161-0/+4
* Fix deadlock on second call to newSessionSimon Marlow2006-10-162-3/+3
* Build the GHC package in stage 3 tooSimon Marlow2006-10-161-7/+5
* more fixups to make a stage 3 build do the right thing with the ghc packageSimon Marlow2006-10-132-24/+34
* use the correct $(HC)Simon Marlow2006-10-131-2/+7