summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-201-0/+4
* Add hyperlinks to PDF/HTML documentation; closes #17342Brian Wignall2019-10-161-1/+1
* Mention changes from #16980, #17213 in 8.10.1 release notesRyan Scott2019-10-141-5/+59
* users-guide: Add GHCi's ::<builtin-command> formTakenobu Tani2019-10-131-0/+9
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-131-0/+4
* [skip ci] clarify what unsound meansAndrew Martin2019-10-081-18/+24
* [skip ci] can not -> may notAndrew Martin2019-10-081-1/+1
* [skip ci] make the table betterAndrew Martin2019-10-081-10/+20
* [skip ci] link to foreign cmm callAndrew Martin2019-10-081-6/+6
* Rephrase a bunch of things in the unlifted ffi types documentation. Add a sec...Andrew Martin2019-10-081-43/+71
* Document the UnliftedFFITypes extension.Andrew Martin2019-10-082-6/+98
* gitlab-ci: Check coverage of GHC flags in users guideBen Gamari2019-10-082-0/+276
* doc: Write out documented flag listBen Gamari2019-10-081-1/+11
* users-guide: Run sphinx in nit-picky modeBen Gamari2019-10-081-0/+23
* users-guide: Rework pragma key generationBen Gamari2019-10-081-6/+8
* users-guide: Document -fworker-wrapperBen Gamari2019-10-081-0/+11
* users-guide: Document NondecreasingIndentationBen Gamari2019-10-081-1/+8
* users-guide: Fix various warningsBen Gamari2019-10-0811-82/+109
* users-guide: Document -XHaskell98 and -XHaskell2010Ben Gamari2019-10-081-0/+39
* users-guide: Make reverse flags addressable via :ghc-flag:Ben Gamari2019-10-081-2/+15
* users-guide: Refer to language extension flags via :extension:Ben Gamari2019-10-086-29/+29
* base: Document the fact that Typeable is automatically "derived"Ben Gamari2019-10-081-1/+1
* configure: Determine library versions of template-haskell, et al.Ben Gamari2019-10-071-0/+3
* Deprecate -fwarn-hi-shadowing, because it was never implemented and isDaroc Alden2019-10-042-13/+4
* Add new debug flag -DZTobias Guggenmos2019-10-031-0/+1
* Improve documentation for runtime debugging flagsTobias Guggenmos2019-10-031-0/+22
* Allow users to disable Unicode with an env varRon Mordechai2019-09-271-0/+11
* PmCheck: Elaborate what 'model' means in the user guide [skip ci]Sebastian Graf2019-09-271-8/+14
* Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876)Ryan Scott2019-09-262-10/+26
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-252-5/+211
* PmCheck: Only ever check constantly many models against a single patternSebastian Graf2019-09-251-10/+12
* Add -Wderiving-defaults (#15839)Kari Pahula2019-09-252-0/+28
* Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula2019-09-232-0/+15
* users-guide: Fix links and formats for GHC 8.10Takenobu Tani2019-09-237-24/+24
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-5/+5
* users guide: Fix link to let generalization blog postBen Gamari2019-09-191-1/+2
* eventlog: Add biographical and retainer profiling tracesMatthew Pickering2019-09-172-1/+18
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-43/+0
* Fix CONLIKE typotaylorfausak2019-09-141-1/+1
* Fix StandaloneDerivingNingning Xie2019-09-121-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Add a new flag -dno-typeable-binds for debuggingÖmer Sinan Ağacan2019-09-081-0/+12
* Balance parentheses in GHC 8.10.1 release notesRyan Scott2019-08-281-3/+3
* Fix documentationmniip2019-08-071-2/+2
* Explicitly number equations when printing axiom incompatibilitiesmniip2019-08-071-5/+5
* Add a -fprint-axiom-incomps option (#15546)mniip2019-08-072-0/+34
* docs: fixs -prof links in rts-flags sectionAdam Sandberg Eriksson2019-08-021-7/+6
* Add StandaloneDeriving example for DerivingVia.Andreas Klebinger2019-08-021-0/+6
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-261-2/+9
* users-guide: corrected -fmax-relevant-binds reverse to be -fno-max-relevant-b...James Foster2019-07-191-3/+3