summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Description of flag `-H` was in 'verbosity options', moved to 'misc'.Benjamin Maurer2020-09-291-8/+8
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-292-28/+24
* Various documentation fixesKrzysztof Gogolewski2020-09-259-20/+21
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-0/+5
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-243-53/+46
* Remove the list of loaded modules from the ghci promptHécate2020-09-231-239/+224
* users guide: Fix various documentation issuesBen Gamari2020-09-195-11/+20
* Fix a codeblock in ghci.rstAndreas Klebinger2020-09-191-0/+1
* Fix docs who misstated how the RTS treats size suffixes.Andreas Klebinger2020-09-191-2/+2
* Documented '-m' flags for machine specific instruction extensions.Benjamin Maurer2020-09-172-11/+142
* docs: correct haddock referenceAdam Sandberg Eriksson2020-09-161-2/+2
* Include -f{write,validate}-ide-info in the User's Guide flag referenceRyan Scott2020-09-162-0/+16
* Fix rtsopts documentationDenisFrezzato2020-09-151-1/+1
* docs: -B rts option sounds the bell on every GC (#18351)Adam Sandberg Eriksson2020-09-141-1/+1
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-121-23/+0
* Make the forall-or-nothing rule only apply to invisible foralls (#18660)Ryan Scott2020-09-081-11/+16
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-0/+18
* Documented the as of yet undocumented '--print-*' GHC flags,Benjamin Maurer2020-09-044-21/+209
* expected-undocumented-flags remove kill flagsKathryn Spiers2020-09-031-2/+0
* users-guide: Color the logo on the front page of the PDFTakenobu Tani2020-08-261-0/+0
* Fix -ddump-stg flagSylvain Henry2020-08-211-1/+9
* Implement -Wredundant-bang-patterns (#17340)nineonine2020-08-192-0/+59
* users-guide: Rename 8.12 to 9.0Takenobu Tani2020-08-068-9/+9
* Refactor handling of object mergingBen Gamari2020-08-051-0/+16
* Drop 32-bit Windows supportBen Gamari2020-07-271-0/+5
* fix typo referring to non-existent `-ohidir` flag, should be `-hidir` I thinkleiftw2020-07-271-1/+1
* Improve NegativeLiterals (#18022, GHC Proposal #344)Vladislav Zavialov2020-07-272-6/+15
* 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