summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Quote.hs
Commit message (Expand)AuthorAgeFilesLines
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-1/+1
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-0/+1
* TTG: TH brackets finishing touchesromes2022-03-181-27/+10
* TTG: Refactor bracket for desugaring during tcromes2022-03-181-5/+5
* Separate constructors for typed and untyped bracketsromes2022-03-181-15/+31
* TTG: Refactor HsBracketromes2022-03-181-2/+0
* TH: allow negative patterns in quotes (#20711)Zubin Duggal2022-03-161-1/+8
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-1/+0
* Kill derived constraintsRichard Eisenberg2022-02-231-5/+2
* Consistently upper-case "Note ["Ben Gamari2022-02-011-6/+6
* Misc cleanupKrzysztof Gogolewski2021-11-251-4/+4
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-3/+7
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-1/+1
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-1/+1
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-301-2/+0
* Canonicalize bignum literalsSylvain Henry2021-09-111-5/+5
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-111-4/+4
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-031-2/+20
* Disallow nonlinear fields in Template Haskell (#18378)Krzysztof Gogolewski2021-08-021-1/+18
* template-haskell: Add support for default declarationsMario Blažević2021-07-211-3/+8
* Use HsExpansion for overloaded list patternssheaf2021-06-291-6/+2
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-1/+1
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-33/+28
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-2/+2
* Change representation of field selector occurencesShayne Fletcher2021-05-231-7/+5
* Changes to HsRecField'Shayne Fletcher2021-05-191-6/+6
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-3/+4
* GHC Exactprint main commitAlan Zimmerman2021-03-201-81/+81
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-1/+6
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-4/+5
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-5/+35
* Fix #19377 by using lookupLOcc when desugaring TH-quoted ANNsRyan Scott2021-02-171-4/+7
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+3
* Make PatSyn immutableSimon Peyton Jones2021-01-291-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Factorize and document binder collect functionsSylvain Henry2021-01-221-7/+7
* Refactor renamer datastructuresAdam Gundry2020-12-241-4/+4
* Implement type applications in patternsCale Gibbard2020-12-141-7/+8
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-3/+2
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-101/+116
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-5/+4
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-46/+38
* Split GHC.Driver.TypesSylvain Henry2020-10-291-22/+30
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-4/+4
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-111-2/+5
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-11/+10
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-151-4/+9
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-091-1/+0