summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed moer tyopsGabor Greif2013-04-251-2/+2
* Update Makefile in docs/core-spec not to use latexmkRichard Eisenberg2013-04-241-1/+1
* 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
* Fix typosGabor Greif2013-04-061-2/+2
* 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
* typosGabor Greif2013-01-301-1/+1
* 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
* 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