summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement BlockArguments (#10843)Takano Akio2018-01-312-6/+98
* Sort valid substitutions for typed holes by "relevance"Matthías Páll Gissurarson2018-01-262-58/+257
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-0/+87
* tentative improvement to callstack docsAlp Mestanogullari2018-01-211-14/+53
* Add flag -fno-itMatthew Pickering2018-01-151-0/+14
* Support LIBRARY_PATH and LD_LIBRARY_PATH in rtsBen Gamari2018-01-152-7/+21
* Tweak link order slightly to prefer user shared libs before system ones.Tamar Christina2018-01-151-0/+4
* Rename -frule-check to -drule-check and documentMatthew Pickering2018-01-151-0/+13
* Typos in commentsGabor Greif2018-01-031-1/+1
* No deferred type errors under a forallSimon Peyton Jones2018-01-031-0/+23
* Prevent "C--" translating to "C–" in the User's Guide.Steven Shaw2018-01-023-37/+37
* Fix sign error in kelvinToC.Galen Huntington2018-01-021-1/+1
* users-guide: Fix markupBen Gamari2018-01-021-4/+4
* Add GHC 8.6.1 release notesTamar Christina2017-12-231-0/+85
* relnotes: Fix typo in pattern synonym exampleBen Gamari2017-12-221-2/+2
* Document ScopedTypeVariables' interaction with nested forallsRyan Scott2017-12-201-1/+21