Add a new flag XDefaultSignatures to enable just the signatures on the default method...
[ghc-hetmet.git] / compiler / parser /
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-04-28 Simon Peyton JonesUse 'default' rather than 'generic' for default-method...
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-26 David TereiFormatting fixes in Lexer.x
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-11-05 Vivian McPhailmultiline commands in GHCi #4316
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-11-30 Ben LippmeierRename -XPArr to -XParallelArrays
2010-12-01 Ian LynaghRemove NewQualifiedOperators
2010-11-15 Simon MarlowUnicide OtherNumber category should be allowed in ident...
2010-11-24 Ian LynaghSeparate NondecreasingIndentation out into its own...
2010-11-24 Ian LynaghAdd another GHC layout rule relaxation to RelaxedLayout
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-20 Ian LynaghAdd an extension for GHC's layout-rule relaxations
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-11-12 simonpj@microsoft.comWarn about top-level bangs (Trac #4477)
2010-11-12 simonpj@microsoft.comAllow the old [$foo| ... |] syntax for quasi-quotes
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-02 Simon Marlow-fwarn-tabs: add "Warning" to the message
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-15 simonpj@microsoft.comAllow "INLINEABLE" as a synonym
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-08-09 Ian LynaghAdd more info to more parse error messages (#3811)
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghMake another parse error more informative
2010-08-08 Ian LynaghMake a parse error say what it is failing to parse...
2010-07-21 Anton NikishaevFix numeric escape sequences parsing
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-07-07 Ian LynaghHandle haddock headers when looking for LANGUAGE/OPTION...
2010-07-06 Ian LynaghMake pragState call mkPState, rather than duplicating...
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-07-06 Ian LynaghRemove an out-of-date comment
2010-07-01 Ian LynaghRemove dead code (standalone deriving flag no longer...
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-05-05 Simon MarlowRemove the Unicode alternative for ".." (#3894)
2010-03-04 simonpj@microsoft.comMinor refactoring of placeHolderPunRhs
2010-03-02 Ian LynaghAdd handling for | to the transitional alternative...
2010-03-02 Ian LynaghTweak alternative layout rule
2010-03-02 Ian LynaghAdd transitional rules for the alternative layout rule
2010-03-02 Ian LynaghFix the alternative layout rule to handle explicit...
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSimplify syntax for quasi-quotation
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-16 Ian LynaghTeach the alternative layout rule about mdo and rec
2010-01-16 Ian LynaghTeach the alternative layout rule about $( ... )
2010-01-07 simonpj@microsoft.comClarify error message (Trac #3805)
2010-01-06 simonpj@microsoft.comMake view patterns right-associate
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-05 simonpj@microsoft.comImprove error message (idea in Trac #3805)
2010-01-05 simonpj@microsoft.comComments only
2009-12-22 simonpj@microsoft.comAllow instance heads to use infix syntax
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-17 Simon MarlowFix #3751, also fix some lexical error SrcLocs
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-12-10 Simon MarlowAllow spaces at either end of the C import spec (#3742)
2009-12-05 Ian LynaghAdd some comments on the alternative layout rule state
2009-12-03 Ian LynaghTweak layout for alternative layout rule
2009-12-03 Ian LynaghAdd a GHC layout extension to the alternative layout...
2009-11-29 Ian LynaghTweak the alternative layout rule: {} contains commas
2009-11-29 Ian LynaghTweak alternative layout rule
2009-11-29 Ian LynaghMake the alternative layout rule cope with file pragmas
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-27 Ian LynaghImplement non-decreasing do indentation in the alternat...
2009-09-18 Simon MarlowApply patch from #2978: add more Unicode syntax
2009-11-25 Ian LynaghFix a bug in alternative layout rule
2009-11-25 Ian LynaghFix a bug in alternative layout
2009-11-25 Ian LynaghBug fix for alternative layout rule
2009-11-25 Ian LynaghTweak alternative layout rule
2009-11-25 Ian LynaghAdd unboxed parentheses to the alternative layout rule
2009-11-25 Ian LynaghTweak the warning suppression flags used in Lexer
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-24 Ian LynaghFix some warning in Lexer
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-11-06 Ian LynaghFix the build
2009-11-06 Simon MarlowAccept any non-space characters in a header file (...
2009-11-04 Simon Marlowadd '-' to the chars allowed in C header file names
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comComments and variable naming only
2009-10-28 simonpj@microsoft.comTidy up the parsing of comprehensions and improve locations
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-09-30 simonpj@microsoft.comWhite space only
2009-09-11 Simon Marlowmove hschooks.c to ghc/, and enable it
2009-09-11 Simon MarlowFix #3408: lengthen the idle GC time to 5s for GHC...
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 simonpj@microsoft.comRefactor the parsing of data type declarations
2009-09-05 simonpj@microsoft.comRemove unused data constructor ITpragma in type Lexer...
next