summaryrefslogtreecommitdiff
path: root/compiler/hsSyn
Commit message (Expand)AuthorAgeFilesLines
* Small improvement in pretty-printing constructors.Richard Eisenberg2015-09-201-16/+10
* Allow TH quoting of assoc type defaults.Richard Eisenberg2015-09-201-0/+15
* Print associated types a bit better.Richard Eisenberg2015-09-201-29/+38
* Replace [PostTc id Type] with PostTc id [Type]Matthew Pickering2015-09-203-6/+12
* ApplicativeDo transformationSimon Marlow2015-09-172-12/+155
* Injective type familiesJan Stolarek2015-09-034-111/+284
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-2/+0
* Comments reformating/correctionsDivam2015-08-181-1/+1
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-101-3/+4
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-022-17/+21
* Typos in commentsGabor Greif2015-08-011-1/+1
* Typos in comments and stringsGabor Greif2015-07-301-1/+1
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-271-6/+39
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-272-4/+6
* Accept next-docstrings on GADT constructors.Ben Gamari2015-07-231-4/+5
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-212-20/+0
* Do not treat prim and javascript imports as C imports in TH and QQLuite Stegeman2015-07-201-4/+13
* Support wild cards in TH splicesThomas Winant2015-07-202-1/+14
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-0/+1
* Spelling in commentsGabor Greif2015-07-061-1/+1
* Treat out-of-scope variables as holesSimon Peyton Jones2015-06-261-20/+25
* Use a Representaional coercion for data familiesSimon Peyton Jones2015-06-261-3/+3
* Improve pretty-printing for CoPatSimon Peyton Jones2015-06-261-3/+12
* Refactor wild card renamingThomas Winant2015-06-092-27/+51
* Fix #10489Richard Eisenberg2015-06-051-1/+2
* TypofixesGabor Greif2015-06-031-1/+1
* Treat pattern-synonym binders more consistentlySimon Peyton Jones2015-06-021-2/+3
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-014-17/+20
* ApiAnnotations tweaksAlan Zimmerman2015-05-271-10/+18
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-213-24/+68
* Refactor tuple constraintsSimon Peyton Jones2015-05-184-23/+21
* Revert multiple commitsAustin Seipp2015-05-144-21/+23
* Refactor tuple constraintsSimon Peyton Jones2015-05-134-23/+21
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-063-56/+47
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-063-47/+56
* Permit empty closed type familiesAdam Gundry2015-05-042-11/+9
* Comments onlySimon Peyton Jones2015-04-141-2/+9
* parser: opt_kind_sig has incorrect SrcSpanAlan Zimmerman2015-04-142-2/+8
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-2/+0
* Pretty-print # on unboxed literals in coreThomas Miedema2015-03-031-9/+8
* Show record construction/update without parensThomas Miedema2015-03-021-1/+3
* Comments onlySimon Peyton Jones2015-02-101-1/+4
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-106-112/+88
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-092-2/+2
* API Annotations documentation update, parsing issue, add example testAlan Zimmerman2015-01-198-10/+275
* API Annotations tweaks.Alan Zimmerman2015-01-169-219/+393
* Dwarf generation fixed pt 2Peter Wortmann2015-01-131-1/+1
* Pattern synonym names need to be in scope before renaming bindings (#9889)Dr. ERDI Gergo2015-01-092-47/+93
* Improve HsBangSimon Peyton Jones2015-01-082-7/+7