Minor refactoring
[ghc-hetmet.git] / compiler / main /
2009-10-30 simonpj@microsoft.comDeprecate the ImpredicativeTypes feature
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comAdd static flag -funfolding-dict-discount (plus layout...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 Roman LeshchinskiyUtility functions for annotations
2009-10-29 Roman LeshchinskiyAdd new dynamic flag -fstrictness-before
2009-10-17 Roman LeshchinskiyTidy VectInfo in tidyProgram
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-20 simonpj@microsoft.comAllow -ticky and -prof together
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-10-20 simonpj@microsoft.comTidy up TcSplice, especially runMeta and friends
2009-10-20 simonpj@microsoft.comAdd flags -fno-specialise, -fno-float-in, and document...
2009-10-15 simonpj@microsoft.comCorrect comment
2009-10-14 Simon MarlowFix #3579: avoid clashing with names of implicit bindings
2009-10-14 Roman LeshchinskiyNew flag -dsuppress-coercions to avoid printing coercio...
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-10-06 Simon MarlowPackages are only shadowed if the InstalledPackageId...
2009-09-29 Simon MarlowFix some missing unfoldings (foldr in particular!)
2009-09-27 Ian LynaghFix invoking windres in a directory containing spaces
2009-09-24 Ian LynaghWe now tell the linker macosx_version_min is 10.5;...
2009-09-18 Simon MarlowFix #3439: -debug implies -ticky, and -ticky code links...
2009-09-16 Simon Marlowimprove the cyclic module error message as per #1856
2009-09-17 Simon MarlowAllow -package-id to override the default package shado...
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-09-11 simonpj@microsoft.comComments and Cmm notes
2009-09-11 Simon MarlowRemove the old package.conf parser, use read instead...
2009-09-10 Simon MarlowChange the representation of the package database
2009-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-24 Simon Marlowfix an unused-import warning
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-21 Simon Marlow-fPIC -fvia-C issues a warning and ignores -fvia-C
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-08-19 Ian LynaghFix warnings
2009-08-18 Ian LynaghPut a newtype wrapper around ModuleEnv
2009-08-18 Thomas SchillingRemove the lock around NameCache for readBinIface.
2009-08-17 Thomas SchillingMake access to NameCache atomic. Sometimes needs a...
2009-08-16 Thomas SchillingMake updates to the Finder caches atomic. Well, almost.
2009-08-09 Ian LynaghMake Constants shareable with the base package
2009-08-02 Simon MarlowDeprecate the -#include flag
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-03 Simon MarlowFix #3412: the worker of an Id might not be a local Id
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Simon MarlowBe a bit more sensible about choosing external OccNames
2009-07-26 Ian LynaghGive a better error message for hidden packages when...
2009-07-26 Ian LynaghAdd a -fbuilding-cabal-package flag
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 Simon Marlowpoint to the wiki
2009-07-23 Simon Marlowrefactorings
2009-07-23 simonpj@microsoft.comUse the ErrMsg record type
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-20 Simon Marlowremove unused $(HscIfaceFileVersion)
2009-07-20 Simon MarlowChoose external names more predictably
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
2009-07-18 Ian LynaghAdd osuf to the name we use for the split dir
2009-07-16 Ian LynaghMove showOpt into DynFlags
2009-07-16 Ian LynaghMake the --info values printable with "ghc --print...
2009-07-16 Simon Marlowwhitespace only
2009-07-16 Simon Marlowrefactor: use packageConfigId in place of mkPackageId...
2009-07-14 Ian LynaghAdd the -fno-shared-implib flag
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-11 Duncan CouttsRequire GHCForeignImportPrim for "foreign import prim"
2009-06-15 Simon MarlowcopyFileWithHeader: use binary Handles
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-04 Duncan CouttsFix the flag used to force linking when we are making...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-19 Duncan CouttsWhen linking a shared library with --make, always do...
2009-05-19 Duncan CouttsMake -dynload sysdep mean to embed rpaths in shared...
2009-05-17 Duncan CouttsSwitch the default -dynload mode to SystemDependent
2009-05-15 Duncan CouttsSet the soname when creating a shared lib
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsRemove old Windows-only implementation of keeping main...
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-20 Ian LynaghFix the unregisterised build
2009-05-20 Ian LynaghBuild fix for amd64/OSX
2009-05-20 Ian LynaghNeed to pass gcc -m64 on amd64 OSX
2009-05-20 Ian LynaghUse machdepCCOpts when running "as"
2009-05-19 Roman LeshchinskiyMake -Odph imply -fsimplifier-phases=3
2009-05-01 Duncan CouttsMake ghc -dynamic imply -fPIC for C code
2009-05-13 Simon Marlowfix warning
2009-04-22 y.zhuang5@lse.ac.ukenable LinkDynLib in compilier phase
next