summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
Commit message (Expand)AuthorAgeFilesLines
* Comments onlysimonpj@microsoft.com2011-01-251-1/+2
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-102-5/+12
* Tidy up rebindable syntax for MDosimonpj@microsoft.com2010-12-222-13/+8
* Fix recursive superclasses (again). Fixes Trac #4809.simonpj@microsoft.com2010-12-133-4/+6
* Fix Trac #4534: renamer bugsimonpj@microsoft.com2010-12-101-7/+10
* White space onlysimonpj@microsoft.com2010-12-101-2/+3
* Re-jig simplifySuperClass (again)simonpj@microsoft.com2010-12-021-3/+5
* Warn a bit less often about unlifted bindings.simonpj@microsoft.com2010-11-161-2/+22
* Remove the now-unused constructor VarPatOutsimonpj@microsoft.com2010-11-052-7/+0
* Make isIrrefutableHsPat say True for existentials; fixes Trac #4439simonpj@microsoft.com2010-10-261-1/+4
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-223-12/+26
* Template Haskell: add view patterns (Trac #2399)Reiner Pope2010-10-101-0/+1
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-192-1/+2
* Implement auto-specialisation of imported Idssimonpj@microsoft.com2010-10-071-9/+9
* Add a debug printsimonpj@microsoft.com2010-09-241-0/+1
* Add a flag -fwarn-missing-local-sigs, and improve -fwarn-mising-signaturessimonpj@microsoft.com2010-09-191-0/+7
* Better pretty printing of implicit parameterssimonpj@microsoft.com2010-09-171-1/+1
* Implement TH reification of instances (Trac #1835)simonpj@microsoft.com2010-09-151-1/+6
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-151-1/+5
* Improve HsSyn pretty printingsimonpj@microsoft.com2010-09-152-18/+36
* Fix Trac #4302, plus a little refactoringsimonpj@microsoft.com2010-09-131-13/+1
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-136-134/+243
* Add HsCoreTy to HsTypesimonpj@microsoft.com2010-08-241-1/+6
* * Add StringPrimL as a constructor for Template Haskell (Trac #4168)simonpj@microsoft.com2010-07-301-5/+6
* Comments, and improvement to pretty-printing of HsGroupsimonpj@microsoft.com2010-06-152-11/+20
* Fix printing of splices; part of #4124Ian Lynagh2010-06-131-2/+10
* Don't use unnecessary parens when printing types (Fix Trac 4107)simonpj@microsoft.com2010-06-041-2/+10
* Spelling in commentssimonpj@microsoft.com2010-05-251-1/+1
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-062-40/+61
* Fix Trac #3966: warn about useless UNPACK pragmassimonpj@microsoft.com2010-05-061-11/+0
* Add a HsExplicitFlag to SpliceDecl, to improve Trac #4042simonpj@microsoft.com2010-05-061-2/+6
* Add Data and Typeable instances to HsSynDavid Waern2010-03-3011-12/+106
* Comments onlysimonpj@microsoft.com2010-03-041-6/+23
* Comments onlysimonpj@microsoft.com2010-03-041-8/+15
* Refactor part of the renamer to fix Trac #3901simonpj@microsoft.com2010-03-043-145/+212
* Keep track of explicit kinding in HsTyVarBndr; plus fix Trac #3845simonpj@microsoft.com2010-02-104-34/+60
* Several TH/quasiquote changessimonpj@microsoft.com2010-02-106-60/+89
* Fix Trac #3813: unused variables in GHCi bindingssimonpj@microsoft.com2010-01-201-1/+4
* Improve the handling of default methodssimonpj@microsoft.com2010-01-062-10/+31
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-3/+1
* Follow PackageTarget changes in pprCEntityBen.Lippmeier@anu.edu.au2010-01-021-0/+2
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-042-0/+2
* Comments only, esp about RecStmtssimonpj@microsoft.com2009-11-261-15/+17
* 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-293-43/+42
* Tidy up pretty-printing (use ppUnless)simonpj@microsoft.com2009-10-292-3/+3
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-1/+1
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'simonpj@microsoft.com2009-10-282-27/+65
* Fix Trac #3600: Template Haskell bug in Convertsimonpj@microsoft.com2009-10-201-4/+10
* Fix Trac #3263: don't print Hpc tick stuff unless -dppr-debug is onsimonpj@microsoft.com2009-10-152-21/+34