summaryrefslogtreecommitdiff
path: root/compiler/GHC/Builtin/Names
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-13/+23
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-3/+5
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-031-4/+6
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-031-1/+2
* template-haskell: Fix representation of OPAQUE pragmasMatthew Pickering2022-05-061-7/+7
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-38/+40
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-7/+9
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-031-3/+8
* template-haskell: Add support for default declarationsMario Blažević2021-07-211-3/+5
* The Char kind (#11342)Daniel Rogozin2021-02-061-11/+13
* Don't import GHC.Unit to reduce the number of dependenciesSylvain Henry2020-10-011-1/+2
* mkUnique refactoring (#18362)Aditya Gupta2020-08-221-0/+1
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-34/+24
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-5/+12
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-3/+8
* Enhance UnitId useSylvain Henry2020-06-131-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-5/+30
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* Modules (#13009)Sylvain Henry2020-04-181-0/+1093