summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-241-34/+2
* codeGen: Introduce ThreadSanitizer instrumentationBen Gamari2022-12-151-0/+16
* Fix #22300 Document GHC's extensions to valid whitespaceMike Pilgrem2022-12-092-0/+30
* Document TH splices' interaction with INCOHERENT instancesRyan Scott2022-12-091-0/+72
* Properly cast values when writing/reading unboxed sums.Andreas Klebinger2022-11-301-0/+10
* Add Javascript backendSylvain Henry2022-11-291-0/+6
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-0/+47
* CApiFFI: add ConstPtr for encoding const-qualified pointer return types (#22043)nineonine2022-11-232-0/+15
* Add documentation on custom Prelude modules (#22228)Lawton Nichols2022-11-231-3/+42
* Misc cleanupKrzysztof Gogolewski2022-11-162-2/+1
* Implement UNPACK support for sum types.Madeline Haraj2022-11-141-1/+7
* Typo: rename -fwrite-if-simplfied-core to -fwrite-if-simplified-coreKrzysztof Gogolewski2022-11-011-4/+4
* Fix syntaxKrzysztof Gogolewski2022-10-211-1/+1
* Document how to quote certain names with spacesDavid Feuer2022-10-211-7/+8
* runhaskellEric Lindblad2022-10-211-1/+1
* Small language fixes in 'Using GHC'Jan Hrček2022-10-191-6/+6
* Add -fsuppress-error-contexts to disable printing error contexts in errorswip/diagnostics-configMatthew Pickering2022-10-181-0/+12
* Add realease note for #21927Teo Camarasu2022-10-151-0/+6
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-141-0/+5
* Update phases.rst Simon Hengel2022-10-131-2/+2
* Unrestricted OverloadedLabels (#11671)Charles Taylor2022-10-121-0/+9
* Teach -fno-code about -fprefer-byte-codeMatthew Pickering2022-10-111-0/+5
* Interface Files with Core DefinitionsMatthew Pickering2022-10-111-1/+45
* Minor fixes following Unicode 15.0.0 updatePierre Le Marre2022-10-051-0/+2
* Fix docs for pattern synonymsBrandon Chinn2022-10-041-2/+2