allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / compiler /
2007-06-30 Ian LynaghTidy up -keep* flags
2007-06-29 simonpj@microsoft.comImprove loop-breaker scoring in OccAnal (idea from...
2007-06-29 simonpj@microsoft.comMany comments about oclose, plus a fix for Trac #1456
2007-06-29 simonpj@microsoft.comImprove error message (Trac #1446)
2007-06-29 simonpj@microsoft.comRefine printing of names in unification mis-match
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-06-28 simonpj@microsoft.comAdd flags for record extensions; still not working...
2007-06-29 Manuel M T ChakravartyChecking that type indexes contain no synonym family...
2007-06-29 Manuel M T ChakravartyRHS of a type instance must be a tau type
2007-06-29 Manuel M T ChakravartyOverlap check for type families
2007-06-29 Tim ChevalierFurther compileToCore improvements
2007-06-08 Michael D. AdamsFixed a documentation error
2007-06-28 Simon Marlowdisable .type directives on Windows; they confuse mingw...
2007-06-27 Clemens FruhwirthSet .type @object for all global symbols in NCG
2007-06-19 Clemens FruhwirthAlso make proper references when not using fPIC but...
2007-06-27 Clemens FruhwirthGenerate RelocatableReadOnlyData as .data
2007-06-27 Clemens FruhwirthGeneralize linkDynLib for ELF platforms
2007-06-27 Clemens FruhwirthRenames functions and constructors to fit their new...
2007-06-26 Clemens FruhwirthPprMach.hs more accurate hack for x86-64, CmmLabelOff...
2007-06-28 simonmar@microsoft.comFix typechecking bug with implicit parameters (Trac...
2007-06-28 simonmar@microsoft.comWhite space only
2007-06-28 simonpj@microsoft.comImprove error message when there is instance overlap
2007-06-27 Tim ChevalierModify compileToCore to take just a filename
2007-06-27 Manuel M T ChakravartyFix names of coercions in newtype instances
2007-06-27 andy@galois.comFixing -fhpc flag to allow -fno-hpc
2007-06-27 Manuel M T ChakravartyFixed deriving of associated data types
2007-06-26 Simon Marlowadd missing case for compiling 64-bit operations on x86
2007-06-26 Simon Marlowx86_64: fix a few bugs in the >8 floating point args...
2007-06-23 Simon Marlowmake inplace scripts less sensitive to /bin/sh quoting...
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-25 Tim ChevalierAdd a compileToCore function to the GHC API
2007-06-25 Simon MarlowwithExtendedLinkerState: don't revert the whole state
2007-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-06-25 simonpj@microsoft.comClamp -O flag to beween 0 and 2
2007-06-23 Ian LynaghFix an error message
2007-06-22 andy@galois.comturning off -fhpc in stage1 built ghc
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-06-22 andy@galois.comStage2 now used the package hpc to get the hpc datastru...
2007-06-21 simonpj@microsoft.comUnbreak the stage-2 compiler (record-type changes)
2007-06-21 simonpj@microsoft.com-fglasgow-exts implies -X=GADTs
2007-06-21 simonpj@microsoft.comFIX read040: patterns with type sig on LHS of do-binding
2007-06-21 simonpj@microsoft.comAnother wibble to the head-exploded error message ...
2007-06-21 simonpj@microsoft.comUse the correct flag for controlling scoped type variab...
2007-06-21 simonpj@microsoft.comImprove 'my head exploded' error message
2007-06-21 simonpj@microsoft.comFIX BUILD: add missing prime!
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-07 LemmihDo not perform a worker/wrapper split for a NOINLINE...
2007-06-07 LemmihFix Trac #1402: typo in specialiser
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-20 Ian LynaghMake building haddock docs opt-in rather than opt-out
2007-06-20 simonpj@microsoft.comTrivial fix to clear Trac #1386
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 simonpj@microsoft.comUnused import
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 simonpj@microsoft.comImprove the handling of deriving, in error cases
2007-06-20 simonpj@microsoft.comMore refactoring in TcSimplify
2007-06-20 simonpj@microsoft.comFix egregious sharing bug in LiberateCase
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-19 simonpj@microsoft.comImprove misleading warning (Trac #1422)
2007-06-19 simonpj@microsoft.comFix a bug in the handling of implication constraints...
2007-06-19 simonpj@microsoft.comComments only
2007-06-18 Ian LynaghMore debugger output order consistency
2007-06-17 Pepe IborraSeveral changes to the code dealing with newtypes in...
2007-06-13 Pepe IborraRemove now non-existant "Breakpoints" entry from packag...
2007-06-17 Ian LynaghSort names before printing them in the debugger so...
2007-06-13 Simon MarlowI didn't quite fix #1424 completely - hopefully this...
2007-06-13 Simon MarlowFIX #1424: x86_64 NCG generated wrong code for foreign...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-06-12 Simon Marlowdon't add -threaded in stage2/3 if we didn't build...
2007-06-12 Simon Marlowfix compile error in the !GHCI_TABLES_NEXT_TO_CODE...
2007-06-09 andy@galois.comUsing blacklist of places not to cover, rather than...
2007-06-08 andy@galois.comNot adding ticks to compiler generated derived code.
2007-06-08 Manuel M T ChakravartyFix worker/wrapper ids for newtype instances
2007-06-08 Manuel M T ChakravartyFix deriving of indexed data types
2007-06-06 simonpj@microsoft.comDon't suggest -fno-monomorphism-restriction if it's...
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-06-06 simonpj@microsoft.comFIX #1385: make sure tuple instances are loaded
2007-06-05 simonpj@microsoft.comTypo in comments
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Ian LynaghTypo, spotted by Stefan Holdermans
2007-06-05 Simon Marlowfix panic in #1379
2007-06-05 bjpop@csse.unimelb... Add missing newline from ghci :help output
2007-06-01 Isaac Dupreeimplement FastMutInt in non-GHC using IORefs (#1405)
2007-06-01 Simon MarlowFIX #1110: the linker also needs the workaround
2007-05-21 Simon MarlowFIX BUILD: GHC doesn't use filepath (yet)
2007-05-30 simonpj@microsoft.comFix bogus check for strictness in newtypes
2007-05-30 Simon Marlowexport noSrcLoc, noSrcSpan
2007-05-30 simonpj@microsoft.comFix bug in tcSimplifyInfer (Trac #1382)
next