ghc-hetmet.git
2006-08-17 simonpj@microsoft.comRefactoring for valid rule checking
2006-08-17 simonpj@microsoft.comDo not CSE in INLINE and NOINLINE things
2006-08-17 simonpj@microsoft.comUpdate lhs-boot files
2006-08-16 simonpj@microsoft.comAdd ad-hoc typing checks for tagToEnum#
2006-08-16 simonpj@microsoft.comGet dead-ness right in knownCon
2006-08-16 simonpj@microsoft.comTuning for argToPat
2006-08-16 simonpj@microsoft.comRe-factor mkAtomicArgs and completeNonRecX
2006-08-16 simonpj@microsoft.comAnother try at the continuation-swapping stuff
2006-08-16 simonpj@microsoft.comDon't build unnecessary lets in knownCon
2006-08-16 simonpj@microsoft.comComments only
2006-08-16 simonpj@microsoft.comRefactoring, plus record recursive-function *components...
2006-08-16 simonpj@microsoft.comRecord constructor arg occs correctly (bug-fix)
2006-08-16 simonpj@microsoft.comDisable form-checking for rule LHSs
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-08-15 simonpj@microsoft.comReject derivable type classes with higher-rank methods
2006-08-15 simonpj@microsoft.comSpecConstr now specialises on constants and lambdas
2006-08-15 simonpj@microsoft.comFix two bugs in rule-matching
2006-08-15 simonpj@microsoft.comMoving list-length code from one place in the file...
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-08-15 simonpj@microsoft.comTypo in patch that dealt with duplicating continuations...
2006-08-14 simonpj@microsoft.comBe more conservative about duplicating continuations
2006-08-14 simonpj@microsoft.comInline into tail-called constructor args
2006-08-14 simonpj@microsoft.comImprove exprIsCheap
2006-08-14 bringert@cs... Added xhtml and cgi as default libraries.
2006-08-14 simonpj@microsoft.comImprove error message in TcHsType
2006-08-11 sven.panne... Warning police: Removed overlapped pattern warnings
2006-08-11 simonpj@microsoft.comComplete -fmono-pat-binds patch
2006-08-11 sven.panne... Avoid warning about overlapped pattern for Linux target
2006-08-11 simonpj@microsoft.comImprove error message layouts
2006-08-11 simonpj@microsoft.comAdd type signature
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-08-11 Simon MarlowOn FreeBSD, use -lthr instead of -pthread for now ...
2006-08-11 simonpj@microsoft.comTwo more error message indendations
2006-08-11 simonpj@microsoft.comGo back to calling type veriables t
2006-08-11 simonpj@microsoft.comIndent an error message
2006-08-11 simonpj@microsoft.comImprove error message (imported from Prelude at Implici...
2006-08-11 Simon Marlowdon't qualify module name for importedSrcLoc
2006-08-11 Simon Marlowuse "Defined in" rather than "Imported from" when print...
2006-08-11 sven.panne... Now that we have an "html" package, put the Haddock...
2006-08-10 sven.panne... Nuked hschooks.h in favour of cutils.h, which has the...
2006-08-10 sven.panne... Match format strings and arguments for printf-like...
2006-08-10 sven.panne... Warning police: Make prototype for LDV_recordDead_FILL_...
2006-08-10 sven.panne... Warning police: Make strlen and friends known
2006-08-10 sven.panne... Tweak GCC's inlining parameters to get thread_obj inlined
2006-08-10 simonpj@microsoft.comAdd an IAmDead case to postInlineUnconditionally, and...
2006-08-10 simonpj@microsoft.comDo not repeatedly simplify an argument more than once
2006-08-10 simonpj@microsoft.comDo not call preInlineUnconditionally in simplNonRecX
2006-08-10 simonpj@microsoft.comMake postInlineUnconditaionally more conservative
2006-08-10 Simon MarlowControl.Exception.unblock wasn't unblocking exceptions
2006-08-10 Simon Marlowremove out of date comment
2006-08-10 Simon Marlowmove html before network, for now
2006-08-10 Simon Marlowadd html package
2006-08-10 simonpj@microsoft.comEgregious bug in tcLHsConResTy
2006-08-10 simonpj@microsoft.comComments about improvements to SpecConstr
2006-08-09 Esa Ilari VuokkoRemove HasBounds-instance and implement MArray.getBound...
2006-08-09 Esa Ilari VuokkoFix Array imports
2006-08-09 Simon MarlowWhere we use $(GhcHcOpts), also add $(GhcStage1HcOpts)
2006-08-09 Simon Marlowfixes to the stage2 build following removal of old...
2006-08-09 Simon Marlowfix bug in task freeing
2006-08-09 Simon Marlowadd some more options to stage 2
2006-08-09 Simon Marlowremove debugging code accidentally left in
2006-08-09 Simon Marlowremember that old FFI syntax has been dropped
2006-08-09 Simon Marlowonly define GHCI if $(GhcWithInterpreter)=YES, also...
2006-08-09 Ross Patersonmove altzone test to base package
2006-08-09 Ross Patersonremove unused FPTOOLS_CHECK_HTYPE macro
2006-08-09 Simon MarlowRemove the artifical cap on the number of workers
2006-08-09 Simon MarlowRemove old FFI syntax
2006-08-09 Simon Marlowmake exit() overridable, for use in DLLs
2006-08-08 simonpj@microsoft.comMore fixes to pre-matching and pre-subsumption
2006-08-08 simonpj@microsoft.comGroup exports so that all length functions are together...
2006-08-08 simonpj@microsoft.comCheck that lazy patterns are for lifted types
2006-08-08 simonpj@microsoft.comSpelling in a comment
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-07-06 Duncan CouttsReplace deprecated AC_TRY_COMPILE macro with the reccom...
2006-07-06 Duncan CouttsAdd ghc and version number in .ident directive in NCG
2006-07-06 Duncan CouttsSupport the GNU non-exec stack annotation system
2006-07-03 Duncan CouttsComplain more loudly if any of the hsc2hs phases fail
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-08-08 simonpj@microsoft.comFix pre-subsumption and pre-matching
2006-08-08 simonpj@microsoft.comImprove error message
2006-07-10 Ian LynaghPull out common removal code, and detect does-not-exist...
2006-07-10 Ian LynaghCreate our own directory in the temporary directory...
2006-07-09 Ian LynaghMerge SysTools import declarations
2006-07-09 Ian LynaghDon't freeze the dynamic flags used for filename genera...
2006-07-08 Ian Lynagh#807: Removed double fclose of prof_file
2006-08-07 simonpj@microsoft.comAdd -fextended-default-rules and -fmono-pat-binds
2006-08-07 Simon Marlowadd a comment
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-08-01 simonpj@microsoft.comMake unification robust to a boxy type variable meeting...
2006-08-04 sven.panne... Added cabal-setup
2006-08-03 Simon MarlowDon't include the package name in a cost centre's modul...
2006-07-20 shae@ScannedInAvian.comAdd a new section "Getting the Source" to both HACKING...
2006-08-01 Simon MarlowsavingOldConfig: add Exception.block for extra paranoia
2006-07-29 Ian LynaghRefactor ghc-pkg
2006-07-30 Ian LynaghNo functionality changes
2006-07-31 simonpj@microsoft.comAdd notes about unsafeCoerce
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-28 Simon Marlowupdate to match .lhs-boot
2006-07-28 Simon Marlowget ReadP from the right place.
2006-07-27 simonpj@microsoft.comImprove error message for deriving
next