summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add -fcross-module-specialise flagBen Gamari2015-06-282-4/+26
* | Small doc fixesSimon Peyton Jones2015-06-261-3/+3
* | GHCi docs: layout rule is respected inside :{ :}Thomas Miedema2015-06-261-12/+8
* | Treat out-of-scope variables as holesSimon Peyton Jones2015-06-261-5/+38
* | Drop prefix from package keys.Edward Z. Yang2015-06-241-0/+15
* | Documentation: add section on .haskeline file (#2531)Thomas Miedema2015-06-221-1/+20
|/
* Update foreign export docs, fixes #10467Edward Z. Yang2015-06-161-21/+8
* users_guide: Various spelling fixesBen Gamari2015-06-1620-51/+78
|\
| * users_guide: Various spelling fixesBen Gamari2015-06-1620-51/+78
* | Add versioning section to Backpack docs.Edward Z. Yang2015-06-123-4/+148
* | Docs: `-XTypeOperators` (#10175)Thomas Miedema2015-06-121-1/+1
* | Docs: it's `gv --orientation=seascape` nowadays (#10497)Thomas Miedema2015-06-121-2/+2
* | docs: Fix unicode alternatives table (fixes #10509).Sebastian Reuße2015-06-121-5/+5
* | Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-5/+0
* | Another major improvement of "improvement"Simon Peyton Jones2015-06-111-1/+11
* | docs: Fix #10416Austin Seipp2015-06-104-4/+4
* | Revert "docs: Fix #10416"Austin Seipp2015-06-081-1/+1
* | docs: Fix #10416Austin Seipp2015-06-051-1/+1
* | Move liftData and use it as a default definition for Lift.Edward Z. Yang2015-06-031-0/+12
* | Allow Any return in foreign prim, fixes #10460.Edward Z. Yang2015-06-031-1/+2
* | Remove outdated uBackpack docs.Edward Z. Yang2015-06-022-381/+0
* | Suggest -H to improve GC productivity, fixes #10474.Edward Z. Yang2015-06-021-2/+6
* | Detabify a programlisting in the User's Guide (#10425)Reid Barton2015-06-021-1/+1
* | Typofix: missing period. (#10460)Edward Z. Yang2015-06-011-1/+1
* | Add information about allowed foreign prim args, see #10460.Edward Z. Yang2015-06-011-1/+7
* | Replace tabs with spaces.Edward Z. Yang2015-06-011-118/+118
|/
* Add missing name for FFI import (fixes #9950)erdeszt2015-05-251-1/+1
* Backpack docs: Clarifications from today's Skype call.Edward Z. Yang2015-05-192-16/+28
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-192-6/+15
* user guide: correct documentation for -Wall (fixes #10386)Alexander Eyers-Taylor2015-05-191-8/+9
* Backpack docs: Rewrite type checking section to have a more concrete plan.Edward Z. Yang2015-05-142-200/+225
* Update Safe Haskell documentation.David Terei2015-05-121-264/+398
* Backpack docs: Consistently italicize metavariables.Edward Z. Yang2015-05-122-85/+85
* Backpack docs: proper discourse on ModIface and ModDetails.Edward Z. Yang2015-05-112-26/+124
* Ignore out and toc files.Edward Z. Yang2015-05-111-0/+2
* Backpack docs: more carefully describe unification versus unioning.Edward Z. Yang2015-05-112-7/+6
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-112-3/+8
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-092-8/+3