summaryrefslogtreecommitdiff
path: root/compiler/parser
Commit message (Expand)AuthorAgeFilesLines
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-39/+62
* Support constructor Haddocks in more placesAlec Theriault2018-01-122-31/+101
* Simplify HsPatSynDetailsSimon Peyton Jones2017-12-211-3/+3
* Improve treatment of sectioned holesRyan Scott2017-12-201-3/+7
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-202-8/+14
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-072-39/+43
* Update leftover reference to refer to [FunBind vs PatBind]klebinger.andreas@gmx.at2017-11-211-2/+2
* Revert "trees that grow" workBen Gamari2017-11-212-254/+252
* TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-142-33/+31
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-112-141/+139
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-082-98/+104
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-072-104/+98
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-072-98/+104
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-4/+22
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-251-25/+53
* Remove m_type from Match (#14313)Joachim Breitner2017-10-042-20/+12
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-196-1/+11
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-121-1/+1
* Canonicalise MonoidFail instances in GHCHerbert Valerio Riedel2017-09-091-2/+2
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-292-27/+29
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-4/+0
* Use field names for all uses of datacon MatchSimon Peyton Jones2017-07-311-4/+4
* Refactoring around FunRhsSimon Peyton Jones2017-07-311-6/+14
* Allow per-argument documentation on pattern synonym signaturesalexbiehl2017-07-031-1/+1
* Allow optional instance keyword in associated type family instancesTibor Erdesz2017-06-291-7/+27
* Treat banged bindings as FunBindsBen Gamari2017-06-272-20/+36
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-062-306/+312
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-13/+27
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-122-30/+20
* Typos [ci skip]Gabor Greif2017-05-121-4/+4
* RnEnv refactoringMatthew Pickering2017-05-111-2/+2
* Treat banged bindings as FunBindsBen Gamari2017-05-082-20/+30
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-082-24/+33
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Allow operators as record pattern synonym fieldsMatthew Pickering2017-03-291-2/+2
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-292-4/+13
* Introduce and use EnumSet in DynFlagsBen Gamari2017-03-151-6/+6
* Add COLUMN pragmaPhil Ruffwind2017-03-131-1/+17
* Disallow unboxed string literals in patterns (#13260)Rupert Horlick2017-03-061-0/+3
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-021-5/+17
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-021-0/+4
* Explicitly capture whether a splice has a dollar prefixAlan Zimmerman2017-02-271-3/+3
* Bring in unicode variants of API Annotations for HsBracketAlan Zimmerman2017-02-262-12/+24
* Make SCCFunSig tag Located for ghc-exactprintAlan Zimmerman2017-02-241-1/+1
* Add API Annotation AnnSignature for backpack signature modulesAlan Zimmerman2017-02-242-1/+2
* Fix parsing of And chains in BoolFormulaDmitry Ivanov2017-02-231-3/+7
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Export commentToAnnotation from Lexer.xAlan Zimmerman2017-02-231-0/+1
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-141-1/+1