summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsBinds.lhs
Commit message (Expand)AuthorAgeFilesLines
* Improve the handling of default methodssimonpj@microsoft.com2010-01-061-9/+29
* Turn an ASSERT into a WARNsimonpj@microsoft.com2009-10-301-0/+3
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-35/+27
* Fix Trac #3263: don't print Hpc tick stuff unless -dppr-debug is onsimonpj@microsoft.com2009-10-151-13/+23
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-4/+20
* Rollback INLINE patchesSimon Marlow2008-12-161-3/+3
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-3/+3
* Start haddockifying 'HsBindLR'.Thomas Schilling2008-09-141-15/+19
* Layout and type synonyms onlysimonpj@microsoft.com2008-09-101-4/+5
* Comments onlysimonpj@microsoft.com2008-09-051-0/+4
* Major change in compilation of instance declarations (fix Trac #955, #2328)simonpj@microsoft.com2008-09-031-1/+1
* Comment typosimonpj@microsoft.com2008-05-211-1/+1
* Fix Trac #2292: improve error message for lone signaturessimonpj@microsoft.com2008-05-201-18/+15
* (F)SLIT -> (f)sLit in HsBindsIan Lynagh2008-04-221-21/+19
* Rename WpCo to WpCastsimonpj@microsoft.com2008-04-221-2/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Fixed warnings in hsSyn/HsBinds, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-20/+24
* Tidy up the treatment of SPECIALISE pragmassimonpj@microsoft.com2008-01-221-5/+2
* Make the treatment of equalities more uniformsimonpj@microsoft.com2008-01-071-2/+2
* Print a bit more info in VarBinds (no need to merge)simonpj@microsoft.com2007-11-281-1/+1
* FIX Trac 1888; duplicate INLINE pragmassimonpj@microsoft.com2007-11-141-2/+2
* Inline implication constraintssimonpj@microsoft.com2007-11-051-0/+2
* View patterns, record wildcards, and record punsDan Licata2007-10-101-43/+65
* Improve pretty-printing for HsSynsimonpj@microsoft.com2007-10-101-5/+5
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Print infix function definitions correctly in HsSynsimonpj@microsoft.com2007-08-221-3/+3
* Print more "..." in long lists of declarationssimonpj@microsoft.com2007-08-091-3/+3
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+1
* Fix comments on HsWrapper typesimonpj@microsoft.com2007-05-071-4/+4
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-241-1/+1
* 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
* Comments and layout onlysimonpj@microsoft.com2007-01-251-6/+17
* Haskell Program Coverageandy@galois.com2006-10-241-2/+10
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-11/+12
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-7/+8
* Global renamings in HsSynsimonpj@microsoft.com2006-09-291-42/+42
* Comments onlyManuel M T Chakravarty2006-09-201-3/+1
* Minor tidying upManuel M T Chakravarty2006-09-201-1/+1
* Better pretty printing for CoPatManuel M T Chakravarty2006-09-201-0/+1
* Complete the evidence generation for GADTsManuel M T Chakravarty2006-09-201-18/+33
* newtype fixes, coercions for non-recursive newtypes now optionalManuel M T Chakravarty2006-09-201-1/+1
* Partial changes for derived newtype instancesManuel M T Chakravarty2006-09-181-1/+2
* Massive patch for the first months work adding System FC to GHC #14Manuel M T Chakravarty2006-09-151-9/+34
* Result type signatures are no longer supported (partial)simonpj@microsoft.com2006-09-071-5/+6
* Add type signaturesimonpj@microsoft.com2006-08-111-0/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+479