| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine incomplete-pattern checks (Trac #4905) | simonpj@microsoft.com | 2011-01-27 | 2 | -10/+32 |
* | Update the generics docs; pointed out by Christian Maeder | Ian Lynagh | 2011-01-17 | 1 | -8/+10 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 1 | -0/+2 |
* | On Cygwin, use a Cygwin-style path for /bin/install's destination | Ian Lynagh | 2011-01-06 | 1 | -3/+3 |
* | Fix mkUserGuidePart program name on Windows | Ian Lynagh | 2011-01-06 | 1 | -2/+2 |
* | fix markup | Simon Marlow | 2011-01-06 | 1 | -2/+2 |
* | multiline commands in GHCi #4316 | Vivian McPhail | 2010-11-05 | 1 | -2/+58 |
* | Document GADTSyntax extension | Ian Lynagh | 2010-12-18 | 2 | -1/+9 |
* | Put an up-to-date Makefile in docs/Makefile | Ian Lynagh | 2010-12-17 | 1 | -24/+2 |
* | refactor and tidy up the section on RTS options | Simon Marlow | 2010-12-16 | 2 | -197/+299 |
* | Related to #4826: Some minor tweaks to the wording of the User Guide, section... | Orphi | 2010-12-09 | 1 | -3/+5 |
* | FIX #4826 partial: Add -rtsopts and -with-rtsopts to User Guide section 4.11.6 | Orphi | 2010-12-09 | 1 | -0/+58 |
* | FIX #4826 partially: Change -f to -? in User Guide section F4.16 | Orphi | 2010-12-09 | 1 | -2/+2 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -16/+87 |
* | Instance declaration overlap allowed if *either* has -XOverlappingInstances | simonpj@microsoft.com | 2010-12-14 | 1 | -19/+10 |
* | Fix Trac #4841: behave right with TypeSynonymInstances and NoFlexibleInstances | simonpj@microsoft.com | 2010-12-14 | 1 | -2/+3 |
* | Remove NewQualifiedOperators | Ian Lynagh | 2010-12-01 | 2 | -44/+0 |
* | fix ref to utils/ext-core, which moved to Hackage (extcore package) | Simon Marlow | 2010-12-01 | 1 | -3/+2 |
* | fix floating-point/FFI section: fenv is C99, not POSIX | Simon Marlow | 2010-12-01 | 1 | -1/+1 |
* | Document the behaviour of fenv.h functions with GHC (#4391) | Simon Marlow | 2010-11-26 | 1 | -1/+59 |
* | Document -ddump-rule-firings and -ddump-rule-rewrites | Roman Leshchinskiy | 2010-11-27 | 3 | -2/+37 |
* | Remove references to Haskell 98 | Ian Lynagh | 2010-11-23 | 2 | -15/+15 |
* | Document SPECIALISE for imported functions | simonpj@microsoft.com | 2010-11-17 | 1 | -9/+94 |
* | Fix Trac #4498: bang-pattern bindings are monomorphic | simonpj@microsoft.com | 2010-11-17 | 1 | -7/+14 |
* | Add -fwarn-lazy-unlifted-bindings to the list of flags | simonpj@microsoft.com | 2010-11-16 | 1 | -0/+7 |
* | Improve documentation for -fwarn-incomplete-patterns | simonpj@microsoft.com | 2010-11-16 | 1 | -2/+3 |
* | Add warning for probable identities (fromIntegral and friends) | simonpj@microsoft.com | 2010-11-16 | 2 | -0/+23 |
* | Fix -fwarn-missing-import-lists (fix Trac #4489) | simonpj@microsoft.com | 2010-11-15 | 1 | -1/+2 |
* | Remove -Ofile docs | Ian Lynagh | 2010-11-14 | 1 | -25/+0 |
* | Update to docbook 4.5; fixes trac #4447 | Ian Lynagh | 2010-11-14 | 2 | -7/+7 |
* | tweaks | Simon Marlow | 2010-10-13 | 2 | -1/+2 |
* | Add rebindable syntax for if-then-else | simonpj@microsoft.com | 2010-10-22 | 2 | -2/+16 |
* | fix markup | Simon Marlow | 2010-10-20 | 1 | -4/+6 |
* | remove xref to hasktags | Simon Marlow | 2010-10-20 | 1 | -2/+1 |
* | Update the documentation on using DLL's from Windows, fixing several errors, ... | Neil Mitchell | 2010-10-10 | 1 | -182/+105 |
* | hasktags was dropped in GHC 6.12, remove it from the docs | Simon Marlow | 2010-10-18 | 1 | -1/+2 |
* | Add a -fghci-sandbox flag so that we can en/disable the ghci sandbox | Ian Lynagh | 2010-10-15 | 1 | -0/+6 |
* | Add more documentation for interruptible foreign calls | Simon Marlow | 2010-10-14 | 1 | -1/+81 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -0/+9 |
* | Remove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__ | Ian Lynagh | 2010-10-12 | 1 | -51/+0 |
* | Follow Cabal changes: Cabal no longer has a docbook userguide | Ian Lynagh | 2010-10-12 | 1 | -0/+2 |
* | Fix hsc2hs docs: 'gcc' is now the default compiler, not 'ghc'; fixes #4341 | Ian Lynagh | 2010-09-28 | 1 | -1/+1 |
* | Update Cabal's version number | Ian Lynagh | 2010-09-23 | 1 | -1/+1 |
* | Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include la... | simonpj@microsoft.com | 2010-09-22 | 2 | -30/+0 |
* | Remove an out of date paragraph from the user guide; fixes #4331 | Ian Lynagh | 2010-09-22 | 1 | -4/+0 |
* | Add a release note about the typechecker | Ian Lynagh | 2010-09-19 | 1 | -0/+8 |
* | Library release notes for 7.0.1 | Ian Lynagh | 2010-09-17 | 1 | -4/+596 |
* | Documentation for INLINABLE | simonpj@microsoft.com | 2010-09-15 | 1 | -10/+104 |
* | Update release notes and docs with LLVM info. | David Terei | 2010-09-14 | 7 | -52/+207 |
* | Add a release note: "-dynload wrapper" removed | Ian Lynagh | 2010-09-11 | 1 | -0/+7 |