summaryrefslogtreecommitdiff
path: root/compiler/parser/RdrHsSyn.hs
Commit message (Expand)AuthorAgeFilesLines
* Record pattern synonymsMatthew Pickering2015-10-291-1/+1
* Suggest enabling PatternSynonyms (#10943)Moritz Kiefer2015-10-221-5/+9
* Reject top-level typed TH splices. Fixes #10945Jan Stolarek2015-10-201-4/+11
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-4/+10
* Replace [PostTc id Type] with PostTc id [Type]Matthew Pickering2015-09-201-1/+2
* ApplicativeDo transformationSimon Marlow2015-09-171-2/+2
* Injective type familiesJan Stolarek2015-09-031-13/+16
* Removed deprecated syntax for GADT constuctors.Ulya Trofimovich2015-08-031-20/+0
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-4/+4
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-0/+16
* Correct BangPat SrcSpan calculationMatthew Pickering2015-06-291-2/+3
* Refactor wild card renamingThomas Winant2015-06-091-272/+2
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-9/+10
* ApiAnnotations tweaksAlan Zimmerman2015-05-271-5/+7
* ApiAnnotations : parens around a context with wildcard loses annotationsAlan Zimmerman2015-05-211-8/+10
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-211-3/+10
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-36/+128
* Revert multiple commitsAustin Seipp2015-05-141-128/+36
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-36/+128
* ApiAnnotations : RdrHsSyn.isFunLhs discards parenthesesAlan Zimmerman2015-05-071-21/+25
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-061-8/+6
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-061-6/+8
* API Annotations : ExprWithTySig processing discards annotated spansAlan Zimmerman2015-04-141-1/+2
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-0/+2
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-9/+6
* API Annotations tweaks.Alan Zimmerman2015-01-161-54/+74
* Generalized Coverage pass to allow adding multiple types of TickishsPeter Wortmann2014-12-161-3/+6
* More Tweaks for API AnotationsAlan Zimmerman2014-11-301-2/+2
* Implement Partial Type SignaturesThomas Winant2014-11-281-17/+291
* Capture original source for literalsAlan Zimmerman2014-11-211-2/+2
* Add API AnnotationsAlan Zimmerman2014-11-211-4/+4
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-44/+51
* Fix #9209, by reporting an error instead of panicking on bad splices.Richard Eisenberg2014-11-201-24/+33
* Add support for pattern synonym type signatures.Dr. ERDI Gergo2014-11-201-22/+5
* small parser/lexer cleanupYuri de Wit2014-11-071-0/+1203