summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Typo fix in deferred type errors docs.Edward Z. Yang2012-09-061-1/+1
* Make -fhpc a dynamic flagIan Lynagh2012-09-031-1/+1
* Make -fhistory-size dynamicIan Lynagh2012-09-031-1/+1
* Disable the MR by default in GHCi (#3202)Paolo Capriotti2012-09-031-13/+16
* Update documentation for -fwarn-dodgy-imports.Paolo Capriotti2012-08-251-4/+13
* Improve documentation for rank-1 types (Trac #7137)Simon Peyton Jones2012-08-201-2/+6
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-08-151-38/+14
|\
| * Update 'unboxed tuples' section of users guide.Austin Seipp2012-08-131-38/+14
* | Improve documentation of the way that defaulting to IO happens in GHCiSimon Peyton Jones2012-08-141-2/+12
* | Document -fdefer-type-errorsSimon Peyton Jones2012-08-142-1/+89
|/
* Fix references to repositories in the user guidePaolo Capriotti2012-08-031-4/+10
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-192-0/+54
|\
| * Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-162-0/+27
| * Implemented \case expressions.Mikhail Vorozhtsov2012-07-162-0/+27
* | Make -fPIC a dynamic flagIan Lynagh2012-07-161-1/+1
|/
* Document bug in the x86 NCG w.r.t. -fexcess-precision (#7069)Simon Marlow2012-07-132-0/+38
* Add documentation for -interactive-print (#5461)Paolo Capriotti2012-07-052-0/+62
* Mention Generic1 in the user's guideJose Pedro Magalhaes2012-06-261-16/+23
* Remove some cruft from StaticFlagParserIan Lynagh2012-06-202-17/+0
* Make -ignore-dot-ghci a dynamic flagIan Lynagh2012-06-181-1/+1
* Make -dppr-cols a dynamic flagIan Lynagh2012-06-181-1/+1
* use definition of mdo segmentation from the workshop paperRoss Paterson2012-06-151-8/+53
* Make -dppr-case-as-let a dynamic flagIan Lynagh2012-06-141-1/+1
* Change -dppr-user-length from a static to a dynamic flagIan Lynagh2012-06-141-1/+1
* tweak documentation of mdo/recRoss Paterson2012-06-121-18/+25
* Revive 'mdo' expressions, per discussion in Trac #4148Simon Peyton Jones2012-06-123-118/+156
* Support polymorphic kind recursionSimon Peyton Jones2012-06-072-85/+148