summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* relnotes: Rework treatment of included package listBen Gamari2017-11-275-29/+138
* users-guide: Fix :default: placementBen Gamari2017-11-231-1/+1
* Add warn-missing-export-listsEvan Rutledge Borden2017-11-212-0/+29
* rel-notes: Fix up formatting in release notesBen Gamari2017-11-201-3/+4
* Rename ghc-version -> ghcversion-fileMoritz Angermann2017-11-191-1/+1
* Adds -ghc-version flag to ghc.Moritz Angermann2017-11-181-0/+23
* Document -ddump-timingsBen Gamari2017-11-161-0/+5
* Detect overly long GC syncSimon Marlow2017-11-161-0/+38
* users_guide: Fix "CancelSynchronousIo" casingNiklas Hambüchen2017-11-151-1/+1
* StaticPointers: Clarify documentationFacundo Domínguez2017-11-151-0/+7
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-091-0/+7
* Update link to Haskeline user preferencesTaylor Fausak2017-11-071-1/+1
* relnotes: Note enabling of -fllvm-pass-vectorse-in-regsBen Gamari2017-11-071-0/+4
* relnotes: Clarify a few thingsBen Gamari2017-11-071-4/+4
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-061-0/+13
* Typo in glasgow_exts.rstDouglas Wilson2017-11-061-1/+1
* Fix documentation and comment issuesCyd Parser2017-11-031-4/+9
* llvmGen: Pass vector arguments in vector registers by defaultBen Gamari2017-11-021-0/+12
* Introduce -dsuppress-stg-free-vars flagBen Gamari2017-11-021-0/+12
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-022-0/+49
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-022-23/+163
* core-spec: Add join points to formalismLuke Maurer2017-10-305-46/+197
* minor wordsmithingGabor Greif2017-10-301-5/+5
* Add -falignment-sanitization flagBen Gamari2017-10-291-0/+7
* Implement a dedicated exitfication pass #14152Joachim Breitner2017-10-291-0/+10
* Manual: The -ddump-cmm-* flags had a wrong spelling in the manualJoachim Breitner2017-10-281-10/+22
* relnotes: Fix a few minor formatting issuesBen Gamari2017-10-271-2/+2
* users-guide: Disable index node generationBen Gamari2017-10-261-2/+3
* user-guide: Clarify default optimization flagsBen Gamari2017-10-251-6/+7
* Implement `-Wpartial-fields` warning (#7169)Daishi Nakajima2017-10-251-1/+18
* Make language extensions their own category in the documentationJoachim Breitner2017-10-258-1005/+925
* Revert "Update Win32 version for GHC 8.4."Tamar Christina2017-10-251-7/+0
* Update Win32 version for GHC 8.4.Tamar Christina2017-10-251-0/+7
* User’s guide: Properly link to RTS flag -VJoachim Breitner2017-10-241-1/+1
* Add stack traces on crashes on WindowsTamar Christina2017-10-222-0/+10
* Update record-wildcard docsSimon Peyton Jones2017-10-201-11/+22
* User's guide: Fix the category of some flagsJoachim Breitner2017-10-194-13/+17
* Improve user’s guide around derivingJoachim Breitner2017-10-171-65/+120
* Fix grammaros in commentsGabor Greif2017-10-171-1/+1
* users-guide: Clarify -ddump-asm-regalloc-stages documentationBen Gamari2017-10-161-2/+4
* users-guide: Fix various warningsBen Gamari2017-10-162-2/+2
* users guide: Eliminate redundant :category: tags in debugging.rstBen Gamari2017-10-161-85/+4
* users-guide: Rework and finish debug flag documentationBen Gamari2017-10-161-267/+429
* Levity polymorphic Backpack.Edward Z. Yang2017-10-161-1/+12
* Remove section about ApplicativeDo & existentials (#13875)Simon Marlow2017-10-151-40/+0
* Delete obsolete docs on GADT interacton with TypeApplicationsRyan Scott2017-10-131-16/+0
* Incorporate changes from #11721 into Template HaskellRyan Scott2017-10-071-0/+10
* user-guide: Mention COMPLETE pragma in release notesBen Gamari2017-10-031-0/+4
* Track the order of user-written tyvars in DataConRyan Scott2017-10-031-0/+11
* Optimize linker by minimizing calls to tryGCC to avoid fork/exec overhead.Tamar Christina2017-10-031-6/+4