summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot-th
Commit message (Expand)AuthorAgeFilesLines
* Add sized primitive literal syntaxBen Orchard2023-05-031-0/+1
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-111-0/+1
* base: Bump version to 4.18Ben Gamari2022-12-211-1/+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
* Bump ghc-prim and base versionsBen Gamari2022-06-271-1/+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
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-1/+1
* 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
* base: Bump to 4.15.0.0Ben Gamari2020-06-171-1/+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
* base: Bump version to 4.14.0.0Ben Gamari2019-11-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
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-271-1/+1
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-01-201-1/+7
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+1
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-184-0/+4
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-0/+1
* Introduce DerivingViaRyan Scott2018-06-041-0/+1
* Implement QuantifiedConstraintsSimon Peyton Jones2018-06-041-0/+1
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-1/+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
* Bump base to 4.11.0.0Ben Gamari2017-09-211-1/+1
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-082-0/+11
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* 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