summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill vestiages of DEFAULT_TMPDIRBen Gamari2016-09-011-4/+0
* users_guide: Move initGhcMonad note to 8.0.2 relnotesBen Gamari2016-09-012-5/+12
* users_guide: Move -fdefer-out-of-scope-variables note to 8.0.2 relnotesBen Gamari2016-09-012-3/+3
* users_guide: Move addModFinalizer mention to 8.0.2 release notesBen Gamari2016-09-012-8/+13
* users_guide: Document removal of -Wredundant-constraints from -WallBen Gamari2016-09-011-1/+2
* Add -fdefer-out-of-scope-variables flag (#12170).Eugene Akentyev2016-08-313-9/+32
* Add -flocal-ghci-history flag (#9089).Eugene Akentyev2016-08-312-0/+13
* Add Read1/Read2 methods defined in terms of ReadPrecRyan Scott2016-08-312-1/+17
* Bump the default allocation area size to 1MBSimon Marlow2016-08-312-2/+2
* GHC: Expose installSignalHandlers, withCleanupSessionBen Gamari2016-08-311-1/+4
* users_guide: More capabilities than processors considered harmfulBen Gamari2016-08-311-1/+2
* Clarify pkg selection when multiple versions are availableHarendra Kumar2016-08-302-122/+159
* Fix and complete runghc documentationHarendra Kumar2016-08-301-15/+43
* rts: enable parallel GC scan of large (32M+) allocation areaSergei Trofimovich2016-08-301-1/+1
* Template Haskell support for TypeApplicationsRyan Scott2016-08-291-0/+2
* Template Haskell support for unboxed sumsRyan Scott2016-08-231-0/+2
* Move #12403, #12513 users guide notes to 8.2.1 release notesRyan Scott2016-08-222-11/+8
* Splice singleton unboxed tuples correctly with Template HaskellRyan Scott2016-08-221-0/+4
* Support for noinline magic function.Edward Z. Yang2016-08-211-0/+3
* Add gcoerceWith to Data.Type.CoercionRyan Scott2016-08-181-0/+3
* check that the number of parallel build is greater than 0Ruey-Lin Hsu2016-08-051-4/+6
* Correct a few mistyped words in prose/commentsGabor Greif2016-07-221-1/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-2/+79
* Update docs for partial type signatures (#12365)Thomas Winant2016-07-201-31/+48
* Data.Either: Add fromLeft and fromRight (#12402)Dylan Meysmans2016-07-201-0/+2
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-202-3/+24