| Commit message (Expand) | Author | Age | Files | Lines |
* | :set prompt now understand Haskell String syntax; trace #2652 | Ian Lynagh | 2008-10-31 | 1 | -1/+3 |
* | Add (a) CoreM monad, (b) new Annotations feature | simonpj@microsoft.com | 2008-10-30 | 1 | -0/+77 |
* | Clarify documentatoin | simonpj@microsoft.com | 2008-10-28 | 1 | -3/+7 |
* | Update library version numbers in the release notes | Ian Lynagh | 2008-10-23 | 1 | -2/+2 |
* | various updates to the release notes | Simon Marlow | 2008-10-07 | 1 | -37/+85 |
* | Add library release notes | Ian Lynagh | 2008-09-20 | 1 | -0/+464 |
* | Add release notes for the compiler | Ian Lynagh | 2008-09-20 | 3 | -2/+745 |
* | Doc fix | Ian Lynagh | 2008-10-28 | 1 | -1/+1 |
* | Rename some variables in docs | Ian Lynagh | 2008-10-28 | 1 | -3/+3 |
* | Fix typos | Ian Lynagh | 2008-10-28 | 1 | -3/+3 |
* | Mostly-fix Trac #2595: updates for existentials | simonpj@microsoft.com | 2008-10-28 | 1 | -4/+17 |
* | Use pdflatex rather than latex for building | Ian Lynagh | 2008-10-24 | 1 | -5/+6 |
* | Remove an unmatched } in core.tex | Ian Lynagh | 2008-10-24 | 1 | -1/+1 |
* | Add a usepackage{url} | Ian Lynagh | 2008-10-24 | 1 | -0/+1 |
* | Update manual: tidy up instances, say more about type families in instance decls | simonpj@microsoft.com | 2008-10-15 | 2 | -50/+85 |
* | Link to the GHC API documentation from the main doc page | Ian Lynagh | 2008-10-13 | 1 | -0/+9 |
* | Whitespace only in docs/index.html | Ian Lynagh | 2008-10-13 | 1 | -5/+5 |
* | add a section id for +RTS -hT | Simon Marlow | 2008-10-07 | 1 | -1/+1 |
* | update documentation for PostfixOperators | Simon Marlow | 2008-10-07 | 1 | -6/+3 |
* | fix markup | Simon Marlow | 2008-10-07 | 1 | -1/+1 |
* | Fix bug in DPH docs | Roman Leshchinskiy | 2008-10-08 | 1 | -1/+1 |
* | Add short DPH section to users guide | Roman Leshchinskiy | 2008-10-08 | 1 | -0/+8 |
* | Users Guide: added type family documentation | Manuel M T Chakravarty | 2008-10-08 | 1 | -27/+641 |
* | Document +RTS -hT | Simon Marlow | 2008-10-01 | 1 | -3/+35 |
* | fix new-qualified-operators link | Simon Marlow | 2008-10-01 | 1 | -1/+1 |
* | Call $(PERL) rather than perl when making the manpage | Ian Lynagh | 2008-09-30 | 1 | -1/+1 |
* | Remove outdated link to OGI webpage | Simon Marlow | 2008-09-30 | 1 | -5/+0 |
* | tweaks to this section of the docs | Simon Marlow | 2008-09-27 | 1 | -22/+22 |
* | Add -outputdir flag (#2295) | Simon Marlow | 2008-09-27 | 2 | -1/+21 |
* | oops, forgot to add -XNewQualifiedOperators to the flags table | Simon Marlow | 2008-09-23 | 1 | -0/+7 |
* | Add an example of how to use SCCs to the user guide | Ian Lynagh | 2008-09-26 | 3 | -0/+20 |
* | Add some description of the +RTS -t/-s/-S output | Ian Lynagh | 2008-09-26 | 1 | -0/+210 |
* | Improve runghc docs; fixes trac #2477 | Ian Lynagh | 2008-09-26 | 1 | -2/+6 |
* | add -XNewQualifiedOperators (Haskell' qualified operator syntax) | Simon Marlow | 2008-09-22 | 1 | -8/+71 |
* | Improve documentation of overlapping instances | simonpj@microsoft.com | 2008-09-19 | 1 | -5/+29 |
* | Add link to GADT paper re rigid types | simonpj@microsoft.com | 2008-09-16 | 1 | -1/+5 |
* | add refs and fix a bug (noted by Peter Gammie) in docs of arrow notation | Ross Paterson | 2008-09-15 | 1 | -8/+37 |
* | Add a do-nothing install-docs rule in ext-core/ when LATEX_DOCS=NO | Ian Lynagh | 2008-09-09 | 1 | -0/+1 |
* | Link to core.pdf, not core.ps.gz | Ian Lynagh | 2008-09-09 | 1 | -1/+1 |
* | Make a pdf, rather than ps.gz, of teh ext-core docs | Ian Lynagh | 2008-09-08 | 1 | -6/+12 |
* | bindist fixes | Ian Lynagh | 2008-09-07 | 1 | -0/+1 |
* | Fix the ext-core doc in bindists | Ian Lynagh | 2008-09-07 | 1 | -0/+1 |
* | Don't build latex docs by default | Ian Lynagh | 2008-09-06 | 1 | -0/+4 |
* | Update the users guide to point at the in-tree core.ps.gz | Ian Lynagh | 2008-09-06 | 1 | -1/+1 |
* | Compress the ext-core docs | Ian Lynagh | 2008-09-06 | 1 | -4/+7 |
* | Install the ext-core docs | Ian Lynagh | 2008-09-06 | 1 | -1/+5 |
* | Make ext-core when making all in docs | Ian Lynagh | 2008-09-06 | 1 | -1/+2 |
* | Always build docs/{ext-core,storage-mgt}, even when making a bindist | Ian Lynagh | 2008-08-29 | 1 | -4/+1 |
* | Improve documentation of stolen syntax | simonpj@microsoft.com | 2008-08-28 | 1 | -294/+161 |
* | Better documentation for -XLiberalTypeSynonyms, and steal forall keyword | simonpj@microsoft.com | 2008-08-27 | 1 | -5/+40 |