summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-0/+3
* Deprecate -fdmd-tx-dict-sel.Andreas Klebinger2020-07-221-2/+2
* Replace broken links to old haskell-prime site by working links to gitlab ins...BinderDavid2020-07-222-2/+2
* Fix dead link to haskell prime discussionghc-9.1-startDavid Binder2020-07-221-1/+1
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-212-0/+63
* users-guide: Fix :rts-flag:`--copying-gc` documentationBen Gamari2020-07-211-0/+1
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-212-6/+6
* Add release notes entry for #17816Krzysztof Gogolewski2020-07-211-0/+11
* Fix a typo in existential_quantification.rstMark2020-07-211-1/+1
* Implement `fullCompilerVersion`Hécate2020-07-181-1/+1
* rts: Add --copying-gc flag to reverse effect of --nonmoving-gcBen Gamari2020-07-181-0/+9
* docs/users-guide: Update default -funfolding-use-threshold valueBen Gamari2020-07-141-2/+2
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-0/+24
* add -flink-rts flag to link the rts when linking a shared or static library #...Adam Sandberg Ericsson2020-07-073-7/+36
* Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC versionHécate2020-07-031-0/+7
* Improve handling of data type return kindswip/T18300Simon Peyton Jones2020-07-034-3/+83
* Mention flags that are not enabled by -Wall (#18372)Valery Tolstov2020-07-031-1/+5
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-014-1/+70
* Add missing Ix instances for tuples of size 6 through 15 (#16643)Joshua Price2020-06-301-3/+2
* Add ghc-bignum to 8.12 release notesSylvain Henry2020-06-301-0/+23
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-304-7/+132
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-289-18/+18
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-263-0/+201
* In `:break ident` allow out of scope and nested identifiers (Fix #3000)Roland Senn2020-06-252-3/+48
* Enable large address space optimization on windows.Andreas Klebinger2020-06-251-0/+11
* Fix issue #18262 by zonking constraints after solvingXavier Denis2020-06-231-0/+19
* docs: mention -hiedir in docs for -outputdirAdam Sandberg Ericsson2020-06-181-2/+2
* ghc-bignum librarySylvain Henry2020-06-171-8/+4
* Linear types (#15981)Krzysztof Gogolewski2020-06-175-0/+218
* docs: fix formatting in users guideAdam Sandberg Ericsson2020-06-175-20/+18
* Rename TcHoleErrors to GHC.Tc.Errors.HoleJan Hrček2020-06-161-2/+2
* Resolve TODOJan Hrček2020-06-161-2/+2
* Fix typos and formatting in user guideJan Hrček2020-06-1614-39/+39
* User's Guide: KnownNat evidence is NaturalVladislav Zavialov2020-06-151-6/+9
* Fix "ndecreasingIndentation" in manual (#18116)Krzysztof Gogolewski2020-06-141-2/+4
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-141-0/+6
* Release Notes: Add news from the pattern-match checker [skip ci]wip/pmcheck-release-notes-8.12Sebastian Graf2020-06-111-0/+13
* Fix -fkeep-cafs flag name in users guideÖmer Sinan Ağacan2020-06-102-2/+1
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-093-0/+215
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-052-14/+55
* docs: Add more details on InterruptibleFFI.Niklas Hambüchen2020-06-041-7/+34
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-011-4/+11
* Fix wording in documentationJeremy Schlatter2020-06-011-1/+0
* rts: Drop compatibility shims for Windows VistaBen Gamari2020-05-301-0/+3
* users-guide: Note change in getNumProcessors in users guideBen Gamari2020-05-302-3/+8
* Fix typo in documentationJeremy Schlatter2020-05-291-1/+1
* eventlog: Fix racy flushingBen Gamari2020-05-271-0/+6
* core-spec: Modify file paths according to new module hierarchyTakenobu Tani2020-05-275-68/+68
* Make WorkWrap.Lib.isWorkerSmallEnough aware of the old aritySebastian Graf2020-05-261-3/+4
* users-guide: Clarify meaning of -haddock flagBen Gamari2020-05-231-2/+3