summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-0640-0/+783
* Implement riscv64 LLVM backendAndreas Schwab2021-03-052-2/+4
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-032-2/+6
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-1/+1
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-014-14/+7
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-192-8/+8
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-2/+4
* Refactor LoggerSylvain Henry2021-02-133-3/+6
* Track the dependencies of `GHC.Hs.Expr.Types`John Ericson2021-01-236-50/+315
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-1/+9
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-221-2/+3
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-1/+2
* Refactor renamer datastructuresAdam Gundry2020-12-241-12/+14
* Support package qualifier in Prelude importSylvain Henry2020-12-235-0/+22
* Split Driver.Env moduleAlfredo Di Napoli2020-12-181-1/+2
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-1/+2
* Implement type applications in patternsCale Gibbard2020-12-144-1/+10
* 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