summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-167-5/+149
* Introduce keepAlive primopBen Gamari2021-02-141-0/+17
* Fix example code in Deriving via. songzh2021-02-131-1/+1
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-131-3/+0
* Add -Wsafe to flags not enabled by -WallFendor2021-02-101-0/+1
* Fix example code of "Making a Haskell library that can be called from foreign...Masahiro Sakai2021-02-101-2/+2
* Reduce inlining in deeply-nested casesSimon Peyton Jones2021-02-092-0/+136
* Fix typosBrian Wignall2021-02-064-6/+6
* The Char kind (#11342)Daniel Rogozin2021-02-062-6/+17
* Fix typo in qualified_do.rstBasile Henry2021-02-051-1/+1
* Documentation fixesKrzysztof Gogolewski2021-01-3015-60/+40
* Fix description of -fregs-graph (not implied by -O2, linked issue was closed)Benjamin Maurer2021-01-301-4/+1
* compare-flags: Strip whitespace from flags read from --show-optionsGHC GitLab CI2021-01-301-2/+2
* ghci: Take editor from VISUAL environment variableBen Gamari2021-01-302-3/+19
* Fix parsing of -fstg-lift-lams-non-recKrzysztof Gogolewski2021-01-292-4/+2
* Fix code formatting in `HasCallStack` sectionDenis Frezzato2021-01-281-1/+1
* Remove some redundant validity checks.Richard Eisenberg2021-01-278-144/+30
* Add a section about failable patterns in the GHC user's guideHécate2021-01-271-0/+31
* Remove -XMonadFailDesugaring referencesHécate2021-01-272-24/+0
* Deprecate -h flagMatthew Pickering2021-01-272-2/+6
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-2/+2
* Fix error recovery in solveEqualitiesSimon Peyton Jones2021-01-221-4/+11
* rts/eventlog: Reset ticky counters after dumping sampleBen Gamari2021-01-171-1/+1
* rts/eventlog: Introduce event to demarcate new ticky sampleBen Gamari2021-01-171-0/+7
* Update expected-undocumented-flags.txtBenjamin Maurer2021-01-101-1/+0
* Document flag -dasm-lint in debugging.rstBenjamin Maurer2021-01-101-0/+7
* gone_wrong.rst: remove duplicate termGreg Steuck2021-01-091-1/+1
* intro.rst: remove duplication of release references and fix a linkGreg Steuck2021-01-091-6/+1
* docs: Various release notes changesBen Gamari2021-01-071-9/+20
* users-guide: Remove space from -ol documentationBen Gamari2021-01-071-2/+2
* rts: Enforce that mark-region isn't used with -hBen Gamari2021-01-071-0/+11
* Docs: Remove reference to `type_applications` in `exts/patterns.rst`Joachim Breitner2021-01-021-1/+0
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-021-0/+3
* INLINE pragma for patterns (#12178)Cale Gibbard2020-12-311-0/+34
* Document scoping of named wildcard type variablesSimon Peyton Jones2020-12-231-0/+14
* Increase -A default to 4MB.Andreas Klebinger2020-12-221-4/+11
* rts: enable thread label table in all RTS flavours #17972Adam Sandberg Ericsson2020-12-201-1/+1
* Correct documentation around -XTypeOperatorsRichard Eisenberg2020-12-201-18/+25
* Add two warnings to -WallTom Ellis2020-12-191-2/+0
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-171-1/+29
* User guide minor typoDavid Eichmann2020-12-171-1/+1
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-153-19/+9
* Implement BoxedRep proposalAndrew Martin2020-12-143-9/+19
* Implement type applications in patternsCale Gibbard2020-12-142-1/+83
* users guide: Describe GC lifecycle eventsBen Gamari2020-12-112-4/+100
* users guide: Fix syntax errorsBen Gamari2020-12-111-23/+21
* doc: Extra-clarify -fomit-yieldsKirill Elagin2020-12-101-1/+1
* doc: Clarify the default for -fomit-yieldsKirill Elagin2020-12-101-1/+1
* Fix kind inference for data types. Again.Simon Peyton Jones2020-12-082-85/+158
* Remove flattening variablesRichard Eisenberg2020-12-013-1/+49