summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add packageName to GHC.Generics.DatatypeOleg Grenrus2015-02-051-0/+1
* Improve error message on typed holes, and user manual (Tradc #10040)Simon Peyton Jones2015-01-281-36/+37
* Add cost semantics for STG profiling.Edward Z. Yang2015-01-275-0/+450
* Revert zipWith strictification (re #9949)David Feuer2015-01-231-8/+0
* Update Backpack document with examples [skip ci]Edward Z. Yang2015-01-212-18/+78
* Expose source locations via Implicit Parameters of type GHC.Location.LocationEric Seidel2015-01-192-0/+93
* Doc fix (follow up to #9957)Austin Seipp2015-01-191-1/+1
* Improve documentation of pattern synonyms, to reflect conclusion of Trac #9953Simon Peyton Jones2015-01-191-53/+92
* Improve documentation for -N and -qa (#9890)Simon Marlow2015-01-131-14/+40
* Package environmentsEdsko de Vries2015-01-131-0/+86
* add -th-file which generates a th.hs fileGreg Weber2015-01-133-5/+50
* Pattern synonyms do work in GHCi now (see #9900)Dr. ERDI Gergo2015-01-091-2/+1
* Update syntax of pattern synonym type signature in documentation (fixes #9967)Dr. ERDI Gergo2015-01-091-2/+3
* Improve documentation of -fwarn-redundant-constraintsSimon Peyton Jones2015-01-081-4/+19
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-0/+32
* Improve documentation of -XFlexibleInstancesSimon Peyton Jones2014-12-301-24/+50
* Rename NamedWildcards flag to NamedWildCardsThomas Winant2014-12-232-5/+5
* docs: create 7.12.1 relnotesAustin Seipp2014-12-233-683/+386
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-4/+2
* Improved Backpack IR description. [skip ci]Edward Z. Yang2014-12-192-42/+164
* Update release notes for recent language and TH changes.Richard Eisenberg2014-12-191-1/+40
* Clarify that declaration splices exist at top level only. (#9880)Richard Eisenberg2014-12-191-2/+4
* Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426)Simon Peyton Jones2014-12-171-3/+4
* Typo in feature descriptionGabor Greif2014-12-161-1/+1
* Wibbles to documentation for promoted lists and tuples (Trac #9882)Simon Peyton Jones2014-12-151-3/+5
* Improve documentation of syntax for promoted listsSimon Peyton Jones2014-12-151-3/+16
* Write release notes for -XStaticPointers.Facundo Domínguez2014-12-151-0/+14
* Add Ord instances to THRichard Eisenberg2014-12-101-1/+1
* Document splitAt deviation from the ReportDavid Feuer2014-12-091-0/+11
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+125
* Proposal for Backpack file format [skip ci]Edward Z. Yang2014-12-092-17/+111
* Fix #9871 by clarifying documentation.Richard Eisenberg2014-12-081-10/+23
* Add -fwarn-unticked-promoted-constructors to -WallAustin Seipp2014-12-051-1/+2
* docs: Update to reflect realityAustin Seipp2014-12-051-16/+15
* renamer: fix trac issue #9778Carlos Tomé2014-12-052-0/+31
* Revert "Revert "Make the linker API thread-safe""Simon Marlow2014-12-051-1/+5
* Generate real (but empty) object files for signatures.Edward Z. Yang2014-12-021-4/+2
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-021-5/+1
* Fix the handling of instance signatures (Trac #9582, #9833)Simon Peyton Jones2014-12-011-4/+25
* Update docs: instance visibility bug is no more.Edward Z. Yang2014-11-301-11/+0
* Implement Partial Type SignaturesThomas Winant2014-11-283-0/+330
* Make the linker API thread-safeSimon Marlow2014-11-281-1/+5
* Don't require PatternSynonyms language extension to just use pattern synonymsDr. ERDI Gergo2014-11-271-2/+2
* Document +RTS -xqSimon Marlow2014-11-251-0/+20
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-251-0/+36
* Add -fdefer-typed-holes flag which defers hole errors to runtime.Merijn Verstraaten2014-11-213-29/+83
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-212-49/+0
* Update manual for pattern splices (#1476)Richard Eisenberg2014-11-211-13/+42
* Release notes for #1476, #7484.Richard Eisenberg2014-11-211-0/+11
* Fix Trac #9815Simon Peyton Jones2014-11-211-1/+13