summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-1/+2
* Introduce -fprof-callers flagBen Gamari2020-11-211-1/+1
* testsuite: Refactor CountParserDepsBen Gamari2020-11-212-6/+238
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-181-3/+5
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-064-574/+575
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-302-2/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-291-2/+3
* Parser regression tests, close #12862 #12446wip/parsing-tests-12446-12862Vladislav Zavialov2020-10-215-0/+25
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-204-16/+32
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-195-0/+48
* Add TyCon Set/Env and use them in a few places.Andreas Klebinger2020-10-091-1/+1
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-071-1/+1
* Use ADTs for parser errors/warningsSylvain Henry2020-10-013-2/+3
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-3/+6
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-0/+6
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-1/+1
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-211-1/+1
* Grammar for types and data/newtype constructorsVladislav Zavialov2020-08-066-9/+11
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-021-59/+54
* Improve NegativeLiterals (#18022, GHC Proposal #344)Vladislav Zavialov2020-07-274-18/+98
* Bump CountParserDepsSylvain Henry2020-07-251-1/+1
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-213-0/+6
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-3/+3
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-40/+45
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-016-0/+69
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-301-3/+4
* Linear types (#15981)Krzysztof Gogolewski2020-06-174-102/+124
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-132-15/+17
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-092-57/+61
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-055-20/+18
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-045-9/+7
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-013-0/+9
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-015-0/+18
* Improve parser error messages for the @-operatorVladislav Zavialov2020-06-017-1/+26
* Make Unicode brackets opening/closing tokens (#18225)Joshua Price2020-05-244-0/+27
* Explicit SpecificityGert-Jan Bottu2020-05-214-13/+26
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-045-0/+46
* Allow LambdaCase to be used as a command in proc notationAlexis King2020-04-302-0/+9
* Allow block arguments in arrow control operatorsAlexis King2020-04-305-0/+37
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Refactoring unit management codeSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-262-2/+2
* Do eager instantation in termsSimon Peyton Jones2020-04-221-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-292-3/+3
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-141-32/+17
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-084-5/+4
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-084-52/+46