summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a minor typo in codegen.rstGreg Steuck2020-03-111-1/+1
* docs: correct link to th haddocks from users guideAdam Sandberg Ericsson2020-02-291-1/+1
* docs: correct relative links to haddocks from users guide (fixes #17866)Adam Sandberg Ericsson2020-02-291-2/+29
* users-guide: Drop old release notesBen Gamari2020-02-243-663/+0
* users-guide: Shuffle textBen Gamari2020-02-241-18/+16
* Modules: Driver (#13009)Sylvain Henry2020-02-211-14/+14
* users-guide: Mention dependency on `exceptions` in release notesBen Gamari2020-02-202-0/+2
* Enable -Wstar-is-type in -WallBen Gamari2020-02-201-1/+0
* 8.10 Release notes for --disable-delayed-os-memory-return [skip ci]Niklas Hambüchen2020-02-201-0/+15
* 8.10 Release notes for atomic .o writes [skip ci]Niklas Hambüchen2020-02-201-0/+15
* Revert "users-guide: Document -ddump-srts"Ömer Sinan Ağacan2020-02-161-6/+0
* users-guide: Fix broken referenceBen Gamari2020-02-141-1/+1
* users-guide: Document -ddump-srtsBen Gamari2020-02-141-0/+6
* compare-flags: Fix outputBen Gamari2020-02-141-6/+9
* compare-flags: Don't rely on encoding flag of subprocess.check_outputBen Gamari2020-02-141-3/+2
* users-guide: Fix "invalid file" failureBen Gamari2020-02-141-1/+1
* docs/compare-flags: Don't use python f-stringsBen Gamari2020-02-141-4/+4
* users-guide: Fix unknown link targetsBen Gamari2020-02-142-6/+17
* Fix flag documentation (#17826)Sylvain Henry2020-02-131-2/+4
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-123-8/+4