summaryrefslogtreecommitdiff
path: root/docs/users_guide
Commit message (Expand)AuthorAgeFilesLines
* Added support for writing and checking closed type families is hs-boot files.Richard Eisenberg2013-08-051-1/+7
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-1/+210
* Add a warning for empty enumerations; fixes #7881Ian Lynagh2013-08-011-0/+13
* Add -XNegativeLiterals to the flag listIan Lynagh2013-08-011-0/+6
* Document the Negative Literals extensionIan Lynagh2013-07-311-0/+15
* Add a warning for overflowing literals; fixes #7895Ian Lynagh2013-07-311-0/+13
* Some release note additions.Austin Seipp2013-07-261-11/+40
* Document -fwarn-pointless-pragmas; fixes #8049Ian Lynagh2013-07-211-0/+14
* On second thoughts, don't document -fwarn-alternative-layout-rule-transitionalIan Lynagh2013-07-211-2/+1
* Sync the list of default warnings with reality; fixes #8060.Ian Lynagh2013-07-211-4/+9
* Update docs for readMVar/tryReadMVar.Edward Z. Yang2013-07-161-6/+10
* Release note for atomicReadMVar and friends.Edward Z. Yang2013-07-101-0/+10
* Docs for ghci completion command for ghci; part of #5687. Patch from hvr.Ian Lynagh2013-07-071-0/+87
* Update user's guide for kind inference for closed type families.Richard Eisenberg2013-06-281-2/+42
* Document -XTypeOperators, which had escaped documentation altogether thus farSimon Peyton Jones2013-06-252-5/+55
* Fix syntax in some code in the user guide; fixes #8007Ian Lynagh2013-06-221-4/+4
* The help flag is --help, not -help; fixes #8005Ian Lynagh2013-06-221-1/+1
* Use consistent dashes in the user guideIan Lynagh2013-06-2212-73/+73
* Remove extra dashes in a flag name in the user guideIan Lynagh2013-06-221-1/+1
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-211-81/+130
* Add release note blurb for Clang support.Austin Seipp2013-06-201-0/+7
* Document -fwarn-dodgy-imports changes in release notes. Trac #7167.Austin Seipp2013-06-201-0/+7
* Release note blurb for Linker fixes.Austin Seipp2013-06-161-0/+6
* --show-options lists all flags. Add user documentation for #7843Jan Stolarek2013-06-132-0/+18
* Outline 7.8.1 release notes.Austin Seipp2013-06-081-15/+476
* Update docs for "set prompt2"Ian Lynagh2013-06-041-0/+10
* Fix #5863Jose Pedro Magalhaes2013-05-211-0/+3
* Make AutoDeriveTypeable derive Typeable instances for promoted data constructorsJose Pedro Magalhaes2013-05-211-1/+3
* Documentation: use new syntax for record GADTs (#7915)Krzysztof Gogolewski2013-05-161-17/+16
* Remove obsolete documentation.Austin Seipp2013-05-121-71/+56
* Fix/update SayAnnNames plugin example code.Erik de Castro Lopo2013-05-051-7/+8
* Improve documentation of kind polymorphismSimon Peyton Jones2013-05-031-4/+30
* Enable -funbox-small-strict-fields by defaultJohan Tibell2013-04-301-5/+6
* Some build system refactoringIan Lynagh2013-04-201-2/+2
* Fix page numbering in the users guide PDF; fixes #7793Ian Lynagh2013-04-171-4/+1
* Allow partial applications of a type synonym in :kind in GHCi (Trac #7586)Simon Peyton Jones2013-04-161-1/+17
* Tidy up documentation of generalisationSimon Peyton Jones2013-04-121-18/+22
* ignore RealWorld in size_expr; flag to keep w/w from creating sharingNicolas Frisby2013-04-111-0/+11
* ticky enhancementsNicolas Frisby2013-03-291-158/+6
* Implement nullary type classes (#7642)Simon Peyton Jones2013-03-132-0/+35
* More advice about profiling CAFs.Edward Z. Yang2013-03-111-1/+7
* Make AutoDeriveTypeable imply DeriveDataTypeableJose Pedro Magalhaes2013-03-082-2/+4
* Follow defaultErrorHandler change, fixes #7752.Edward Z. Yang2013-03-071-2/+2
* Rearrange the typechecking of arrows, especially arrow "forms"Simon Peyton Jones2013-03-041-16/+32
* Change how unboxed tuples are lexed; fixes #7627Ian Lynagh2013-02-251-0/+8
* Fix the compiler plugin example; patch from edsko; fixes #7682Ian Lynagh2013-02-241-5/+6
* Improve documentation of overloaded listsSimon Peyton Jones2013-02-151-13/+39
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-142-0/+164
* Use a separate user's guide section for -XAutoDeriveTypeableJose Pedro Magalhaes2013-02-122-4/+13
* Implement poly-kinded TypeableJose Pedro Magalhaes2013-02-123-15/+43