summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* User's guide: Improve docs for -WallJoachim Breitner2023-03-241-22/+14
* Move mention of warning groups change to 9.8.1 release notesAdam Gundry2023-03-242-5/+5
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-243-19/+80
* docs: add WALL_CLOCK_TIME event in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+12
* docs: add TASK_DELETE event in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+9
* docs: add BlockedOnMVarRead thread status in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+1
* docs: explain the BLOCK_MARKER eventAdam Sandberg Ericsson2023-03-211-3/+4
* docs: fix some wrongs in the eventlog format documentationAdam Sandberg Ericsson2023-03-211-4/+7
* Add changelog entry for #23049Teo Camarasu2023-03-161-0/+3
* Constraint simplification loop now depends on `ExpansionFuel`Apoorv Ingle2023-03-061-0/+3
* Fix typo in docs referring to threadLabelChris Wendt2023-03-041-1/+1
* Export getSolo from Data.TupleDavid Feuer2023-03-031-0/+1
* Fix SCC grouping exampleTom Ellis2023-02-271-1/+1
* Don't specialise incoherent instance applicationsGergő Érdi2023-02-271-0/+6
* rts: Fix `prompt#` when profiling is enabledAlexis King2023-02-231-0/+1
* fix: Update documentation linksromes2023-02-211-2/+2
* ghc-prim: levity-polymorphic array equality opssheaf2023-02-211-0/+11
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-211-0/+6
* Merge libiserv with ghciSylvain Henry2023-02-172-2/+0
* No default finalizer exception handlersheaf2023-02-161-4/+3
* docs: add a section for the wasm backendCheng Shao2023-02-162-1/+102
* Add -single-threaded flag to force single threaded rtsOleg Grenrus2023-02-151-0/+11
* docs: release notes, user guide: add js backenddoyougnu2023-02-152-0/+39
* Introduce warning for loopy superclass solvesheaf2023-02-142-1/+43
* Mention new `Foreign.Marshal.Pool` implementation in User's Guideamesgen2023-02-141-5/+3
* Document that -fproc-alignment was introduced only in GHC 8.6Bodigrim2023-02-131-0/+2
* docs: Add section about profiling and foreign callswip/profiling-docs-refreshMatthew Pickering2023-02-131-0/+36
* Refresh profiling docsMatthew Pickering2023-02-132-150/+57
* Don't allow . in overloaded labelssheaf2023-02-071-1/+1
* Remove extraneous word in Roles user guideJan Hrček2023-02-061-1/+1
* docs: 9.6 release notes for wasm backendCheng Shao2023-02-021-0/+16
* compiler: Implement higher order patterns in the rule matcherJaro Reinders2023-02-022-1/+35
* User's guide: Clarify overlapping instance candidate eliminationJason Shipman2023-01-301-2/+2
* nativeGen: Disable asm-shortcutting on DarwinBen Gamari2023-01-301-2/+4
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-282-0/+15
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-01-282-15/+0
* Allow waiting for timerfd to be interrupted during rts shutdownWander Hillen2023-01-241-1/+71
* Clarify where `f` is definedTom Ellis2023-01-241-4/+7
* Set "since: 9.8" for TypeAbstractions and -Wterm-variable-captureVladislav Zavialov2023-01-235-7/+17
* Move documentation of deferred type error flags out of warnings sectionAdam Gundry2023-01-182-62/+63
* Revise warnings documentation in user's guideAdam Gundry2023-01-182-34/+60
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-182-4/+3
* Document the semantics of pattern bindings a bit betterSimon Peyton Jones2023-01-172-67/+163
* Only gc sparks locally when we can ensure marking is done.Andreas Klebinger2023-01-121-3/+6
* Refactor the treatment of loopy superclass dictswip/T20666Richard Eisenberg2023-01-111-10/+94
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-114-80/+99
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-112-0/+26
* Misc cleanupKrzysztof Gogolewski2023-01-052-2/+5
* sphinx: Use modern syntax for extlinksMatthew Pickering2023-01-041-2/+2
* compiler: Add -f[no-]split-sections flagsMatthew Pickering2023-01-041-1/+3