summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot-th/GHC
Commit message (Expand)AuthorAgeFilesLines
* Add sized primitive literal syntaxBen Orchard2023-05-031-0/+1
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-111-0/+1
* Add Javascript backendSylvain Henry2022-11-291-0/+1
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-0/+1
* Implement DeepSubsumptionSimon Peyton Jones2022-07-251-0/+1
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+1
* Rename RecordPuns to NamedFieldPuns in LangExt.ExtensionAlfredo Di Napoli2021-07-191-1/+1
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-0/+1
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-0/+2
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-0/+1
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-131-1/+0
* Remove -XMonadFailDesugaring referencesHécate2021-01-271-1/+0
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-011-0/+1
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-0/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+1
* Derive Ord instance for ExtensionShayne Fletcher2020-04-201-0/+4
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+2
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-141-1/+1
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-0/+1
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-0/+1
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-141-0/+1
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-0/+1
* Make Extension derive BoundedShayne Fletcher2019-05-031-1/+1
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-01-201-1/+7
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-183-0/+3
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-0/+1
* Introduce DerivingViaRyan Scott2018-06-041-0/+1
* Implement QuantifiedConstraintsSimon Peyton Jones2018-06-041-0/+1
* Support adding objects from THAlec Theriault2018-03-251-1/+1
* Implement BlockArguments (#10843)Takano Akio2018-01-311-0/+1
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-0/+1
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-0/+1
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-021-0/+1
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-081-0/+10
* Implement deriving strategiesRyan Scott2016-09-301-0/+1
* Fix startsVarSym and refactor operator predicates (fixes #4239)Malo Jaffré2016-09-011-3/+20
* Revert "Fix startsVarSym and refactor operator predicates (fixes #4239)"Ben Gamari2016-09-011-20/+3
* Fix startsVarSym and refactor operator predicates (fixes #4239)Ben Gamari2016-09-011-3/+20
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+1
* Move Extension type to ghc-boot-thBen Gamari2016-05-162-0/+164