summaryrefslogtreecommitdiff
path: root/docs/users_guide
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note major changes in 7.8.1 in 7.8.1 release notes fileIan Lynagh2013-02-073-428/+34
* Fix spelling mistake in user guide (#7657).David Terei2013-02-061-2/+2
* Define __GLASGOW_HASKELL_LLVM__ when using the LLVM back end.Geoffrey Mainland2013-02-011-0/+15
* Document -fvectorise and -favoid-vect. (#5801)David Terei2013-01-312-7/+23
* Add support for *named* holes; an extension of -XTypeHolesSimon Peyton Jones2013-01-301-23/+49
* Update mailing lists in the users guideIan Lynagh2013-01-222-52/+7
* Document overlapping instances more clearlySimon Peyton Jones2013-01-181-0/+6
* Fix typo in docs; spotted by Gabor GreifIan Lynagh2013-01-121-1/+1
* Clarify docs on when -ddump-* imply -fforce-recomp; fixes #7406Ian Lynagh2013-01-121-2/+3
* Update the -no-auto-link-packages docsIan Lynagh2013-01-102-3/+3
* add docs for ":showi language" (#7501)Simon Marlow2013-01-091-3/+14
* Allow empty case expressions (and lambda-case) with -XEmptyCaseSimon Peyton Jones2013-01-041-0/+38
* Update strictness documentation (Trac #7546)Simon Peyton Jones2013-01-021-7/+4
* Add flag -fwarn-duplicate-constraintsSimon Peyton Jones2013-01-022-0/+26