summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix error reporting for contexts during deriving (Trac 958)simonpj@microsoft.com2006-11-013-35/+58
* Fix a long-standing but obscure bug in worker-wrapper generationsimonpj@microsoft.com2006-11-011-1/+1
* Move --help, --version etc to 4.4 (modes) because that is what they really aresimonpj@microsoft.com2006-10-301-74/+71
* remove the *.raw filesSimon Marlow2006-10-271-1/+1
* improve the diagnostic generated by memInventory() for a memory leakSimon Marlow2006-10-271-29/+42
* count mut-list bytes, not wordsSimon Marlow2006-10-271-3/+3
* fix calculation of GC Work for 6.6+Simon Marlow2006-10-271-4/+6
* copyright updates and add Commentary linksSimon Marlow2006-10-2613-3/+68
* rename spin lock functions, and use macros for non-THREADED_RTSSimon Marlow2006-10-261-9/+7
* Remove PAR/GRAN code from the storage managerSimon Marlow2006-10-255-271/+0
* markRootPtrTable: write out type in full instead of using evac_fn typedefSimon Marlow2006-10-261-2/+1
* an expression with a TickBox round it is not in HNF.andy@galois.com2006-10-251-0/+4
* Adding arrows to the acceptable code for hpcandy@galois.com2006-10-252-8/+22
* fixing type error inside Hpc inc; we had a 32 bit '1'.andy@galois.com2006-10-251-1/+1
* Improving error message in CmmLintandy@galois.com2006-10-251-4/+7
* Changing Main.tix to <prog_name>.tix in the Hpc RTSandy@galois.com2006-10-251-1/+6
* 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