summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of comprehensionsSimon Peyton Jones2015-09-111-1/+1
* Fix broken links in documentationSimon Peyton Jones2015-09-113-3/+3
* Improve documentation for transform list-compsSimon Peyton Jones2015-09-111-1/+6
* Forbid annotations when Safe Haskell safe mode is enabled.David Kraeutmann2015-09-082-0/+15
* user-guide: Add missing <para> tags around <listitem> bodyBen Gamari2015-09-051-5/+5
* Injective type familiesJan Stolarek2015-09-032-0/+115
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-022-0/+16
* Expand declaration QQs first (#10047)Michael Smith2015-09-022-26/+60
* Allow annotations though addTopDecls (#10486)Michael Smith2015-09-021-0/+6
* Use IP based CallStack in error and undefinedEric Seidel2015-09-022-16/+29
* Fix typo in pattern synonym documentation.HEADMatthew Pickering2015-08-301-2/+2
* Fix algorithm.tex build and update with some new info.Edward Z. Yang2015-08-261-8/+77
* Build system: simplify install.mk.inThomas Miedema2015-08-211-3/+3
* Add missing </para> to User's guide to fix the buildThomas Miedema2015-08-121-0/+1
* User manual update, as prodded by #10760.Richard Eisenberg2015-08-111-3/+24
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-101-1/+11
* Big batch of Backpack documentation edits.Edward Z. Yang2015-08-062-762/+898
* Warn about missed specialisations for importsSimon Peyton Jones2015-08-051-8/+16
* Add Fixity info for infix typesRyanGlScott2015-08-051-0/+11
* Additions to users' guide and release notesRyanGlScott2015-08-052-7/+10
* Make -fcpr-off a dynamic flagChristiaan Baaij2015-08-052-4/+16
* users_guide: Add note about #367 to Bugs sectionBen Gamari2015-08-051-0/+15
* Support wild cards in data/type family instancesThomas Winant2015-08-032-0/+40
* Minor improvement to user guideSimon Peyton Jones2015-08-031-3/+5
* Remove checked-in PDFs.Edward Z. Yang2015-07-314-0/+0
* User's guide: delete ancient "Core syntax" exampleThomas Miedema2015-07-311-106/+0
* Backpack docs on renamer and depsolver, also s/package/unit/.Edward Z. Yang2015-07-302-586/+233
* Typos in comments and stringsGabor Greif2015-07-301-1/+1
* Don't allowInterrupt inside uninterruptibleMaskBen Gamari2015-07-301-0/+16
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-271-0/+12
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-272-18/+62
* -include-pkg-deps takes only one hyphen.Edward Z. Yang2015-07-251-2/+2
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-231-4/+20
* Document type functions in the Paterson conditionsSimon Peyton Jones2015-07-231-1/+6
* Accept next-docstrings on GADT constructors.Ben Gamari2015-07-231-0/+10
* Documents -dsuppress-unfoldingsSimon Peyton Jones2015-07-212-0/+16
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-0/+5
* Support wild cards in TH splicesThomas Winant2015-07-202-2/+46
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-1/+37
* DeriveFoldable for data types with existential constraints (#10447)RyanGlScott2015-07-171-2/+257
* Implement -fprint-expanded-synonymsÖmer Sinan Ağacan2015-07-173-1/+55
* users_guide: Fix errant "a" in RULES/class methods docsBen Gamari2015-07-091-1/+1
* Document RULES and class methodsSimon Peyton Jones2015-07-091-0/+55
* Backpack: Flesh out more Cabal detailsEdward Z. Yang2015-07-072-46/+282
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-071-6/+6
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-073-2/+25
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-052-11/+34
* Add "since" column for LANGUAGE extensions in user guideAlexey Shmalko2015-07-031-1/+97
* users_guide: Describe order-dependence of -f and -O flagsBen Gamari2015-07-032-1/+24
* Add -fcross-module-specialise flagBen Gamari2015-06-282-4/+26
|\