2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
tree | commitdiff |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
tree | commitdiff |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
tree | commitdiff |
2007-08-19 |
Manuel M T Chakravarty | FIX: family instances for infix type constructors |
tree | commitdiff |
2007-08-17 |
Ian Lynagh | Make :i (->) work; fixes trac #1587 |
tree | commitdiff |
2007-08-16 |
Ian Lynagh | Add a deprecated warning for _scc_ |
tree | commitdiff |
2007-08-10 |
Ian Lynagh | Change standalone deriving syntax and semantics; fixes... |
tree | commitdiff |
2007-08-07 |
Isaac Dupree | Warning police: eliminate all defaulting within stage1 |
tree | commitdiff |
2007-08-04 |
Ian Lynagh | Rename Opt_TH to Opt_TemplateHaskell to match the langu... |
tree | commitdiff |
2007-08-04 |
Ian Lynagh | Rename Opt_FFI to Opt_ForeignFunctionInterface to match... |
tree | commitdiff |
2007-07-24 |
Simon Marlow | FIX #1215: GHC fails to respect the maximal munch rule... |
tree | commitdiff |
2007-07-23 |
Simon Marlow | FIX #1555: Remove "exp -> pat" production in stmts |
tree | commitdiff |
2007-07-10 |
Ian Lynagh | Implement -XStandaloneDeriving, the lexer is now glaext... |
tree | commitdiff |
2007-07-10 |
Ian Lynagh | 'a'# syntax is enabled by the MagicHash extension |
tree | commitdiff |
2007-07-10 |
Ian Lynagh | "Foo"# syntax is enabled by the MagicHash extension |
tree | commitdiff |
2007-07-10 |
Ian Lynagh | 5# syntax is enabled by the MagicHash extension |
tree | commitdiff |
2007-07-10 |
Ian Lynagh | {| and |} are -fgenerics syntax |
tree | commitdiff |
2007-07-10 |
Ian Lynagh | Rank 2 and rank n types enable explicit forall syntax |
tree | commitdiff |
2007-07-10 |
Ian Lynagh | RULES pragmas only need explicitForallEnabled, no ... |
tree | commitdiff |
2007-07-09 |
Ian Lynagh | Implement unboxed tuples flags |
tree | commitdiff |
2007-07-09 |
Ian Lynagh | Add -XExistentialQuantification flag |
tree | commitdiff |
2007-07-09 |
Ian Lynagh | Implement -XPolymorphicComponents |
tree | commitdiff |
2007-07-09 |
Ian Lynagh | rename tv -> explicitForall |
tree | commitdiff |
2007-07-09 |
Ian Lynagh | Implement -XUnicodeSyntax |
tree | commitdiff |
2007-07-08 |
Ian Lynagh | Implement -XRecursiveDo |
tree | commitdiff |
2007-07-08 |
Ian Lynagh | Implement -XKindSignatures |
tree | commitdiff |
2007-07-08 |
Ian Lynagh | Support the MagicHash extension as a flag and LANGUAGE... |
tree | commitdiff |
2007-06-21 |
simonpj@microsoft.com | FIX read040: patterns with type sig on LHS of do-binding |
tree | commitdiff |
2007-06-21 |
Lemmih | Add several new record features |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | #1318: lex negative unboxed literals |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | #1318: remove negative-prim-literal old hackish impleme... |
tree | commitdiff |
2007-05-26 |
Isaac Dupree | parseInteger->parseUnsignedInteger to clarify meaning |
tree | commitdiff |
2007-05-14 |
Manuel M T Chakravarty | -findexed-types -> -ftype-families |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Documented the Unicode tricks that are being played... |
tree | commitdiff |
2007-05-11 |
Manuel M T Chakravarty | Remove the distinction between data and newtype families |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Warning fix for unused and redundant imports |
tree | commitdiff |
2007-05-08 |
Simon Marlow | FIX parsing of Haddock comments (broken by me in the... |
tree | commitdiff |
2007-05-07 |
Simon Marlow | FIX: #1253 (Can't use non-layout at top level) |
tree | commitdiff |
2007-05-07 |
Simon Marlow | properly fix leakage of Haddock comment syntax (see... |
tree | commitdiff |
2007-05-02 |
simonpj@microsoft.com | Make records work properly with type families |
tree | commitdiff |
2007-04-26 |
Simon Marlow | restore the correct Unicode ellipsis character |
tree | commitdiff |
2007-04-25 |
simonpj@microsoft.com | Retain inline-pragma information on unfoldings in inter... |
tree | commitdiff |
2007-04-16 |
Simon Marlow | tab, verttab, formfeed, and CR are not allowed in strings |
tree | commitdiff |
2006-11-13 |
Aaron Tomb | Fix external core syntax (though not full compilation) |
tree | commitdiff |
2007-04-06 |
Ian Lynagh | Remove code that is dead, as we require __GLASGOW_HASKE... |
tree | commitdiff |
2007-03-23 |
simonpj@microsoft.com | Emit a decent error message when there is a decl-splice... |
tree | commitdiff |
2007-02-24 |
Manuel M T Chakravarty | Fix parsing of parallel array literals |
tree | commitdiff |
2007-02-04 |
lennart@augustsson.net | Make HsRecordBinds a data type instead of a synonym. |
tree | commitdiff |
2007-01-30 |
simonpj@microsoft.com | Fix Trac #1122; spot absence of TyCon in data/newtype... |
tree | commitdiff |
2006-12-21 |
lennart@augustsson.net | Add support for overloaded string literals. |
tree | commitdiff |
2007-01-16 |
Simon Marlow | Remove special lambda unicode character, it didn't... |
tree | commitdiff |
2007-01-12 |
Ian Lynagh | Add a warning for tabs in source files |
tree | commitdiff |
2007-01-10 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2007-01-05 |
davve@dtek.chalmers.se | Remove the DocEntity type. Fixes the problem with dupli... |
tree | commitdiff |
2007-01-05 |
Manuel M T Chakravarty | HsSyn clean up for indexed types |
tree | commitdiff |
2007-01-02 |
simonpj@microsoft.com | Standalone deriving wibbles: keyword is 'derive' not... |
tree | commitdiff |
2007-01-02 |
simonpj@microsoft.com | Big tidy-up of deriving code |
tree | commitdiff |
2006-12-29 |
Manuel M T Chakravarty | EqPred pretty prints as ~ and equalities without brackets |
tree | commitdiff |
2006-12-29 |
andy@galois.com | Adding a GENERATED pragma |
tree | commitdiff |
2006-12-28 |
Manuel M T Chakravarty | Parse and desugar equational constraints |
tree | commitdiff |
2006-12-08 |
simonpj@microsoft.com | Improve parsing for bang patterns (fixes Trac #1041) |
tree | commitdiff |
2006-12-06 |
Manuel M T Chakravarty | Kind sigs in associated data/newtype family decls may... |
tree | commitdiff |
2006-11-29 |
Simon Marlow | fix to isNormalComment for non-Haddock mode, and some... |
tree | commitdiff |
2006-11-10 |
simonpj@microsoft.com | Add HsUtils.unguardedGRHSs, and use it |
tree | commitdiff |
2006-10-24 |
andy@galois.com | Haskell Program Coverage |
tree | commitdiff |
2006-10-22 |
Manuel M T Chakravarty | Fix handling of family instances in the presense of... |
tree | commitdiff |
2006-10-11 |
Simon Marlow | Module header tidyup #2 |
tree | commitdiff |
2006-10-11 |
Simon Marlow | Interface file optimisation and removal of nameParent |
tree | commitdiff |
2006-10-09 |
Ian Lynagh | Update hi-boot files to fix building with old GHCs |
tree | commitdiff |
2006-10-05 |
davve@dtek.chalmers.se | Merge Haddock comment support from ghc.haddock -- big... |
tree | commitdiff |
2006-09-21 |
bjorn@bringert.net | Made 'for' a special ID in the grammar. |
tree | commitdiff |
2006-09-20 |
bjorn@bringert.net | Merged stand-alone deriving with FC stuff. |
tree | commitdiff |
2006-09-18 |
bjorn@bringert.net | New syntax for stand-alone deriving. Implemented fully. |
tree | commitdiff |
2006-09-17 |
bjorn@bringert.net | Renamer part of stand-alone deriving extension. |
tree | commitdiff |
2006-09-17 |
bjorn@bringert.net | Added parser and abstract syntax support for stand... |
tree | commitdiff |
2006-09-29 |
simonpj@microsoft.com | Remove Linear Implicit Parameters, and all their works |
tree | commitdiff |
2006-09-29 |
simonpj@microsoft.com | Global renamings in HsSyn |
tree | commitdiff |
2006-09-20 |
Manuel M T Chakravarty | Option -findexed-types |
tree | commitdiff |
2006-09-20 |
Manuel M T Chakravarty | Kind sig for toplevel family decls is optional |
tree | commitdiff |
2006-09-20 |
Manuel M T Chakravarty | Extend Class.Class to include the TyCons of ATs |
tree | commitdiff |
2006-09-18 |
Manuel M T Chakravarty | Type tags in import/export lists |
tree | commitdiff |
2006-09-18 |
Manuel M T Chakravarty | Use family and instance keyword to identify indexed... |
tree | commitdiff |
2006-09-18 |
Manuel M T Chakravarty | Remove checkTopTypeD |
tree | commitdiff |
2006-09-15 |
Manuel M T Chakravarty | Added error checks & fixed bugs |
tree | commitdiff |
2006-09-15 |
Manuel M T Chakravarty | Revised kind signatures |
tree | commitdiff |
2006-09-15 |
Manuel M T Chakravarty | Cleanup (re type function parsing) |
tree | commitdiff |
2006-09-15 |
Manuel M T Chakravarty | Parser support for assoc synonyms |
tree | commitdiff |
2006-09-15 |
Manuel M T Chakravarty | Fix migrated AT support |
tree | commitdiff |
2006-09-15 |
Manuel M T Chakravarty | Migrate cvs diff from fptools-assoc branch |
tree | commitdiff |
2006-08-04 |
Manuel M T Chakravarty | Massive patch for the first months work adding System... |
tree | commitdiff |
2006-08-02 |
Manuel M T Chakravarty | Make 'iso' special in the parser |
tree | commitdiff |
2006-09-18 |
Markus Lauer | Added parsing rule for BangPattern in case expr |
tree | commitdiff |
2006-09-12 |
audreyt@audreyt.org | Another s/autrijus/audreyt/ in comments. |
tree | commitdiff |
2006-09-12 |
audreyt@audreyt.org | Take away XXXs in GADT records related code that are... |
tree | commitdiff |
2006-09-07 |
simonpj@microsoft.com | Result type signatures are no longer supported (partial) |
tree | commitdiff |
2006-09-04 |
simonpj@microsoft.com | Enable bang-patterns only when the flag says so (had... |
tree | commitdiff |
2006-08-21 |
Simon Marlow | fix export/import list parsing (allow (,)), and remove... |
tree | commitdiff |
2006-08-21 |
Simon Marlow | comply with Haskell 98 by not allowing extra commas... |
tree | commitdiff |
2006-08-10 |
sven.panne@aedion.de | Nuked hschooks.h in favour of cutils.h, which has the... |
tree | commitdiff |
2006-08-09 |
Simon Marlow | Remove old FFI syntax |
tree | commitdiff |
next |