summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/Lexer.x
Commit message (Expand)AuthorAgeFilesLines
* EPA: Comment Order ReversedAlan Zimmerman2022-05-231-14/+10
* Fix several note referencesKrzysztof Gogolewski2022-05-021-1/+1
* Refactor: simplify lexing of the dotVladislav Zavialov2022-04-091-10/+2
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-0/+12
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-0/+2
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-101/+117
* Suggestions due to hlintMatthew Pickering2022-02-241-1/+1
* Consistently upper-case "Note ["Ben Gamari2022-02-011-2/+2
* Fix parsing & printing of unboxed sumssheaf2022-01-111-8/+6
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-4/+3
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-111-6/+6
* Supply missing case for '.' inShayne Fletcher2021-08-021-0/+1
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-121-0/+1
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-081-10/+10
* [Parser: Lexer] Fix !6132Moritz Angermann2021-07-011-1/+2
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-17/+15
* Put tracing functions into their own moduleSylvain Henry2021-06-221-0/+1
* Parser: make less DynFlags dependentSylvain Henry2021-06-071-1/+12
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-69/+96
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-27/+31
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-4/+5
* Parser: Unbox `ParseResult`Sebastian Graf2021-04-261-14/+26
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-4/+4
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* Implement proposal 403: Lexer cleanupOleg Grenrus2021-04-051-7/+7
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-311-23/+23
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-1/+1
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-10/+10
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-3/+3
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-3/+3
* 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