summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/Lexer.x
Commit message (Expand)AuthorAgeFilesLines
* GHC Exactprint main commitAlan Zimmerman2021-03-201-103/+224
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-5/+37
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-13/+15
* Fix typosBrian Wignall2021-02-061-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-181-32/+32
* Split GHC.Driver.TypesSylvain Henry2020-10-291-3/+2
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-24/+47
* Parser: don't require the HomeUnitIdSylvain Henry2020-10-131-13/+4
* ApiAnnotations : preserve parens in GADTsAlan Zimmerman2020-10-091-34/+0
* Don't import GHC.Unit to reduce the number of dependenciesSylvain Henry2020-10-011-1/+1
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-144/+103
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-56/+48
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-3/+5
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-091-2/+0
* Add HomeUnit typeSylvain Henry2020-08-131-2/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-5/+2
* Improve NegativeLiterals (#18022, GHC Proposal #344)Vladislav Zavialov2020-07-271-15/+36
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-211-34/+72
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-181-2/+0
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-2/+2
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-011-8/+67
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-22/+43
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+6
* Enhance UnitId useSylvain Henry2020-06-131-8/+8
* Refactor homeUnitSylvain Henry2020-06-131-8/+8
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-8/+8
* Improve parser error messages for TemplateHaskellQuotesVladislav Zavialov2020-06-011-4/+9
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-011-3/+1
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-2/+2
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-2/+2
* Make Unicode brackets opening/closing tokens (#18225)Joshua Price2020-05-241-4/+8
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-3/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-9/+8
* Modules (#13009)Sylvain Henry2020-04-181-0/+3294