summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Clarify what the FFI spec saysDavid Feuer2018-05-131-10/+16
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-101-11/+0
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-091-0/+11
* users-guide: Move discussion MAX_PATH out of release notesBen Gamari2018-05-082-43/+55
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-1/+6
* rel-notes: Note that -hT is now allowedBen Gamari2018-05-051-0/+3
* Fix typo in user guide about promoted listMasahiro Sakai2018-05-051-1/+1
* users-guide: Fix up formatting in 8.6 release notesBen Gamari2018-04-231-7/+7
* Caching coercion roles in NthCo and coercionKindsRole refactoringTobias Dammers2018-04-204-5/+7
* users-guide: Override mathjax_pathBen Gamari2018-04-191-0/+3
* Fix #14710 with more validity checks during renamingRyan Scott2018-04-191-0/+19
* Fix markup in the UNPACK pragma section of the user's guide.theindigamer2018-04-171-5/+2
* users guide: Note improved constant folding in 8.6 release notesBen Gamari2018-04-131-0/+4
* Make shortcutting at the asm stage toggleable and default for O2.Andreas Klebinger2018-04-131-0/+17
* users-guide: Update release notes and language extensionsTakenobu Tani2018-04-132-11/+15
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-131-4/+10
* Track type variable scope more carefully.Richard Eisenberg2018-03-311-1/+26
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-2/+46
* Fix syntax in -flate-specialise docsSimon Jakobi2018-03-291-0/+2
* Add new debugging flag -dinline-checkBen Gamari2018-03-251-0/+14
* Fix scoped type variables in TH for several constructsHE, Tao2018-03-251-0/+3
* document: fix trac issue #14229Võ Anh Duy2018-03-251-2/+2
* Allow PartialTypeSignatures in standalone deriving contextsRyan Scott2018-03-232-2/+31
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-232-2/+90
* Allow as-patterns in unidirectional patttern synonymsSimon Peyton Jones2018-03-211-0/+18
* relnotes: Fix parsing of Version: field from Cabal fileBen Gamari2018-03-191-2/+2
* Add -flate-specialise which runs a later specialisation passMatthew Pickering2018-03-191-0/+14
* Fix typo in user guide about ConstraintKindsFrank Steffahn2018-03-191-1/+1
* Implement -dword-hex-literalsAndrew Martin2018-03-191-0/+14
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-1/+5
* Remove outdated documentation bits concerning -Wmissing-methodsRyan Scott2018-03-082-17/+4
* Error message and doc improvements for #14335Ömer Sinan Ağacan2018-03-081-0/+3
* Add -fexternal-dynamic-refsSimon Marlow2018-03-082-6/+19
* Users Guide: Add that --numa is available on Windows tooSimon Jakobi2018-03-071-1/+1
* Fix a typo about pattern synonyms in documentation.HE, Tao2018-03-071-1/+1
* Correct -g flag descriptionBartosz Nitka2018-03-061-2/+3
* DynFlags: Support British spelling of GeneralisedNewtypeDerivingBen Gamari2018-03-022-1/+3
* Improve exhaustive checking for guards in pattern bindings and MultiIf.HE, Tao2018-03-021-0/+16
* Move Data.Functor.Contravariant from the contravariant package to base.Andrew Martin2018-03-021-1/+6
* Introduce the flag -dsuppress-timestamps to avoid timestamps in dumps.Andreas Klebinger2018-02-251-1/+8
* Change how includes for input file directory worksTamar Christina2018-02-191-1/+4
* StgLint overhaulÖmer Sinan Ağacan2018-02-181-1/+1
* Remove doubled wordsAdam Sandberg Eriksson2018-02-182-4/+3
* Add valid refinement substitution suggestions for typed holesMatthías Páll Gissurarson2018-02-181-2/+114
* Various documentation improvementsSergey Vinokurov2018-02-141-1/+1
* Raise parse error for `data T where`.HE, Tao2018-02-131-0/+8
* Make ($!) representation-polymorphicDavid Feuer2018-02-121-0/+2
* Improve unboxed sum documentationDavid Feuer2018-02-051-28/+39
* Flag `-fdefer-typed-holes` also implies `-fdefer-out-of-scope-variables`.HE, Tao2018-02-021-1/+1
* Add -ddump-ds-preoptSimon Peyton Jones2018-02-011-3/+8