2008-02-18 |
Ian Lynagh | Make literals in the syntax tree strict |
tree | commitdiff |
2008-02-04 |
Twan van Laarhoven | Fixed warnings in hsSyn/Convert, except for incomplete... |
tree | commitdiff |
2008-01-31 |
Manuel M T Chakravarty | Warning clean up |
tree | commitdiff |
2008-01-28 |
simonpj@microsoft.com | Add missing (error) case in isIrrefutablePat |
tree | commitdiff |
2008-01-28 |
simonpj@microsoft.com | Add missing (error) case in pprConDecl |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsSyn |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsUtils |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsTypes |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsDoc |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsLit |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsImpExp, except for incomplete... |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsPat, except for incomplete... |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsBinds, except for incomplete... |
tree | commitdiff |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in hsSyn/HsDecls, except for incomplete... |
tree | commitdiff |
2008-01-22 |
simonpj@microsoft.com | Tidy up the treatment of SPECIALISE pragmas |
tree | commitdiff |
2008-01-18 |
simonpj@microsoft.com | Add quasi-quotation, courtesy of Geoffrey Mainland |
tree | commitdiff |
2008-01-17 |
Isaac Dupree | lots of portability changes (#1405) |
tree | commitdiff |
2008-01-12 |
Ian Lynagh | Tweak whitespace in HsExpr |
tree | commitdiff |
2008-01-12 |
Ian Lynagh | Fix warnings in HsExpr |
tree | commitdiff |
2008-01-07 |
simonpj@microsoft.com | Make the treatment of equalities more uniform |
tree | commitdiff |
2008-01-07 |
simonpj@microsoft.com | Fix Trac #2017 |
tree | commitdiff |
2007-12-20 |
simonpj@microsoft.com | Implement generalised list comprehensions |
tree | commitdiff |
2007-12-10 |
simonpj@microsoft.com | Improve pretty-printing of InstDecl |
tree | commitdiff |
2007-11-28 |
simonpj@microsoft.com | Print a bit more info in VarBinds (no need to merge) |
tree | commitdiff |
2007-11-14 |
simonpj@microsoft.com | FIX Trac 1888; duplicate INLINE pragmas |
tree | commitdiff |
2007-11-12 |
David Waern | Merge from Haddock: Add <<url>> for images |
tree | commitdiff |
2007-11-12 |
David Waern | Merge of a patch from the old Haddock branch: |
tree | commitdiff |
2007-11-05 |
simonpj@microsoft.com | Inline implication constraints |
tree | commitdiff |
2007-11-01 |
David Waern | Refactor Haddock options |
tree | commitdiff |
2007-10-24 |
simonpj@microsoft.com | Generalise the types of mk_FunBind, mk_easy_FunBind... |
tree | commitdiff |
2007-10-17 |
Manuel M T Chakravarty | TcUnify.subFunTys must take type families into account |
tree | commitdiff |
2007-10-17 |
simonpj@microsoft.com | Update HsExpr.hi-boot-6 for view pattern changes |
tree | commitdiff |
2007-10-10 |
Dan Licata | View patterns, record wildcards, and record puns |
tree | commitdiff |
2007-10-10 |
simonpj@microsoft.com | Improve pretty-printing of splices in HsSyn |
tree | commitdiff |
2007-10-10 |
simonpj@microsoft.com | Improve pretty-printing for HsSyn |
tree | commitdiff |
2007-09-28 |
Manuel M T Chakravarty | FIX: Make boxy splitters aware of type families |
tree | commitdiff |
2007-09-05 |
Simon Marlow | fix error in .hi-boot-6 |
tree | commitdiff |
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-03 |
Ross Paterson | FIX for #1080 |
tree | commitdiff |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
tree | commitdiff |
2007-08-28 |
Manuel M T Chakravarty | Type checking for type synonym families |
tree | commitdiff |
2007-08-22 |
simonpj@microsoft.com | Print infix function definitions correctly in HsSyn |
tree | commitdiff |
2007-08-19 |
Manuel M T Chakravarty | Updated comments |
tree | commitdiff |
2007-08-09 |
simonpj@microsoft.com | Print fewer parens when pretty-printing HsSyn |
tree | commitdiff |
2007-08-09 |
simonpj@microsoft.com | Print more "..." in long lists of declarations |
tree | commitdiff |
2007-08-04 |
simonpj@microsoft.com | Improve pretty-printing of 'foreign' declarations |
tree | commitdiff |
2007-07-11 |
David Waern | Remove import |
tree | commitdiff |
2007-06-21 |
simonpj@microsoft.com | Unbreak the stage-2 compiler (record-type changes) |
tree | commitdiff |
2007-06-21 |
Lemmih | Add several new record features |
tree | commitdiff |
2007-06-18 |
Lemmih | Remove the unused HsExpr constructor DictPat |
tree | commitdiff |
2007-06-07 |
Lemmih | Fix a bug in MatchCon, and clarify what dataConInstOrig... |
tree | commitdiff |
2007-05-11 |
Manuel M T Chakravarty | Remove the distinction between data and newtype families |
tree | commitdiff |
2007-05-11 |
Simon Marlow | Store a SrcSpan instead of a SrcLoc inside a Name |
tree | commitdiff |
2007-05-10 |
Michael D. Adams | Warning fix for unused and redundant imports |
tree | commitdiff |
2007-05-07 |
simonpj@microsoft.com | Fix comments on HsWrapper type |
tree | commitdiff |
2007-05-05 |
Ian Lynagh | Handle ParStmt in collectStmtBinders; fixes tcrun013... |
tree | commitdiff |
2007-05-05 |
Ian Lynagh | Don't print parens around list comprehensions |
tree | commitdiff |
2007-05-05 |
Ian Lynagh | Tweak ... generation |
tree | commitdiff |
2007-05-05 |
Ian Lynagh | Tweak the ... generation |
tree | commitdiff |
2007-05-04 |
simonpj@microsoft.com | Improve printing of "..." in HsExpr; fixes a stupidity... |
tree | commitdiff |
2007-05-02 |
simonpj@microsoft.com | Comments, plus type sigs |
tree | commitdiff |
2007-05-02 |
simonpj@microsoft.com | Import fiddling |
tree | commitdiff |
2007-05-02 |
simonpj@microsoft.com | Make records work properly with type families |
tree | commitdiff |
2007-04-25 |
simonpj@microsoft.com | Typo in comments |
tree | commitdiff |
2007-04-24 |
Simon Marlow | Breakpoints: get the names of the free variables right |
tree | commitdiff |
2007-04-24 |
Simon Marlow | add comments |
tree | commitdiff |
2007-04-22 |
simonpj@microsoft.com | Part 2 of: Fix corner case of useless constraint in... |
tree | commitdiff |
2007-04-22 |
simonpj@microsoft.com | Improve depth-cutoff for printing HsSyn in error messages |
tree | commitdiff |
2007-02-04 |
lennart@augustsson.net | Make HsRecordBinds a data type instead of a synonym. |
tree | commitdiff |
2007-01-25 |
simonpj@microsoft.com | Comments and layout only |
tree | commitdiff |
2006-12-21 |
lennart@augustsson.net | Add support for overloaded string literals. |
tree | commitdiff |
2007-01-11 |
simonpj@microsoft.com | Remove redundant import |
tree | commitdiff |
2007-01-11 |
simonpj@microsoft.com | Add comments (AT-related) |
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-03 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2007-01-03 |
simonpj@microsoft.com | Fix another buglet in HsDoc stuff |
tree | commitdiff |
2007-01-03 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2007-01-02 |
simonpj@microsoft.com | Big tidy-up of deriving code |
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-11-29 |
simonpj@microsoft.com | Remove bogus comment |
tree | commitdiff |
2006-11-24 |
simonpj@microsoft.com | Fix constraint handling for lazy patterns |
tree | commitdiff |
2006-11-10 |
simonpj@microsoft.com | Add HsUtils.unguardedGRHSs, and use it |
tree | commitdiff |
2006-11-08 |
simonpj@microsoft.com | Do not print HsDoc field when pretty-printing patterns... |
tree | commitdiff |
2006-10-24 |
andy@galois.com | Haskell Program Coverage |
tree | commitdiff |
2006-10-11 |
Simon Marlow | More import tidying and fixing the stage 2 build |
tree | commitdiff |
2006-10-10 |
Simon Marlow | getMainDeclBinder should return Nothing for a binding... |
tree | commitdiff |
2006-10-05 |
davve@dtek.chalmers.se | Merge Haddock comment support from ghc.haddock -- big... |
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-10-03 |
simonpj@microsoft.com | Warning police only |
tree | commitdiff |
2006-10-03 |
simonpj@microsoft.com | Fix scoped type variables for expression type signatures |
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-21 |
audreyt@audreyt.org | * Fix stray comma in HsTypes.lhs's import line. |
tree | commitdiff |
2006-09-20 |
Manuel M T Chakravarty | Comments only |
tree | commitdiff |
2006-09-20 |
Manuel M T Chakravarty | Minor tidying up |
tree | commitdiff |
next |