summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-093-0/+215
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-052-14/+55
* docs: Add more details on InterruptibleFFI.Niklas Hambüchen2020-06-041-7/+34
* Improve parser error messages for TypeApplicationsVladislav Zavialov2020-06-011-4/+11
* Fix wording in documentationJeremy Schlatter2020-06-011-1/+0
* rts: Drop compatibility shims for Windows VistaBen Gamari2020-05-301-0/+3
* users-guide: Note change in getNumProcessors in users guideBen Gamari2020-05-302-3/+8
* Fix typo in documentationJeremy Schlatter2020-05-291-1/+1
* eventlog: Fix racy flushingBen Gamari2020-05-271-0/+6
* core-spec: Modify file paths according to new module hierarchyTakenobu Tani2020-05-275-68/+68
* Make WorkWrap.Lib.isWorkerSmallEnough aware of the old aritySebastian Graf2020-05-261-3/+4
* users-guide: Clarify meaning of -haddock flagBen Gamari2020-05-231-2/+3
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-0/+12
* docs: fix formatting and add some linksAdam Sandberg Ericsson2020-05-232-45/+51
* Clarify pitfalls of NegativeLiterals; see #18022.Galen Huntington2020-05-211-7/+15
* Fix spelling mistakes and typosbuggymcbugfix2020-05-211-1/+1
* Update documentation for GHCi :scriptStefan Holdermans2020-05-212-3/+8
* gitlab-ci: Set locale to C.UTF-8.Gleb Popov2020-05-211-1/+1
* Refactor linear reg alloc to remember past assignments.Andreas Klebinger2020-05-212-4/+24
* Explicit SpecificityGert-Jan Bottu2020-05-212-0/+84
* Tweak man page for ghc commandTakenobu Tani2020-05-132-1/+6
* fix(documentation): Fix the RST links to GHC.PrimHécate2020-05-133-5/+4
* doc: Reformulate the opening paragraph of Ch. 4 in User's guideIvan-Yudin2020-05-131-9/+11
* users-guide: Add discussion of shared object namingBen Gamari2020-05-132-1/+10
* Fix Haskell98 short description in documentationDenisFrezzato2020-05-051-1/+1
* Remove references to -package-keySylvain Henry2020-05-052-14/+3
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-0/+8
* users guide: Add documentation for non-moving GC eventsBen Gamari2020-05-031-0/+79
* users guide: Move eventlog documentation users guideBen Gamari2020-05-033-55/+576
* rts: Enable tracing of nonmoving heap census with -lnBen Gamari2020-05-031-0/+4
* Document BlockArguments/LambdaCase support in arrow notationAlexis King2020-04-302-1/+22
* llvmGen: Remove -fast-llvm flagBen Gamari2020-04-221-1/+0
* Add "ddump-cmm-opt" as alias for "ddump-opt-cmm".Andreas Klebinger2020-04-221-1/+7
* Do eager instantation in termsSimon Peyton Jones2020-04-221-0/+10
* stg-spec: Modify file paths according to new module hierarchyTakenobu Tani2020-04-222-11/+11
* docs: drop note about not supporting shared libraries on unix systemsAdam Sandberg Ericsson2020-04-211-2/+0
* Modules (#13009)Sylvain Henry2020-04-183-6/+7
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-126-2/+162
* Implement extensible interface filesJosh Meredith2020-04-121-0/+27
* Modules: type-checker (#13009)Sylvain Henry2020-04-074-9/+9
* Add outputable instances for the types in GHC.Iface.Ext.Types, add -ddump-hieZubin Duggal2020-04-031-0/+6
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
* Update core spec to reflect changes to Core.Richard Eisenberg2020-03-205-20/+68
* Update "GHC differences to the FFI Chapter" in user guide.Andreas Klebinger2020-03-191-15/+35
* Add release note about fix to #16502.Richard Eisenberg2020-03-181-0/+17
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-171-0/+71
* Document the units of -ddump-timingsMaximilian Tagher2020-03-171-0/+1
* Add a -no-haddock flag.Judah Jacobson2020-03-152-1/+20
* Document restriction on SCC pragma syntaxKrzysztof Gogolewski2020-03-151-1/+1
* Use correct option name (-opti) (fix #17314)Sylvain Henry2020-03-142-8/+4