summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of family instances in the presense of this doc stuffManuel M T Chakravarty2006-10-221-0/+2
* Module header tidyup #2Simon Marlow2006-10-113-8/+8
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-111-11/+8
* Update hi-boot files to fix building with old GHCsIan Lynagh2006-10-091-0/+16
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-058-147/+927
* Made 'for' a special ID in the grammar.bjorn@bringert.net2006-09-211-0/+1
* Merged stand-alone deriving with FC stuff.bjorn@bringert.net2006-09-201-2/+4
* New syntax for stand-alone deriving. Implemented fully.bjorn@bringert.net2006-09-182-0/+14
* Renamer part of stand-alone deriving extension.bjorn@bringert.net2006-09-171-0/+2
* Added parser and abstract syntax support for stand-alone deriving declarations.bjorn@bringert.net2006-09-173-5/+15
* Remove Linear Implicit Parameters, and all their workssimonpj@microsoft.com2006-09-292-6/+1
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-1/+1
* Option -findexed-typesManuel M T Chakravarty2006-09-201-4/+7
* Kind sig for toplevel family decls is optionalManuel M T Chakravarty2006-09-201-24/+31
* Extend Class.Class to include the TyCons of ATsManuel M T Chakravarty2006-09-201-7/+64
* Type tags in import/export listsManuel M T Chakravarty2006-09-181-4/+12
* Use family and instance keyword to identify indexed typesManuel M T Chakravarty2006-09-183-74/+94
* Remove checkTopTypeDManuel M T Chakravarty2006-09-182-19/+1
* Added error checks & fixed bugsManuel M T Chakravarty2006-09-152-1/+14
* Revised kind signaturesManuel M T Chakravarty2006-09-152-17/+34
* Cleanup (re type function parsing)Manuel M T Chakravarty2006-09-152-17/+23
* Parser support for assoc synonymsManuel M T Chakravarty2006-09-153-39/+99
* Fix migrated AT supportManuel M T Chakravarty2006-09-151-1/+1
* Migrate cvs diff from fptools-assoc branchManuel M T Chakravarty2006-09-153-50/+189
* Massive patch for the first months work adding System FC to GHC #27Manuel M T Chakravarty2006-08-043-11/+39
* Make 'iso' special in the parserManuel M T Chakravarty2006-08-021-0/+1
* Added parsing rule for BangPattern in case exprMarkus Lauer2006-09-181-0/+2
* Another s/autrijus/audreyt/ in comments.audreyt@audreyt.org2006-09-121-1/+1
* Take away XXXs in GADT records related code that are no longer TODOs.audreyt@audreyt.org2006-09-121-1/+1
* Result type signatures are no longer supported (partial)simonpj@microsoft.com2006-09-071-0/+4
* Enable bang-patterns only when the flag says so (had missed a case before)simonpj@microsoft.com2006-09-041-2/+6
* fix export/import list parsing (allow (,)), and remove unnecessary reversesSimon Marlow2006-08-211-3/+7
* comply with Haskell 98 by not allowing extra commas in import/export listsSimon Marlow2006-08-211-3/+2
* Nuked hschooks.h in favour of cutils.h, which has the prototypes we needsven.panne@aedion.de2006-08-101-9/+0
* Remove old FFI syntaxSimon Marlow2006-08-092-132/+5
* add a commentSimon Marlow2006-08-071-0/+3
* Deal correctly with infix type constructors in GADT declssimonpj@microsoft.com2006-07-261-24/+16
* Generalise Package SupportSimon Marlow2006-07-252-5/+7
* In interface files, store FastStrings rather than OccNames where possibleSimon Marlow2006-07-241-10/+10
* do a better job of ignoring unrecognised pragmasSimon Marlow2006-07-121-0/+5
* the unlifted kindSimon Marlow2006-06-231-1/+2
* Remove one more IfaceInlineCallsimonpj@microsoft.com2006-06-051-1/+0
* improvements to lexical error reportingsimonmar@microsoft.com2006-06-011-6/+4
* commented-out debugging codesimonmar@microsoft.com2006-06-011-0/+2
* understand Latin-1 symbolssimonmar@microsoft.com2006-06-011-1/+1
* we don't need OutOfHeapHook(), and the version in the RTS has a better messageSimon Marlow2006-05-241-9/+0
* Bug-fix for infix function definitions (parse/rename)simonpj@microsoft.com2006-05-191-13/+34
* Remove misleading commentssimonpj@microsoft.com2006-05-192-7/+7
* Fixing some lexer errors with extcoreJosef Svenningsson2006-04-201-1/+6
* Extcore can now handle data types without constructorsJosef Svenningsson2006-04-201-4/+4