ghc-hetmet.git
2006-09-29 Ravi Nanavatirts_ccs_length
2006-09-29 Ravi Nanavatimultipage_hp2ps
2006-11-14 Simon MarlowFix (yet another) odd interaction between selector...
2006-11-13 simonpj@microsoft.comAdd literal-shift rewrite rules
2006-11-13 simonpj@microsoft.comFixups to PelRules (esp using intResult, wordResult)
2006-11-12 Ian LynaghFix typo "comand" (trac #965)
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-04 Samuel BronsonFix up .lhs delimiters a bit
2006-11-09 claus.reinke... find fop.sh
2006-11-08 Samuel BronsonDoc nit in OccName
2006-11-10 Ian LynaghRemove STANDALONE_PACKAGE bits that had escaped the...
2006-11-10 sven.panne... Make StablePtr and friends visible, this seems to be...
2006-11-10 sven.panne... Make all needed prototypes visible to avoid warnings
2006-11-10 sven.panne... Added a comment about se.info.type being used uninitialized
2006-11-10 sven.panne... Added a workaround for format specifier mismatch
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-10 simonpj@microsoft.comCosmetics and debug printing only
2006-11-10 simonpj@microsoft.comCosmetics only
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-11-10 simonpj@microsoft.comComments and cosmetics only
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-11-10 simonpj@microsoft.comTrim imports
2006-11-10 simonpj@microsoft.comPatch to demand analyser, to handle polymorphism in...
2006-11-08 simonpj@microsoft.comDo not print HsDoc field when pretty-printing patterns...
2006-11-09 Simon Marlowuse the right $(HC) for stage 3
2006-11-09 Simon Marlowremove unused STANDALONE_PACKAGE stuff
2006-11-08 Simon Marlowupdate flag settings after files were relocated
2006-11-07 simonpj@microsoft.comComment out deeply suspicious (and unused) function...
2006-11-07 simonpj@microsoft.comLayout and comments only
2006-11-06 simonpj@microsoft.comWarn only of explicit imports that are unused (test...
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 Samuel BronsonGet External Core (-fext-core) working with readline
2006-10-24 Ian LynaghRemove pre-5.04 code
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comFix handling of non-in-scope exports (fixes test mod7)
2006-11-02 simonpj@microsoft.comComments and layout only
2006-11-01 sof@galois.comimport Maybes wibble
2006-11-01 sof@galois.comadd a few #includes to make it compile
2006-11-01 simonpj@microsoft.comTrim imports
2006-11-01 simonpj@microsoft.comDefault the kind of unconstrained meta-type variables...
2006-11-01 simonpj@microsoft.comComments and layout only
2006-11-01 simonpj@microsoft.comMinor refactoring
2006-11-01 simonpj@microsoft.comRemove unused import
2006-11-01 simonpj@microsoft.comComments only
2006-11-01 simonpj@microsoft.comMake idInfo fail more informatively on TyVars
2006-11-01 simonpj@microsoft.comImprove error message (push to 6.6 branch)
2006-11-01 simonpj@microsoft.comFix error reporting for contexts during deriving (Trac...
2006-11-01 simonpj@microsoft.comFix a long-standing but obscure bug in worker-wrapper...
2006-10-30 simonpj@microsoft.comMove --help, --version etc to 4.4 (modes) because that...
2006-10-27 Simon Marlowremove the *.raw files
2006-10-27 Simon Marlowimprove the diagnostic generated by memInventory()...
2006-10-27 Simon Marlowcount mut-list bytes, not words
2006-10-27 Simon Marlowfix calculation of GC Work for 6.6+
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-26 Simon Marlowrename spin lock functions, and use macros for non...
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-26 Simon MarlowmarkRootPtrTable: write out type in full instead of...
2006-10-25 andy@galois.coman expression with a TickBox round it is not in HNF.
2006-10-25 andy@galois.comAdding arrows to the acceptable code for hpc
2006-10-25 andy@galois.comfixing type error inside Hpc inc; we had a 32 bit '1'.
2006-10-25 andy@galois.comImproving error message in CmmLint
2006-10-25 andy@galois.comChanging Main.tix to <prog_name>.tix in the Hpc RTS
2006-10-25 Manuel M T... Add pointer to coding conventions to HACKING
2006-10-25 andy@galois.com6.4 compatiblity
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon Marlowfix 5.04 compile
2006-10-24 Simon Marlowfix indentation wibble to make it compile with 5.04
2006-10-23 wolfgang.thaller... Re-enable TABLES_NEXT_TO_CODE for powerpc (was accident...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-24 Simon Marlowfix a printf format warning
2006-10-20 Simon Marlowadd prototypes for exitHashTable()
2006-10-19 Simon Marlowremove ^Ms
2006-10-19 Simon Marlowadd pure spin locks
2006-10-19 Simon Marlowcomments only: document allocateLocal()
2006-10-19 Simon Marlowrename allocated_bytes() to allocatedBytes()
2006-10-19 Simon Marlowremove performGCWithRoots()
2006-10-24 Ian LynaghBump the HEAD to 6.7
2006-10-23 Manuel M T... Clean up debugging code in RnNames
2006-10-23 Simon Marlowwibble in parseStaticFlags
2006-10-22 Manuel M T... Improve error messages for indexed types
2006-10-19 basvandijk... A little abstraction
2006-10-22 Manuel M T... Fix handling of family instances in the presense of...
2006-10-21 Manuel M T... Fix parent position in RnNames.nubAvails 2006-10-22
2006-10-21 Manuel M T... Fix export of associated families with new name parent...
2006-10-20 Manuel M T... Fix processing of imports involving ATs with the new...
2006-10-19 Manuel M T... Fix family instance bug due to the name parent elimination
2006-10-19 Manuel M T... Fix show-iface for family instances & add debug ppr...
2006-10-19 Ian LynaghRun dos2unix on all the outputs, and don't let it eat...
2006-10-19 Ian LynaghFix stage1 build with 6.2.1 (from Andy Gill)
2006-10-18 Ian LynaghFix the build with GHC 6.2.2
2006-10-18 Manuel M T... Cross-module consistency check for family instances
2006-10-11 basvandijk... Fixed spelling error in compiler/ghci/InteractiveUI...
2006-10-18 simonpj@microsoft.comFix a bug in Lint (which wrongly complained when compil...
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-18 simonpj@microsoft.comAdd comment about arity
2006-10-18 simonpj@microsoft.comSpelling in comment
next