summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts
Commit message (Expand)AuthorAgeFilesLines
* Don't default type variables in type familiessheaf2021-10-261-3/+3
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+6
* Document interaction between unsafe FFI and GCAlexander Kjeldaas2021-09-291-5/+23
* Remove outdated note about pragma layouttaylorfausak2021-09-281-3/+1
* Documentation: use https linksKrzysztof Gogolewski2021-09-0823-48/+48
* Minor doc fixesKrzysztof Gogolewski2021-09-083-23/+25
* Fix code example in the documentation of subsumptionARATA Mizuki2021-09-071-1/+1
* Disable -fdefer-type-errors for linear types (#20083)Krzysztof Gogolewski2021-08-041-0/+5
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-021-5/+26
* Improve docs of bang patterns (#19068)Krzysztof Gogolewski2021-07-281-43/+62
* Document DerivingVia unsafety (#19786)Krzysztof Gogolewski2021-07-281-2/+3
* Docs: use :default: and :ghc-ticket:Krzysztof Gogolewski2021-07-286-8/+7
* Use HsExpansion for overloaded list patternssheaf2021-06-291-0/+12
* user-guide: Improve documentation of NumDecimalsZubin Duggal2021-06-271-6/+16
* Update quantified_constraints.rstChristian Takle2021-06-241-2/+2
* There's no "errorWithCallStack", just use "error".Viktor Dukhovni2021-06-241-9/+8
* Fix a typo in pattern synonyms docPotato Hatsue2021-06-221-2/+2
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-221-0/+1
* Corrected typoAriFordsham2021-06-161-1/+1
* Reword: representation instead of levitysheaf2021-06-105-27/+43
* User's Guide: reword and fix punctuation in description of PostfixOperatorsLi-yao Xia2021-06-101-3/+3
* Fix incorrect mention of -Wprepositive-qualified-syntax in docsThomas Winant2021-06-041-3/+1
* Document release when TypeApplications allowed declaring variables as inferredBoris Lykah2021-05-281-2/+3
* 19079 DerivingVia: incorrectly accepts deriving via types with differing runt...Sasha Bogicevic2021-04-271-3/+5
* users-guide: Add missing FieldSelectors to GHC2021 listBen Gamari2021-04-181-0/+1
* users guide: Sort lists of implied language extensionsBen Gamari2021-04-181-20/+20
* users-guide: Clarify GHC2021 documentationBen Gamari2021-04-181-1/+7
* users-guide: Correct markdown for ghc-9.2Takenobu Tani2021-03-301-1/+1
* More improvement to MonoLocalBinds documentationSimon Peyton Jones2021-03-231-50/+35
* Document how GADT patterns are matched from left-to-right, outside-inRyan Scott2021-03-171-1/+82
* Document the interaction between ScopedTypeVariables and StandaloneKindSignat...Ryan Scott2021-03-151-0/+31
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-4/+94
* Introduce GHC2021 languageJoachim Breitner2021-03-101-0/+64
* Document operator sections' interaction with subsumptionRyan Scott2021-03-091-0/+4
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-072-9/+13
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-064-3/+99
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-041-0/+53
* User's Guide: document DefaultSignatures' interaction with subsumptionRyan Scott2021-03-031-25/+118
* Infer multiplicity in case expressionsKrzysztof Gogolewski2021-03-011-4/+5
* Implement -Wambiguous-fieldsAdam Gundry2021-02-261-5/+19
* Update MonoLocalBinds documentationSimon Peyton Jones2021-02-262-11/+28
* Minor fix to QualifiedDo docs about the ApplicativeDo desugaringUtku Demir2021-02-251-3/+3
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-166-4/+134
* Fix example code in Deriving via. songzh2021-02-131-1/+1
* Fix example code of "Making a Haskell library that can be called from foreign...Masahiro Sakai2021-02-101-2/+2
* The Char kind (#11342)Daniel Rogozin2021-02-061-6/+4
* Fix typo in qualified_do.rstBasile Henry2021-02-051-1/+1
* Documentation fixesKrzysztof Gogolewski2021-01-305-34/+8
* Fix code formatting in `HasCallStack` sectionDenis Frezzato2021-01-281-1/+1
* Remove some redundant validity checks.Richard Eisenberg2021-01-277-144/+26