summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove references to GHC 6.6 in docsBen Millwood2013-01-011-180/+0
* Implement overlapping type family instances.Richard Eisenberg2012-12-215-46/+144
* Clarify documentation of [~] syntax on RULE activationsSimon Peyton Jones2012-12-211-0/+3
* Only allow special NeverActive syntax for RULES.Andrew Farmer2012-12-211-0/+3
* Clarify promotion rules for newtypes in the documentationSimon Peyton Jones2012-12-211-3/+4
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-12-191-2/+2
|\
| * spelling in docGabor Greif2012-12-191-2/+2
* | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-12-191-1/+4
|\ \ | |/
| * Document the behavior of "info!".Iavor S. Diatchki2012-12-181-1/+4
* | Wibbles to faa8ff40 (UNPACK pragmas)Simon Peyton Jones2012-12-192-7/+7
* | Tidy up documtation of monomorphsim restriction etcSimon Peyton Jones2012-12-192-63/+48
|/
* document special "this" syntax for PackageImports (#7409)Simon Marlow2012-12-111-0/+3
* Add -funbox-strict-primitive-fields exampleJohan Tibell2012-12-091-6/+21
* Minor twiddle to -funbox-strict-primitive-fields docsJohan Tibell2012-12-071-3/+10
* Document -funbox-strict-primitive-fieldsJohan Tibell2012-12-072-0/+33
* fix code in library initialisation example (#7471)Simon Marlow2012-12-071-12/+16
* fix description of ghci instance env bugSimon Marlow2012-12-071-11/+11
* Document promotion of existential data typesSimon Peyton Jones2012-12-051-3/+44
* Added the docs/core-spec READMERichard Eisenberg2012-12-012-2/+83
* Added GHC formalism to the GHC source tree.Richard Eisenberg2012-12-016-0/+1013
* Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-231-5/+13
* Document -XTypeHolesSimon Peyton Jones2012-11-162-0/+86
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-11-154-17/+69
|\
| * Update the "Special built-in functions" docsIan Lynagh2012-11-131-10/+3
| * add note about compilation safety to safe haskell docsDavid Terei2012-11-091-0/+52
| * typoGabor Greif2012-11-051-1/+1
| * Add -fghci-hist-size=N to set the number of previous steps stored by :traceSimon Marlow2012-11-012-6/+13
* | Improve documentation about instance resolutionSimon Peyton Jones2012-11-151-25/+56
|/
* Add notes about type-family overlap in GHCi (see Trac #7102)Simon Peyton Jones2012-10-312-1/+6
* Retainer prof: immutable arrays are not retainers, and fix the docsSimon Marlow2012-10-311-2/+2
* Make Rank2Types and PolymorphicComponents into a synonym for RankNTypes (no d...Simon Peyton Jones2012-10-262-22/+15
* Fix doc typo; fixes #7318Ian Lynagh2012-10-251-1/+1
* fix obvious typosGabor Greif2012-10-121-1/+1
* Make -f(no-)pre-inlining a dynamic flagIan Lynagh2012-10-091-1/+1
* Make -fmax-worker-args a dynamic flagIan Lynagh2012-10-091-1/+1
* Make the -dsuppress-* flags dynamicIan Lynagh2012-10-091-8/+8
* Make the opt_UF_* static flags dynamicIan Lynagh2012-10-091-4/+4
* Make the -ferror-spans flag dynamicIan Lynagh2012-10-091-1/+1
* TypoJose Pedro Magalhaes2012-10-031-1/+1
* Fix typo in the documentation of CApiFFIshelarcy2012-10-021-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-09-271-0/+18
|\
| * Partially fix #367 by adding HpLim checks to entry with -fno-omit-yields.Edward Z. Yang2012-09-261-0/+18
* | Document that we don't warn about defining deprecated class methodsIan Lynagh2012-09-271-2/+3
|/