summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Demand: Format Call SubDemands `Cn(sd)` as `C(n,sd)` (#22231)wip/T22231Sebastian Graf2022-09-291-4/+4
* matchLocalInst: do domination analysissheaf2022-09-281-0/+10
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-274-0/+68
* users-guide: fix incorrect ghcappdata folder for unix and windowsMon Aaraj2022-09-211-6/+5
* docs: clarify that LLVM codegen is not available in unregisterised modematoro2022-09-201-4/+3
* Fix -Woperator-whitespace for consym (part of #19372)Vladislav Zavialov2022-09-201-0/+3
* Document :unadd GHCi command in user guideJan Hrček2022-09-201-10/+22
* Add links to the continuations haddocks in the docs for each primopAlexis King2022-09-161-1/+1
* Fix typosKrzysztof Gogolewski2022-09-147-9/+9
* Allow imports to reference multiple fields with the same name (#21625)Adam Gundry2022-09-131-1/+8
* Add diagnostic codessheaf2022-09-131-0/+2
* Add native delimited continuations to the RTSAlexis King2022-09-111-4/+13
* Fix :add docs in user guideJan Hrček2022-09-061-1/+1
* Update instances.rst, clarifying InstanceSigssheaf2022-09-061-5/+30
* Change Ord defaults per CLC proposalTommy Bidne2022-09-011-0/+4
* users-guide: Document system-cxx-std-libBen Gamari2022-08-311-0/+20
* Drop make build systemBen Gamari2022-08-251-50/+0
* Recognize file-header pragmas in GHCi (#21507)MorrowM2022-08-212-0/+24
* 19217 Implicitly quantify type variables in :kind commandSasha Bogicevic2022-08-191-0/+8