Make TH capable of quoting GADT declarations (Trac #5217)
[ghc-hetmet.git] / compiler / typecheck /
2011-06-11 Simon Peyton JonesMake TH capable of quoting GADT declarations (Trac...
2011-06-11 Simon Peyton JonesIgnore UNPACK pragmas with OmitInterfacePragmas is...
2011-06-11 Simon Peyton JonesWithout -O do not complain about SPECIALISE pragmas...
2011-06-10 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-06-10 Manuel M T ChakravartyTake vectorisation declarations into account during...
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2011-06-08 Dimitrios VytiniotisReorganized functional dependency reactions once more:
2011-06-04 Simon Marlowcomment typo
2011-06-03 Simon MarlowTidy up the ic_exports field of the InteractiveContext...
2011-05-26 Jose Pedro MagalhaesMerge branch 'ghc-generics'
2011-05-26 Simon Peyton JonesDo not be so eager about loading family-instance modules
2011-05-26 Simon Peyton JonesRejig the way in which generic default method signature...
2011-05-25 Jose Pedro MagalhaesBetter output for -ddump-deriv when using generics.
2011-05-23 Jose Pedro MagalhaesFix a bug with standalone deriving of Generic instances.
2011-05-20 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-20 Jose Pedro MagalhaesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
2011-05-18 Dimitrios VytiniotisMerge remote branch 'origin/master'
2011-05-18 Dimitrios VytiniotisFixes the way we check if flattening happened during
2011-05-17 Dimitrios VytiniotisIntroducing:
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-12 Jose Pedro MagalhaesFix some small things broken with the last merge.
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Jose Pedro MagalhaesRemove some old code.
2011-05-12 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-05-12 Simon Peyton JonesWhite space only
2011-05-09 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-09 Jose Pedro MagalhaesImprove the error message when we cannot derive Generic.
2011-05-09 Jose Pedro MagalhaesDeprecate -XGenerics.
2011-05-09 Jose Pedro MagalhaesRename `Representable0` to `Generic`.
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-05-06 Simon Peyton JonesFix build
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-06 Simon Peyton JonesUse eqSpecPreds
2011-05-05 Simon Peyton JonesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-05 Jose Pedro MagalhaesFix a previous incorrect merge.
2011-05-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesMake import conditional on DEBUG to avoid unused-import...
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesInvert sense of "why" error messages, so that "or"...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Simon Peyton JonesPrint contraint step counts only with -dppr-debug
2011-05-04 Simon Peyton JonesImprove error message when a function is applied
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-05-02 Simon Peyton JonesA few more wibbles on ghc-new-co
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-29 Jose Pedro MagalhaesFirst go at making Representable0 just a standard deriv...
2011-04-28 Jose Pedro MagalhaesMore code cleanup and removing old generics stuff.
2011-04-28 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-28 Jose Pedro MagalhaesRemove a lot of stuff from the old generic mechanism.
2011-04-28 Jose Pedro MagalhaesA few comments and whitespace changes.
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-27 U-EUROPE\dimitrisMerge branch 'master' of darcs.haskell.org/ghc
2011-04-27 U-EUROPE\dimitrisSolving one IP from another. This fixes #5120.
2011-04-26 David TereiFormatting fixes to TcForeign.lhs
2011-04-26 David TereiFormatting wibble
2011-04-21 Simon Peyton JonesFix Trac #5084
2011-04-20 Simon Peyton JonesTidy up SigTv
2011-04-20 Simon Peyton JonesFix Trac #5130: missed error report
2011-04-20 Simon Peyton JonesDont print "Constraint solver steps = n" if -dno-debug...
2011-04-20 Simon Peyton JonesMake TcClassDcl compile
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-19 simonpjSlightly better tracing in the constraint solver
2011-04-19 simonpjSimplify treatement of pragmas slightly
2011-04-19 simonpjFix Trac #5041: parse the trailing '#'
2011-04-19 Simon Peyton JonesMore small fixes to generics branch (doesn't compile...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
2011-04-13 unknownMerge branch 'master' of c:/code/HEAD-git/. into ghc...
2011-04-12 simonpjAdapt mkGenericDefMethBind to the new generics
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2011-04-06 Edward Z. YangRevert "Suppress dumpTcRn when -dno-debug-output is...
2011-04-05 Edward Z. YangSuppress dumpTcRn when -dno-debug-output is enabled.
2011-04-03 Ian LynaghFix build
2011-04-03 Max BolingbrokeUse tcRnImports rather than rnImports with GHCi "import...
2011-03-31 dimitris@microsoft.comIntroducing a datatype for WorkLists that properly...
2011-03-31 simonpj@microsoft.comFix Trac #5048: location on AbsBinds
2011-03-31 simonpj@microsoft.comComments and variable naming only
2011-03-31 simonpj@microsoft.comRe-enable assertion now the new type checker is in
2011-02-22 simonpj@microsoft.comRestore SPECIALISE INSTANCE pragmas
2011-02-21 simonpj@microsoft.comFix another fundep error (fixes Trac #4969)
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-17 simonpj@microsoft.comChange typechecker-trace output slightly
2011-02-17 simonpj@microsoft.comComments only
2011-02-17 simonpj@microsoft.comFix Trac #4966
2011-02-17 simonpj@microsoft.comUse "on the spot" solving for fundeps
2011-02-14 simonpj@microsoft.comComments only
next