summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Minor comments, update linear types docsKrzysztof Gogolewski2020-10-201-4/+14
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-0/+52
* Add flags for annotating Generic{,1} methods INLINE[1] (#11068)Andrzej Rybczak2020-10-152-0/+50
* users-guide: Add missing :ghc-flag: directiveBen Gamari2020-10-141-2/+2
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-141-0/+4
* Remove "Operator sections" from docs/users_guide/bugs.rstVladislav Zavialov2020-10-141-25/+0
* Make DataKinds the sole arbiter of kind-level literals (and friends)Ryan Scott2020-10-142-23/+29
* Unification of Nat and NaturalsHaskellMouse2020-10-132-2/+24
* Add a flag to indicate that gcc supports -no-pieKrzysztof Gogolewski2020-10-091-0/+14
* Document -Wderiving-typeableMaxGabriel2020-10-092-1/+14
* Document profiling flags, warning flags, and no-pieRachel2020-10-074-46/+133
* Small documentation fixesKrzysztof Gogolewski2020-10-037-14/+25
* Replaced MkT1 with T1 in type signatures.Icelandjack2020-10-021-2/+2
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* 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