2009-08-26 |
Isaac Dupree | remove Haddock-lexing/parsing/renaming from GHC |
blob | commitdiff |
2009-08-25 |
simonpj@microsoft.com | Move the standalone-deriving flag test from parser... |
blob | commitdiff | diff to current |
2009-08-21 |
simonpj@microsoft.com | Wibbles to field-label puns |
blob | commitdiff | diff to current |
2009-08-12 |
Ian Lynagh | Add support for multi-line deprecated pragmas; trac... |
blob | commitdiff | diff to current |
2009-07-17 |
Max Bolingbroke | Turn group into a special_id when TransformListComp... |
blob | commitdiff | diff to current |
2009-07-27 |
Simon Marlow | Remove old 'foreign import dotnet' code |
blob | commitdiff | diff to current |
2009-07-23 |
simonpj@microsoft.com | Add tuple sections as a new feature |
blob | commitdiff | diff to current |
2009-07-02 |
simonpj@microsoft.com | New syntax for GADT-style record declarations, and... |
blob | commitdiff | diff to current |
2009-06-09 |
Duncan Coutts | Lexing and parsing for "foreign import prim" |
blob | commitdiff | diff to current |
2009-06-11 |
Duncan Coutts | Deprecate the threadsafe kind of foreign import |
blob | commitdiff | diff to current |
2009-05-28 |
simonpj@microsoft.com | Fix Trac #3013: multiple constructors in a GADT decl |
blob | commitdiff | diff to current |
2009-05-27 |
simonpj@microsoft.com | Template Haskell: allow type splices |
blob | commitdiff | diff to current |
2009-05-14 |
Ian Lynagh | Hide warnings from alex/happy sources |
blob | commitdiff | diff to current |
2009-04-24 |
Ian Lynagh | Require a bang pattern when unlifted types are where... |
blob | commitdiff | diff to current |
2009-04-18 |
David Waern | Fix my previous patch about type parsing |
blob | commitdiff | diff to current |
2009-04-17 |
David Waern | Simplify the type grammar |
blob | commitdiff | diff to current |
2009-04-09 |
simonpj@microsoft.com | Fix Trac #3155: better error message when -XRankNTypes... |
blob | commitdiff | diff to current |
2009-04-02 |
simonpj@microsoft.com | Comments only; record remarks about removing 'type... |
blob | commitdiff | diff to current |
2009-03-31 |
David Waern | Allow Haddock comments in type synonyms |
blob | commitdiff | diff to current |
2009-03-18 |
simonpj@microsoft.com | Add the notion of "constructor-like" Ids for rule-matching |
blob | commitdiff | diff to current |
2008-10-30 |
simonpj@microsoft.com | Add (a) CoreM monad, (b) new Annotations feature |
blob | commitdiff | diff to current |
2008-09-22 |
Simon Marlow | add -XNewQualifiedOperators (Haskell' qualified operato... |
blob | commitdiff | diff to current |
2008-08-05 |
Simon Marlow | Add -XPackageImports, new syntax for package-qualified... |
blob | commitdiff | diff to current |
2008-08-12 |
simonpj@microsoft.com | Fix Trac #2490: sections should be parenthesised |
blob | commitdiff | diff to current |
2008-07-20 |
Ian Lynagh | Add a WARNING pragma |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Change pragma order to stop GHC 6.4 getting confused |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Move more flags from the Makefile into pragmas |
blob | commitdiff | diff to current |
2008-05-02 |
Ian Lynagh | Make part of the parser a bit stricter |
blob | commitdiff | diff to current |
2008-05-02 |
Ian Lynagh | Fix some space-wasting in the Parser |
blob | commitdiff | diff to current |
2008-04-27 |
Ian Lynagh | Fix an error if an SCC name contains a space; fixes... |
blob | commitdiff | diff to current |
2008-04-23 |
Ian Lynagh | Add 123## literals for Word# |
blob | commitdiff | diff to current |
2008-04-12 |
Ian Lynagh | (F)SLIT -> (f)sLit in Parser |
blob | commitdiff | diff to current |
2008-02-18 |
Ian Lynagh | Make the parser a bit stricter |
blob | commitdiff | diff to current |
2008-01-25 |
Ian Lynagh | Parser tweak |
blob | commitdiff | diff to current |
2008-01-25 |
Ian Lynagh | A couple more parser tweaks |
blob | commitdiff | diff to current |
2008-01-24 |
Ian Lynagh | Make comb[234] strict |
blob | commitdiff | diff to current |
2008-01-24 |
Ian Lynagh | Strictness tweaks |
blob | commitdiff | diff to current |
2008-01-24 |
Ian Lynagh | Get a bit of sharing |
blob | commitdiff | diff to current |
2008-01-24 |
Ian Lynagh | Make sL strict in /both/ arguments to L |
blob | commitdiff | diff to current |
2008-01-24 |
Ian Lynagh | A touch more strictness in the parser |
blob | commitdiff | diff to current |
2008-01-24 |
Ian Lynagh | Add a bit of strictness to the parser |
blob | commitdiff | diff to current |
2008-01-18 |
simonpj@microsoft.com | Add quasi-quotation, courtesy of Geoffrey Mainland |
blob | commitdiff | diff to current |
2008-01-02 |
Isaac Dupree | implement prefix unboxed tuples (part of #1509) |
blob | commitdiff | diff to current |
2007-12-26 |
Isaac Dupree | correct type mistake, hidden by happy -agc coercions! |
blob | commitdiff | diff to current |
2007-12-20 |
simonpj@microsoft.com | Implement generalised list comprehensions |
blob | commitdiff | diff to current |
2007-11-14 |
David Waern | Avoid making Either String an instance of Monad in... |
blob | commitdiff | diff to current |
2007-11-01 |
David Waern | Refactor Haddock options |
blob | commitdiff | diff to current |
2007-10-10 |
Dan Licata | View patterns, record wildcards, and record puns |
blob | commitdiff | diff to current |
2007-10-02 |
David Waern | FIX: parsing of doc options |
blob | commitdiff | diff to current |
2007-09-17 |
simonpj@microsoft.com | Loosen the syntax of types slightly |
blob | commitdiff | diff to current |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
blob | commitdiff | diff to current |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
blob | commitdiff | diff to current |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
blob | commitdiff | diff to current |
2007-08-17 |
Ian Lynagh | Make :i (->) work; fixes trac #1587 |
blob | commitdiff | diff to current |
2007-08-16 |
Ian Lynagh | Add a deprecated warning for _scc_ |
blob | commitdiff | diff to current |
2007-08-10 |
Ian Lynagh | Change standalone deriving syntax and semantics; fixes... |
blob | commitdiff | diff to current |
2007-07-23 |
Simon Marlow | FIX #1555: Remove "exp -> pat" production in stmts |
blob | commitdiff | diff to current |
2007-06-21 |
simonpj@microsoft.com | FIX read040: patterns with type sig on LHS of do-binding |
blob | commitdiff | diff to current |
2007-06-21 |
Lemmih | Add several new record features |
blob | commitdiff | diff to current |
2007-05-26 |
Isaac Dupree | #1318: remove negative-prim-literal old hackish impleme... |
blob | commitdiff | diff to current |
2007-05-11 |
Manuel M T Chakravarty | Remove the distinction between data and newtype families |
blob | commitdiff | diff to current |
2007-05-07 |
Simon Marlow | FIX: #1253 (Can't use non-layout at top level) |
blob | commitdiff | diff to current |
2007-03-23 |
simonpj@microsoft.com | Emit a decent error message when there is a decl-splice... |
blob | commitdiff | diff to current |
2007-02-24 |
Manuel M T Chakravarty | Fix parsing of parallel array literals |
blob | commitdiff | diff to current |
2007-02-04 |
lennart@augustsson.net | Make HsRecordBinds a data type instead of a synonym. |
blob | commitdiff | diff to current |
2006-12-21 |
lennart@augustsson.net | Add support for overloaded string literals. |
blob | commitdiff | diff to current |
2007-01-05 |
Manuel M T Chakravarty | HsSyn clean up for indexed types |
blob | commitdiff | diff to current |
2007-01-02 |
simonpj@microsoft.com | Standalone deriving wibbles: keyword is 'derive' not... |
blob | commitdiff | diff to current |
2007-01-02 |
simonpj@microsoft.com | Big tidy-up of deriving code |
blob | commitdiff | diff to current |
2006-12-29 |
Manuel M T Chakravarty | EqPred pretty prints as ~ and equalities without brackets |
blob | commitdiff | diff to current |
2006-12-29 |
andy@galois.com | Adding a GENERATED pragma |
blob | commitdiff | diff to current |
2006-12-28 |
Manuel M T Chakravarty | Parse and desugar equational constraints |
blob | commitdiff | diff to current |
2006-12-08 |
simonpj@microsoft.com | Improve parsing for bang patterns (fixes Trac #1041) |
blob | commitdiff | diff to current |
2006-12-06 |
Manuel M T Chakravarty | Kind sigs in associated data/newtype family decls may... |
blob | commitdiff | diff to current |
2006-11-10 |
simonpj@microsoft.com | Add HsUtils.unguardedGRHSs, and use it |
blob | commitdiff | diff to current |
2006-10-11 |
Simon Marlow | Module header tidyup #2 |
blob | commitdiff | diff to current |
2006-10-05 |
davve@dtek.chalmers.se | Merge Haddock comment support from ghc.haddock -- big... |
blob | commitdiff | diff to current |
2006-09-21 |
bjorn@bringert.net | Made 'for' a special ID in the grammar. |
blob | commitdiff | diff to current |
2006-09-20 |
bjorn@bringert.net | Merged stand-alone deriving with FC stuff. |
blob | commitdiff | diff to current |
2006-09-18 |
bjorn@bringert.net | New syntax for stand-alone deriving. Implemented fully. |
blob | commitdiff | diff to current |
2006-09-17 |
bjorn@bringert.net | Added parser and abstract syntax support for stand... |
blob | commitdiff | diff to current |
2006-09-29 |
simonpj@microsoft.com | Remove Linear Implicit Parameters, and all their works |
blob | commitdiff | diff to current |
2006-09-20 |
Manuel M T Chakravarty | Kind sig for toplevel family decls is optional |
blob | commitdiff | diff to current |
2006-09-20 |
Manuel M T Chakravarty | Extend Class.Class to include the TyCons of ATs |
blob | commitdiff | diff to current |
2006-09-18 |
Manuel M T Chakravarty | Type tags in import/export lists |
blob | commitdiff | diff to current |
2006-09-18 |
Manuel M T Chakravarty | Use family and instance keyword to identify indexed... |
blob | commitdiff | diff to current |
2006-09-18 |
Manuel M T Chakravarty | Remove checkTopTypeD |
blob | commitdiff | diff to current |
2006-09-15 |
Manuel M T Chakravarty | Added error checks & fixed bugs |
blob | commitdiff | diff to current |
2006-09-15 |
Manuel M T Chakravarty | Revised kind signatures |
blob | commitdiff | diff to current |
2006-09-15 |
Manuel M T Chakravarty | Cleanup (re type function parsing) |
blob | commitdiff | diff to current |
2006-09-15 |
Manuel M T Chakravarty | Parser support for assoc synonyms |
blob | commitdiff | diff to current |
2006-09-15 |
Manuel M T Chakravarty | Migrate cvs diff from fptools-assoc branch |
blob | commitdiff | diff to current |
2006-08-02 |
Manuel M T Chakravarty | Make 'iso' special in the parser |
blob | commitdiff | diff to current |
2006-09-18 |
Markus Lauer | Added parsing rule for BangPattern in case expr |
blob | commitdiff | diff to current |
2006-09-12 |
audreyt@audreyt.org | Another s/autrijus/audreyt/ in comments. |
blob | commitdiff | diff to current |
2006-08-21 |
Simon Marlow | fix export/import list parsing (allow (,)), and remove... |
blob | commitdiff | diff to current |
2006-08-21 |
Simon Marlow | comply with Haskell 98 by not allowing extra commas... |
blob | commitdiff | diff to current |
2006-08-09 |
Simon Marlow | Remove old FFI syntax |
blob | commitdiff | diff to current |
2006-07-25 |
Simon Marlow | Generalise Package Support |
blob | commitdiff | diff to current |
2006-06-23 |
Simon Marlow | the unlifted kind |
blob | commitdiff | diff to current |
next |