summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in docsSasa Bogicevic2018-07-171-14/+14
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-163-7/+35
* Modernize S_TPush in the core specRyan Scott2018-07-162-2/+8
* Fix parse errors in core-spec.pdfRyan Scott2018-07-163-7/+25
* Run the renamed source plugin after each HsGroupMatthew Pickering2018-07-121-9/+10
* Release notes about source pluginsMatthew Pickering2018-07-121-0/+5
* docs: remove leftovers of static flagsKrzysztof Gogolewski2018-07-127-35/+29
* Add flag to show docs of valid hole fitsMatthías Páll Gissurarson2018-07-121-0/+15
* The Types section in Core-Spec doc is out-datedningning2018-07-123-7/+8
* Trac #8581 users_guide/glasgow_exts section 10.7AntC2018-07-121-1/+35
* Correct Simple to Complex wordingSasa Bogicevic2018-07-121-2/+2
* Note [Ordering of implicit variables]Richard Eisenberg2018-07-101-4/+25
* Optional context for a quantified constraintSimon Peyton Jones2018-07-101-5/+5
* Mark AutoDeriveTypeable as deprecatedKrzysztof Gogolewski2018-07-061-1/+1
* users guide: Mention -fprint-typechecker-elaboration in -ddump-tc docsBen Gamari2018-07-061-2/+5
* Add -ddump-rtti to user's guide and man pageÖmer Sinan Ağacan2018-06-291-0/+6
* Remove -Wamp flagroland2018-06-221-16/+0
* Explain why opt-cmm is not dumped by ddump-cmm-verbose.klebinger.andreas@gmx.at2018-06-221-3/+5
* A few more typofixes in docs/comments [ci skip]Gabor Greif2018-06-201-1/+1
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-183-5/+5
* Add -Werror=compatVladislav Zavialov2018-06-171-0/+6
* Provide a better error message for unpromotable data constructor contextsRyan Scott2018-06-171-5/+17
* Warn about implicit kind variables with -WcompatVladislav Zavialov2018-06-162-0/+59
* Quantify unfixed kind variables in CUSKsRichard Eisenberg2018-06-151-8/+2
* Fix #13833: accept type literals with no FlexibleInstancesKirill Zaborsky2018-06-151-0/+5
* Fix documentation for `-dth-dec-file`Nathan Collins2018-06-152-6/+7
* Fix broken linkNathan Collins2018-06-141-1/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-142-293/+219
* relnotes: Add mention of QuantifiedConstraintsBen Gamari2018-06-142-0/+22
* Replace `showSDocUnsafe` with `showSDoc` in extending_ghc.rstHE, Tao2018-06-141-6/+15
* users-guide: Fix PtrRepLifted to LiftedRepTakenobu Tani2018-06-142-2/+2
* Update user manual sections for -rtsopts and -with-rtsoptsÖmer Sinan Ağacan2018-06-141-13/+23
* docs: Add mentions of new plugins mechanisms to users guideBen Gamari2018-06-122-1/+32
* users-guide: Spelling and style pass over QuantifiedConstraints docsBen Gamari2018-06-101-31/+24
* users guide: Fix spellingBen Gamari2018-06-081-1/+1
* Fix `print-explicit-runtime-reps` (#11786).HE, Tao2018-06-081-1/+1
* Run typeCheckResultAction and renamedResultAction in TcM rather than HscMatthew Pickering2018-06-071-38/+38
* Document #15079 in the users' guideRyan Scott2018-06-071-8/+26
* Introduce DerivingViaRyan Scott2018-06-042-4/+134
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-042-0/+14
* Implement QuantifiedConstraintsSimon Peyton Jones2018-06-041-2/+258
* Document the fact that cmm dumps won't show unreachable blocks.klebinger.andreas@gmx.at2018-06-041-0/+3
* Fix typo in OverloadedLabels docsJoachim Breitner2018-06-031-1/+1
* Allow aligning of cmm procs at specific boundryklebinger.andreas@gmx.at2018-06-031-0/+11
* Turn "inaccessible code" error into a warningTobias Dammers2018-06-021-1/+39
* Extended the plugin system to run plugins on more representationsBoldizsar Nemeth2018-06-021-0/+203
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-0/+5
* vectorise: Put it out of its miseryBen Gamari2018-06-027-936/+1
* users-guide: Fix various issues in debugging flags sectionBen Gamari2018-05-301-8/+6
* Implement "An API for deciding whether plugins should cause recompilation"Matthew Pickering2018-05-301-0/+57