summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* A few remarks on role subtyping in the manual.Edward Z. Yang2017-03-061-1/+9
* Typos in comments and manualGabor Greif2017-03-061-3/+3
* Don't allow orphan COMPLETE pragmas (#13349)Reid Barton2017-03-021-5/+8
* Add -fwhole-archive-hs-libsSimon Marlow2017-03-021-0/+15
* Prohibit RULES changing constructorsDavid Feuer2017-03-022-1/+13
* User manual: Fix GADT paper linkÖmer Sinan Ağacan2017-03-021-1/+1
* Document interaction between ApplicativeDo and existentials (#13242)Simon Marlow2017-03-021-0/+36
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-281-1/+12
* Add -fspec-constr-keenSimon Peyton Jones2017-02-261-1/+11
* Subtyping for roles in signatures.Edward Z. Yang2017-02-261-5/+13
* Remove outdated information about main() in HSrts (#1)Ben Gamari2017-02-261-7/+5
* users-guide: Add documentation for JSON profile formatBen Gamari2017-02-261-2/+151
* Update OverloadedLabels docs and document HasFieldAdam Gundry2017-02-261-21/+206
* Document AMP as a Report deviationDavid Feuer2017-02-241-2/+7
* ghci users guide: mention "~" expansion in :addChris Martin2017-02-231-0/+4
* JSON profiler reportsBen Gamari2017-02-231-0/+5
* Spelling only [ci skip]Gabor Greif2017-02-232-2/+2
* Changelog notice for compact.Edward Z. Yang2017-02-221-0/+10
* Change -dppr-ticks to -dsuppress-ticksSimon Peyton Jones2017-02-201-4/+4
* Typos in manual, tests and commentsGabor Greif2017-02-201-1/+1
* Improvements/bugfixes to signature reexport handling.Edward Z. Yang2017-02-171-32/+50
* Typos [ci skip]Gabor Greif2017-02-151-1/+1
* Allow type defaulting for multi-param type classes with ExtendedDefaultRulesvivid-synth2017-02-142-5/+18
* Expand list of always loaded Windows shared libsTamar Christina2017-02-141-0/+3
* Remove obsolete Backpack manual.Edward Z. Yang2017-02-1211-5521/+0
* Add index entry for signature files / Backpack.Edward Z. Yang2017-02-121-0/+3
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-111-0/+5
* Refactor DeriveAnyClass's instance context inferenceRyan Scott2017-02-102-15/+68
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* users-guide: Document defaults for remaining optimization flagsBen Gamari2017-02-081-10/+42
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-081-0/+8
* Update Core formalize for Levity -> RuntimeRepBen Gamari2017-02-071-3/+3
* Add Wredundant-constraints to list of flags excluded from -WallSiddhanathan Shanmugam2017-02-071-0/+1
* Docs: Fix typo in glasgow_exts.rstDaniel Gröber2017-02-071-1/+1
* Derive <$David Feuer2017-02-071-0/+5
* Don't replace type family instances with the same LHS in GHCi (#7102)Reid Barton2017-02-051-5/+33
* Add liftA2 to Applicative classDavid Feuer2017-02-051-0/+6
* users-guide: Explain behavior of verbose-core2core + dump-inliningsBen Gamari2017-02-021-1/+3
* Spelling fixesGabor Greif2017-02-025-15/+15
* Add support for StaticPointers in GHCiBen Gamari2017-02-022-0/+10
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-011-0/+4
* user-guide: fix links and file names (fixes #13198)Takenobu Tani2017-01-312-5/+5
* Abstract over the way eventlogs are flushedalexbiehl2017-01-312-4/+43
* users guide: Fix markup of COMPLETE pragma examplesBen Gamari2017-01-311-24/+21
* Use top-level instances to solve superclasses where possibleDaniel Haraj2017-01-312-0/+40
* Fixes bug #11046Iavor S. Diatchki2017-01-301-0/+3
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-302-0/+10
* Check that a default type signature aligns with the non-default signatureRyan Scott2017-01-302-1/+60
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-261-0/+78
* Document -fspecialise-aggressivelyMatthew Pickering2017-01-231-0/+12