divide packages into "core" and "extra" packages
[ghc-hetmet.git] / compiler /
2006-08-23 Simon Marlowin the GHCi prompt, print ModuleNames not Modules
2006-08-23 Simon MarlowIn the Compiling/Skipping message, print ModuleNames...
2006-08-22 Simon MarlowFastString and StringBuffer need -funbox-strict-fields too
2006-08-22 Simon Marlowminor fix to the clashing export error message
2006-08-22 Simon MarlowfindModule: add a fallthrough error case
2006-08-22 Simon Marlowdisable .ident generation on darwin_TARGET_OS
2006-08-21 Simon MarlowAlways use -funbox-strict-fields for Binary
2006-08-21 Simon Marlowdisable automagic building of GHCi in stage1
2006-08-21 Simon Marlowremove ancient file with incorrect information
2006-08-21 Simon Marlowugly hack to cause ghc_boot_platform.h to be built...
2006-08-21 Simon Marlowfix export/import list parsing (allow (,)), and remove...
2006-08-21 Simon Marlowcomply with Haskell 98 by not allowing extra commas...
2006-08-19 Ross Patersonremove spurious commas in imports
2006-08-18 simonpj@microsoft.comI don't thing we want to add a call-context here; it...
2006-08-18 simonpj@microsoft.comAvoid duplicate "In type ..." in error messages
2006-08-18 simonpj@microsoft.comBetter pretty-printing for TvSubst
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-17 simonpj@microsoft.comOne last hs-boot update
2006-08-17 simonpj@microsoft.comMissing import for stage 2
2006-08-17 simonpj@microsoft.comOne more hs-boot file
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 simonpj@microsoft.comImprove error message in TcHsType
2006-08-11 sven.panne@aedion.deWarning police: Removed overlapped pattern warnings
2006-08-11 simonpj@microsoft.comComplete -fmono-pat-binds patch
2006-08-11 sven.panne@aedion.deAvoid 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-10 sven.panne@aedion.deNuked hschooks.h in favour of cutils.h, which has the...
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 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 Marlowfixes to the stage2 build following removal of old...
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 Marlowonly define GHCI if $(GhcWithInterpreter)=YES, also...
2006-08-09 Simon MarlowRemove old FFI syntax
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 CouttsAdd ghc and version number in .ident directive in NCG
2006-07-06 Duncan CouttsSupport the GNU non-exec stack annotation system
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-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-03 Simon MarlowDon't include the package name in a cost centre's modul...
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
2006-07-27 simonpj@microsoft.comLazy patterns are like wild-cards for overlap warnings
2006-07-27 Simon Marlowfix some problems with wired-in packages
2006-07-27 Simon Marlowfix symbols for GHC.PrimopWrappers
2006-07-27 simonpj@microsoft.comAdd missing import
2006-07-27 simonpj@microsoft.comMake -fcontext-stack into a dynamic flag
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-07-26 simonpj@microsoft.comImprove pretty printing of ConDecl
next