summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* user-guide: add `:type +d` and `:type +v` in release highlightTakenobu Tani2017-08-171-0/+2
* user-guide: fix examples of ghci commandsTakenobu Tani2017-08-172-12/+21
* Fix index entries in "separate compilation" sectionChris Martin2017-08-171-5/+9
* Add missing initial version for extension doc.superfunc2017-08-171-0/+2
* Sections with undefined operators have non-standard behaviorDavid Luposchainsky2017-08-171-0/+23
* Remove extra ` from "kind-indexed GADTs" docChris Martin2017-08-171-1/+1
* Point to FunDeps documentation on Haskell wikiBen Gamari2017-08-141-2/+2
* Fix EmptyCase documentationCyd Parser2017-08-071-6/+5
* A bunch of typofixesGabor Greif2017-07-311-1/+1
* Allow Windows to set blank environment variablesHabib Alamin2017-07-311-0/+6
* Add rtsopts ignore and ignoreAll.Andreas Klebinger2017-07-282-2/+11
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-0/+6
* Fix #12369 by being more flexible with data instsRichard Eisenberg2017-07-272-0/+11
* Document that type holes kill polymorphic recursionRichard Eisenberg2017-07-271-0/+4
* Fix #11400, #11560 by documenting an infelicity.Richard Eisenberg2017-07-271-3/+7
* users-guide: Fix URL of deferred type errors paperBen Gamari2017-07-241-1/+1
* users-guide: Make it easier to reference haddocksBen Gamari2017-07-2414-75/+108