summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
Commit message (Expand)AuthorAgeFilesLines
* Type checking for type synonym familiesManuel M T Chakravarty2007-08-281-1/+1
* Print infix function definitions correctly in HsSynsimonpj@microsoft.com2007-08-223-17/+32
* Updated commentsManuel M T Chakravarty2007-08-191-5/+7
* Print fewer parens when pretty-printing HsSynsimonpj@microsoft.com2007-08-091-6/+21
* Print more "..." in long lists of declarationssimonpj@microsoft.com2007-08-091-3/+3
* Improve pretty-printing of 'foreign' declarationssimonpj@microsoft.com2007-08-041-4/+4
* Remove importDavid Waern2007-07-111-1/+0
* Unbreak the stage-2 compiler (record-type changes)simonpj@microsoft.com2007-06-211-8/+13
* Add several new record featuresLemmih2007-06-215-55/+99
* Remove the unused HsExpr constructor DictPatLemmih2007-06-182-12/+0
* Fix a bug in MatchCon, and clarify what dataConInstOrigArgTys doesLemmih2007-06-071-0/+3
* Remove the distinction between data and newtype familiesManuel M T Chakravarty2007-05-111-4/+3
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-1/+1
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+1
* Fix comments on HsWrapper typesimonpj@microsoft.com2007-05-071-4/+4
* Handle ParStmt in collectStmtBinders; fixes tcrun013(ghci) failureIan Lynagh2007-05-051-7/+9
* Don't print parens around list comprehensionsIan Lynagh2007-05-051-12/+19
* Tweak ... generationIan Lynagh2007-05-051-5/+3
* Tweak the ... generationIan Lynagh2007-05-051-2/+12
* Improve printing of "..." in HsExpr; fixes a stupidity in my earlier changesimonpj@microsoft.com2007-05-041-10/+21
* Comments, plus type sigssimonpj@microsoft.com2007-05-021-1/+1
* Import fiddlingsimonpj@microsoft.com2007-05-021-1/+0
* Make records work properly with type familiessimonpj@microsoft.com2007-05-022-5/+8
* Typo in commentssimonpj@microsoft.com2007-04-251-1/+1
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-242-3/+4
* add commentsSimon Marlow2007-04-241-1/+3
* Part 2 of: Fix corner case of useless constraint in SPECIALISE pragmasimonpj@microsoft.com2007-04-221-6/+9
* Improve depth-cutoff for printing HsSyn in error messagessimonpj@microsoft.com2007-04-221-14/+18
* Make HsRecordBinds a data type instead of a synonym.lennart@augustsson.net2007-02-042-5/+5
* Comments and layout onlysimonpj@microsoft.com2007-01-251-6/+17
* Add support for overloaded string literals.lennart@augustsson.net2006-12-213-0/+10
* Remove redundant importsimonpj@microsoft.com2007-01-111-1/+0
* Add comments (AT-related)simonpj@microsoft.com2007-01-111-3/+4
* Remove the DocEntity type. Fixes the problem with duplicate error messages atdavve@dtek.chalmers.se2007-01-052-30/+3
* HsSyn clean up for indexed typesManuel M T Chakravarty2007-01-051-74/+67
* Comments onlysimonpj@microsoft.com2007-01-031-23/+22
* Fix another buglet in HsDoc stuffsimonpj@microsoft.com2007-01-031-2/+1
* Comments onlysimonpj@microsoft.com2007-01-031-5/+9
* Big tidy-up of deriving codesimonpj@microsoft.com2007-01-023-12/+24
* Adding a GENERATED pragmaandy@galois.com2006-12-291-0/+6
* Parse and desugar equational constraintsManuel M T Chakravarty2006-12-281-6/+9
* Remove bogus commentsimonpj@microsoft.com2006-11-291-5/+0
* Fix constraint handling for lazy patternssimonpj@microsoft.com2006-11-241-6/+13
* Add HsUtils.unguardedGRHSs, and use itsimonpj@microsoft.com2006-11-101-3/+4
* Do not print HsDoc field when pretty-printing patterns (messes up error message)simonpj@microsoft.com2006-11-081-2/+2
* Haskell Program Coverageandy@galois.com2006-10-243-3/+34
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-1110-100/+102
* getMainDeclBinder should return Nothing for a binding with no variablesSimon Marlow2006-10-101-1/+4
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-059-59/+264
* New syntax for stand-alone deriving. Implemented fully.bjorn@bringert.net2006-09-181-3/+3