summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-032-0/+10
* user-guide: Fix :since: annotation of -pie and add documentation for -fPIEBen Gamari2017-10-021-2/+12
* rel-notes: Mention libffi packaging changeBen Gamari2017-10-021-0/+6
* user-guide: Document -WeverythingBen Gamari2017-09-301-0/+7
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-262-0/+15
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-262-15/+0
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-262-0/+15
* A bunch of typofixesGabor Greif2017-09-264-8/+8
* Use SIGQUIT for DWARF backtraces instead of SIGUSR2Ben Gamari2017-09-252-4/+15
* Document how GHC disambiguates between multiple COMPLETE setsRyan Scott2017-09-251-0/+43
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-0/+12
* users-guide: Mention changes necessary due to #13391Ben Gamari2017-09-191-0/+18
* Simplify Data.Type.Equality.==David Feuer2017-09-131-0/+8
* Implicitly bind kind variables in type family instance RHSes when it's sensibleRyan Scott2017-09-052-6/+84
* rts: Add heap breakdown type for -hTBen Gamari2017-09-051-0/+4
* eventlog: Clean up profiling heap breakdown typeBen Gamari2017-09-052-20/+22
* Fix #14167 by using isGadtSyntaxTyCon in more placesRyan Scott2017-09-021-0/+6
* Disallow bang/lazy patterns in the RHSes of implicitly bidirectional patsynsRyan Scott2017-09-022-1/+30
* Remove broken citeseer citation linksChris Martin2017-09-012-2/+2
* Add gen-dll as replacement for dll-splitTamar Christina2017-08-291-0/+10
* Fix two typos in the ImpredicativeTypes user guideBenjamin Hodgson2017-08-251-2/+2
* Rip out mkUserGuidePartBen Gamari2017-08-252-14/+0
* users-guide: Better error messages on incomplete ghc-flag directivesBen Gamari2017-08-221-0/+7
* Add support for producing position-independent executablesBen Gamari2017-08-222-0/+28
* DynFlags: Add inverse of -dno-debug-outputBen Gamari2017-08-221-0/+1
* users_guide: Convert mkUserGuidePart generation to a Sphinx extensionPatrick Dougherty2017-08-1822-149/+3224
* Fix #13399 by documenting higher-rank kinds.Richard Eisenberg2017-08-171-0/+39