summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-0/+12
* docs: fix formatting and add some linksAdam Sandberg Ericsson2020-05-232-45/+51
* Clarify pitfalls of NegativeLiterals; see #18022.Galen Huntington2020-05-211-7/+15
* Fix spelling mistakes and typosbuggymcbugfix2020-05-211-1/+1
* Update documentation for GHCi :scriptStefan Holdermans2020-05-212-3/+8
* gitlab-ci: Set locale to C.UTF-8.Gleb Popov2020-05-211-1/+1
* Refactor linear reg alloc to remember past assignments.Andreas Klebinger2020-05-212-4/+24
* Explicit SpecificityGert-Jan Bottu2020-05-212-0/+84
* Tweak man page for ghc commandTakenobu Tani2020-05-132-1/+6
* fix(documentation): Fix the RST links to GHC.PrimHécate2020-05-133-5/+4
* doc: Reformulate the opening paragraph of Ch. 4 in User's guideIvan-Yudin2020-05-131-9/+11