summaryrefslogtreecommitdiff
path: root/docs/users_guide
Commit message (Expand)AuthorAgeFilesLines
* Add "since" column for LANGUAGE extensions in user guideAlexey Shmalko2015-07-031-1/+97
* users_guide: Describe order-dependence of -f and -O flagsBen Gamari2015-07-032-1/+24
* Add -fcross-module-specialise flagBen Gamari2015-06-282-4/+26
|\
| * Add -fcross-module-specialise flagBen Gamari2015-06-282-4/+26
* | Small doc fixesSimon Peyton Jones2015-06-261-3/+3
* | GHCi docs: layout rule is respected inside :{ :}Thomas Miedema2015-06-261-12/+8
* | Treat out-of-scope variables as holesSimon Peyton Jones2015-06-261-5/+38
* | Drop prefix from package keys.Edward Z. Yang2015-06-241-0/+15
* | Documentation: add section on .haskeline file (#2531)Thomas Miedema2015-06-221-1/+20
|/
* Update foreign export docs, fixes #10467Edward Z. Yang2015-06-161-21/+8
* users_guide: Various spelling fixesBen Gamari2015-06-1620-51/+78
|\
| * users_guide: Various spelling fixesBen Gamari2015-06-1620-51/+78
* | Docs: `-XTypeOperators` (#10175)Thomas Miedema2015-06-121-1/+1
* | Docs: it's `gv --orientation=seascape` nowadays (#10497)Thomas Miedema2015-06-121-2/+2
* | docs: Fix unicode alternatives table (fixes #10509).Sebastian Reuße2015-06-121-5/+5
* | Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-5/+0
* | Another major improvement of "improvement"Simon Peyton Jones2015-06-111-1/+11
* | docs: Fix #10416Austin Seipp2015-06-104-4/+4
* | Revert "docs: Fix #10416"Austin Seipp2015-06-081-1/+1
* | docs: Fix #10416Austin Seipp2015-06-051-1/+1
* | Move liftData and use it as a default definition for Lift.Edward Z. Yang2015-06-031-0/+12
* | Allow Any return in foreign prim, fixes #10460.Edward Z. Yang2015-06-031-1/+2
* | Suggest -H to improve GC productivity, fixes #10474.Edward Z. Yang2015-06-021-2/+6
* | Detabify a programlisting in the User's Guide (#10425)Reid Barton2015-06-021-1/+1
* | Typofix: missing period. (#10460)Edward Z. Yang2015-06-011-1/+1
* | Add information about allowed foreign prim args, see #10460.Edward Z. Yang2015-06-011-1/+7
* | Replace tabs with spaces.Edward Z. Yang2015-06-011-118/+118
|/
* Add missing name for FFI import (fixes #9950)erdeszt2015-05-251-1/+1
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-192-6/+15
* user guide: correct documentation for -Wall (fixes #10386)Alexander Eyers-Taylor2015-05-191-8/+9
* Update Safe Haskell documentation.David Terei2015-05-121-264/+398
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-112-3/+8
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-092-8/+3
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-092-3/+8
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-062-0/+29
* Permit empty closed type familiesAdam Gundry2015-05-041-1/+13
* Typo fixes (mostly in comments)Gabor Greif2015-04-301-2/+2
* Change default roles in hs-boot files. (#9204)Richard Eisenberg2015-04-242-2/+13
* Better documetation of higher rank typesSimon Peyton Jones2015-04-221-14/+48
* Improve error reporting for impredicative typesSimon Peyton Jones2015-04-221-7/+7
* Implement -f[no-]print-unicode-syntax flag for unicode syntax output (#8959)Bertram Felgenhauer2015-04-142-4/+20
* Typos in error messages and in commentsGabor Greif2015-04-102-2/+2
* Axe one-shot sig-ofEdward Z. Yang2015-04-071-5/+5
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-0/+5
* Add +RTS -O<size> to control the minimum old gen sizeSimon Marlow2015-04-071-0/+15
* User's guide: .a files can be 2-2.5x larger with -split-objsThomas Miedema2015-04-061-4/+4
* Remove an incorrect statement about -fwarn-tabsDave Laing2015-04-031-2/+0
* docs: remove unused -ddump flags from users guideJavran Cheng2015-04-032-32/+0
* Do proper depth checking in the flattener to avoid looping.Richard Eisenberg2015-03-232-3/+15
* Changes to Safe Haskell documentation from feedback (#10140).David Terei2015-03-091-97/+133