summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-215-14/+57
* Check if files are same in combineSrcSpansZubin Duggal2018-08-124-0/+25
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-021-11/+5
* testsuite: Add test for #15053Ben Gamari2018-07-062-0/+4
* Fix mkGadtDecl does not set con_forall correctlyAlan Zimmerman2018-06-293-0/+103
* Fix API Annotations for GADT constructorsAlan Zimmerman2018-06-193-8/+16
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1416-107/+95
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-073-0/+10
* vectorise: Put it out of its miseryBen Gamari2018-06-022-2/+0
* Use correct source spans for EmptyCaseRyan Scott2018-05-123-0/+35
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-274-211/+264
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Better error message for empty character literal, for Trac #13450.HE, Tao2018-04-195-0/+22
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-133-8/+19
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-094-51/+204
* Slighly improve infix con app pattern errorsÖmer Sinan Ağacan2018-03-143-0/+11
* Simplify rnLHsInstTypeSimon Peyton Jones2018-03-051-1/+4
* Raise parse error for `data T where`.HE, Tao2018-02-135-0/+15
* UnboxedTuples can't be used as constraintsHE, Tao2018-01-313-0/+11
* Implement BlockArguments (#10843)Takano Akio2018-01-3113-2/+99
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-2114-0/+299
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-203-0/+8
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-073-111/+91
* Revert "trees that grow" workBen Gamari2017-11-214-213/+51
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-113-0/+79
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-083-51/+134
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-073-134/+51
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-073-51/+134
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-023-0/+21
* Fix a bug in 'alexInputPrevChar'Alec Theriault2017-10-252-0/+6
* typecheck: Clarify errors mentioned in #14385Ben Gamari2017-10-252-8/+8
* Testsuite update following d8d87faJoachim Breitner2017-10-063-3/+0
* Renamer now preserves location for IEThingWith list itemsAlan Zimmerman2017-09-153-0/+142
* Option "-ddump-rn-ast" dumps imports and exports tooAlan Zimmerman2017-09-131-328/+345
* Implicitly bind kind variables in type family instance RHSes when it's sensibleRyan Scott2017-09-052-53/+219
* Refactor type family instance abstract syntax declarationsRyan Scott2017-08-292-99/+99
* Make parsed AST dump output lazilyDavid Feuer2017-08-283-629/+657
* Improve the desugaring of -XStrictSimon Peyton Jones2017-07-311-1/+2
* Do not discard insolubles in implicationsSimon Peyton Jones2017-07-282-11/+4
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-111-1/+0
* Allow optional instance keyword in associated type family instancesTibor Erdesz2017-06-292-0/+25
* Treat banged bindings as FunBindsBen Gamari2017-06-273-3/+6
* Print warnings on parser failures (#12610).Dave Laing2017-05-153-1/+14
* Revert "Treat banged bindings as FunBinds"Ben Gamari2017-05-123-6/+3
* Fix up tests for #13594Ben Gamari2017-05-112-9/+0
* Fix incorrect ambiguity error on identically-named data constructorsSoham Chowdhury2017-05-111-0/+1
* Treat banged bindings as FunBindsBen Gamari2017-05-085-3/+15
* Make XNegativeLiterals treat -0.0 as negative 0Nolan2017-05-083-0/+34
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-298-2/+71
* Eliminate word-size dependence in HsDumpAst outputBen Gamari2017-03-261-27/+27