summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Update the generics docs; pointed out by Christian MaederIan Lynagh2011-01-171-8/+10
* Build system improvementsIan Lynagh2011-01-151-0/+2
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-3/+3
* Fix mkUserGuidePart program name on WindowsIan Lynagh2011-01-061-2/+2
* fix markupSimon Marlow2011-01-061-2/+2
* multiline commands in GHCi #4316Vivian McPhail2010-11-051-2/+58
* Document GADTSyntax extensionIan Lynagh2010-12-182-1/+9
* Put an up-to-date Makefile in docs/MakefileIan Lynagh2010-12-171-24/+2
* refactor and tidy up the section on RTS optionsSimon Marlow2010-12-162-197/+299
* Related to #4826: Some minor tweaks to the wording of the User Guide, section...Orphi2010-12-091-3/+5
* FIX #4826 partial: Add -rtsopts and -with-rtsopts to User Guide section 4.11.6Orphi2010-12-091-0/+58
* FIX #4826 partially: Change -f to -? in User Guide section F4.16Orphi2010-12-091-2/+2
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-16/+87
* Instance declaration overlap allowed if *either* has -XOverlappingInstancessimonpj@microsoft.com2010-12-141-19/+10
* Fix Trac #4841: behave right with TypeSynonymInstances and NoFlexibleInstancessimonpj@microsoft.com2010-12-141-2/+3
* Remove NewQualifiedOperatorsIan Lynagh2010-12-012-44/+0
* fix ref to utils/ext-core, which moved to Hackage (extcore package)Simon Marlow2010-12-011-3/+2
* fix floating-point/FFI section: fenv is C99, not POSIXSimon Marlow2010-12-011-1/+1
* Document the behaviour of fenv.h functions with GHC (#4391)Simon Marlow2010-11-261-1/+59
* Document -ddump-rule-firings and -ddump-rule-rewritesRoman Leshchinskiy2010-11-273-2/+37
* Remove references to Haskell 98Ian Lynagh2010-11-232-15/+15
* Document SPECIALISE for imported functionssimonpj@microsoft.com2010-11-171-9/+94
* Fix Trac #4498: bang-pattern bindings are monomorphicsimonpj@microsoft.com2010-11-171-7/+14
* Add -fwarn-lazy-unlifted-bindings to the list of flagssimonpj@microsoft.com2010-11-161-0/+7
* Improve documentation for -fwarn-incomplete-patternssimonpj@microsoft.com2010-11-161-2/+3
* Add warning for probable identities (fromIntegral and friends)simonpj@microsoft.com2010-11-162-0/+23
* Fix -fwarn-missing-import-lists (fix Trac #4489)simonpj@microsoft.com2010-11-151-1/+2
* Remove -Ofile docsIan Lynagh2010-11-141-25/+0
* Update to docbook 4.5; fixes trac #4447Ian Lynagh2010-11-142-7/+7
* tweaksSimon Marlow2010-10-132-1/+2
* Add rebindable syntax for if-then-elsesimonpj@microsoft.com2010-10-222-2/+16
* fix markupSimon Marlow2010-10-201-4/+6
* remove xref to hasktagsSimon Marlow2010-10-201-2/+1
* Update the documentation on using DLL's from Windows, fixing several errors, ...Neil Mitchell2010-10-101-182/+105
* hasktags was dropped in GHC 6.12, remove it from the docsSimon Marlow2010-10-181-1/+2
* Add a -fghci-sandbox flag so that we can en/disable the ghci sandboxIan Lynagh2010-10-151-0/+6
* Add more documentation for interruptible foreign callsSimon Marlow2010-10-141-1/+81
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+9
* Remove __HASKELL1__, __HASKELL98__, __CONCURRENT_HASKELL__Ian Lynagh2010-10-121-51/+0
* Follow Cabal changes: Cabal no longer has a docbook userguideIan Lynagh2010-10-121-0/+2
* Fix hsc2hs docs: 'gcc' is now the default compiler, not 'ghc'; fixes #4341Ian Lynagh2010-09-281-1/+1
* Update Cabal's version numberIan Lynagh2010-09-231-1/+1
* Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include la...simonpj@microsoft.com2010-09-222-30/+0
* Remove an out of date paragraph from the user guide; fixes #4331Ian Lynagh2010-09-221-4/+0
* Add a release note about the typecheckerIan Lynagh2010-09-191-0/+8
* Library release notes for 7.0.1Ian Lynagh2010-09-171-4/+596
* Documentation for INLINABLEsimonpj@microsoft.com2010-09-151-10/+104
* Update release notes and docs with LLVM info.David Terei2010-09-147-52/+207
* Add a release note: "-dynload wrapper" removedIan Lynagh2010-09-111-0/+7
* put back the conversion of warn-lazy-unlifted-bindings into an error until 7.2Ian Lynagh2010-09-111-1/+1