summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Give concrete example for #12784 in 8.0.2 release notesRyan Scott2016-12-061-2/+19
* core-spec: Fix S_MatchDataJoachim Breitner2016-12-022-1/+2
* 8.2.1-notes.rst: tweak binutils versionSergei Trofimovich2016-12-021-2/+2
* Make note of #12907 in 8.0.2 release notesRyan Scott2016-12-011-0/+13
* Fix typo in functional dependencies docChris Martin2016-11-301-1/+2
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-0/+13
* Tweaks to grammar and such.Gabor Greif2016-11-301-6/+6
* Update Mingw-w64 bindist for WindowsTamar Christina2016-11-291-0/+3
* Use C99's boolBen Gamari2016-11-293-11/+11
* Make globals use sharedCAFMoritz Angermann2016-11-291-13/+0
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-291-0/+5
* Make diagnostics slightly more colorfulPhil Ruffwind2016-11-291-0/+9
* users_guide: Bring 8.0.2 release notes up-to-date with ghc-8.0 branchBen Gamari2016-11-291-49/+83
* Make note of #12881 in 8.0.2 release notesRyan Scott2016-11-291-0/+15
* Make quoting and reification return the same typesDominik Bollmann2016-11-251-0/+2
* Implement fine-grained `-Werror=...` facilityMaciej Bielecki2016-11-211-0/+17
* Test for type synonym loops on TyCon.Edward Z. Yang2016-11-162-2/+12
* Typos in comments, notes and manualGabor Greif2016-11-151-3/+3
* Remove CONSTR_STATICSimon Marlow2016-11-141-2/+0
* Prevent GND from inferring an instance context for method-less classesRyan Scott2016-11-102-2/+33
* Update user's guide after D2490Thomas Winant2016-11-101-3/+8
* Update 8.0.2 release notes for #12784Ryan Scott2016-11-071-0/+4
* Describe symptoms of (and the cure for) #12768 in 8.0.2 release notesRyan Scott2016-11-061-0/+17
* Allow GeneralizedNewtypeDeriving for classes with associated type familiesRyan Scott2016-11-062-0/+132
* Add tracing infrastructure to pattern match checkerMatthew Pickering2016-11-061-0/+5
* Update release notes for type sigs in TH patterns patchMatthew Pickering2016-11-051-0/+2
* Delete extraneous backtick in users' guideRyan Scott2016-10-261-1/+1
* Add -Wcpp-undef warning flagErik de Castro Lopo2016-10-222-0/+10
* Fix Show derivation in the presence of RebindableSyntax/OverloadedStringsRyan Scott2016-10-152-0/+31
* Make error when deriving an instance for a typeclass less misleadingRyan Scott2016-10-142-1/+26
* Turn on -n4m with -A16m or greaterSimon Marlow2016-10-091-1/+1
* Default +RTS -qn to the number of coresSimon Marlow2016-10-091-1/+2
* Turn `__GLASGOW_HASKELL_LLVM__` into an integer againNicolas Trangez2016-10-012-1/+9
* Add NUMA support for WindowsTamar Christina2016-10-011-0/+2
* Support more than 64 logical processors on WindowsTamar Christina2016-10-011-0/+4
* Implement deriving strategiesRyan Scott2016-09-303-3/+70
* Document Safe Haskell restrictions on Generic instancesRyan Scott2016-09-301-0/+9
* Comments and manual only: spellingGabor Greif2016-09-281-1/+1
* Pattern Synonyms documentation updateMatthew Pickering2016-09-241-2/+6
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-242-2/+4
* Expose hs_exit_(rtsFalse) as hs_exit_nowait()Simon Marlow2016-09-231-3/+13
* users_guide: TH now partially supports typed holesBen Gamari2016-09-121-1/+2
* users_guide: #8761 is now fixedBen Gamari2016-09-121-2/+0
* users_guide: Fix Docbook remnantBen Gamari2016-09-121-1/+1
* Add hs_try_putmvar()Simon Marlow2016-09-121-0/+119
* Fix derived Ix instances for one-constructor GADTsRyan Scott2016-09-111-0/+3
* Make start address of `osReserveHeapMemory` tunable via command line -xbFrancesco Mazzoli2016-09-091-0/+4
* Document meaning of order of --package-db flags, fixes #12485.Edward Z. Yang2016-09-081-0/+5
* Remove references to -XRelaxedPolyRecBen Gamari2016-09-082-62/+51
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-011-0/+10