summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak build (fallout from 067f1e4f20e)Austin Seipp2014-11-211-3/+3
* Implement #5462 (deriving clause for arbitrary classes)Jose Pedro Magalhaes2014-11-202-36/+67
* Add flag `-fwarn-missing-exported-sigs`Eric Seidel2014-11-203-0/+32
* Update manual to get rid of bogus `coerce` example (#9788)Richard Eisenberg2014-11-201-4/+5
* Add release notes for #8100, #9527, and #9064.Richard Eisenberg2014-11-201-0/+13
* Implement typechecker pluginsAdam Gundry2014-11-202-5/+69
* Add support for pattern synonym type signatures.Dr. ERDI Gergo2014-11-201-2/+13
* make TcRnMonad.lhs respect -ddump-to-fileGreg Weber2014-11-191-0/+10
* template-haskell: Missing instances for Rational and ().Mathieu Boespflug2014-11-191-0/+5
* Update documentation for "Batch compiler mode"Thomas Miedema2014-11-192-7/+20
* Support for "with" renaming syntax, and output a feature flag.Edward Z. Yang2014-11-181-7/+8
* Update userguide for new `-fwarn-trustworthy-safe` flag.David Terei2014-11-123-3/+59
* Improve documentation of -ticky a littleSimon Peyton Jones2014-11-113-3/+9
* [Docs] Fixed several broken urls in user's guideKonstantin Zudov2014-11-072-5/+5
* Update User's Guide, cleanup DynFlagsJan Stolarek2014-11-063-293/+700
* Remove -ddump-core-pipeline flagJan Stolarek2014-11-061-0/+6
* Remove -ddump-simpl-phases flagJan Stolarek2014-11-062-17/+0
* Link to oneShot from the User's GuideJoachim Breitner2014-11-031-0/+4
* Update release notes for #9262 #8953 #9084.Richard Eisenberg2014-11-021-0/+28
* Add notes on change to hGetContents semanticsDavid Feuer2014-10-301-6/+16
* Add __GLASGOW_HASKELL_TH__=YES/NO to CPP definitionsJoachim Breitner2014-10-291-0/+15
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-241-0/+96
* Check in up-to-date PDF copies of Backpack docs. [skip ci]Edward Z. Yang2014-10-232-0/+0
* More updates to Backpack manual [skip ci]Edward Z. Yang2014-10-231-147/+112
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-0/+6
* Add release note about Unicode 7.0Austin Seipp2014-10-211-0/+6
* Fix typo in -XConstraintKinds docsRicky Elrod2014-10-211-1/+1
* Remove extra periodMatt Kraai2014-10-211-1/+1
* Rewrite section 1 of the Backpack manual. [skip ci]Edward Z. Yang2014-10-101-202/+344
* Update some out-of-date things in Backpack implementation doc [skip ci]Edward Z. Yang2014-10-071-27/+36
* Initial commit of the Backpack manual [skip ci]Edward Z. Yang2014-10-072-0/+330
* Add support for LINE pragma in template-haskellEric Mertens2014-10-072-1/+7
* Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-051-0/+79
* Make foldr2 a bit more strictDavid Feuer2014-10-011-1/+8
* Document that -dynamic is needed for loading compiled code into GHCiSimon Marlow2014-09-291-1/+6
* User's Guide: Fix compiler plugin example (#9641, #7682)Reid Barton2014-09-271-2/+2
* User's Guide: various unfolding-related fixesReid Barton2014-09-252-8/+15
* Link from 7.6.3.4 to 7.7.2.6 in the user guide.Jan Stolarek2014-09-251-0/+5
* Spelling error in flags.xmlSimon Peyton Jones2014-09-191-1/+1
* Increase -fcontext-stack=N default to 100Simon Peyton Jones2014-09-191-1/+1
* Add -fwarn-context-quantification (#4426)Krzysztof Gogolewski2014-09-183-13/+59
* Fix formatting bug in core-spec.Richard Eisenberg2014-09-183-2/+4