summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* add "ghc-pkg dump" (fixes #2201)Simon Marlow2008-07-111-0/+21
* #2371: try to explain the difference between :module and :loadSimon Marlow2008-07-111-0/+35
* #1205: ':load foo.hs' in GHCi always compiles to bytecodeSimon Marlow2008-07-091-11/+25
* add -fwarn-dodgy-foreign-imports (see #1357)Simon Marlow2008-07-091-2/+28
* document some RTS options I added a while ago: -qm, -qwSimon Marlow2008-06-191-9/+50
* Document the change to +RTS -S/-s/-tSimon Marlow2008-06-193-37/+26
* document paralel GC option: +RTS -gSimon Marlow2008-06-191-0/+37
* More commandline flag improvementsIan Lynagh2008-06-167-16/+34
* Improve documentation for standalone derivingsimonpj@microsoft.com2008-06-061-3/+21
* Improve documentation of RULESsimonpj@microsoft.com2008-05-301-23/+23
* Improve documentation for INLINE pragmasimonpj@microsoft.com2008-05-301-9/+16
* New flag: -dno-debug-outputSimon Marlow2008-06-032-7/+17
* document :source command for GHCi, point to Haskell wikiclaus.reinke@talk21.com2008-05-011-0/+16
* Make -f[no-]method-sharing a dynamic flagRoman Leshchinskiy2008-05-201-6/+7
* Document ghc-pkg find-module, substring matching, and multi-field selectionclaus.reinke@talk21.com2008-05-011-2/+50
* typo in rules example. spotted by vixey@#haskellDon Stewart2008-05-121-1/+1
* Some External Core doc fixesTim Chevalier2008-05-051-53/+44
* Improve the unboxed types documentationIan Lynagh2008-04-301-2/+16
* Improve documentation of RULES pragmassimonpj@microsoft.com2008-04-301-16/+24
* Spelling fixes in glasgow_exts.xmlSamuel Bronson2008-04-151-21/+24
* Update External Core docsTim Chevalier2008-04-223-422/+397
* Revive the static argument transformationsimonpj@microsoft.com2008-04-112-7/+30
* documentation fix: change flag -frules-off to -fno-rewrite-rulesiavor.diatchki@gmail.com2008-03-091-1/+1
* Improve SpecConstr for local bindings: seed specialisation from the callssimonpj@microsoft.com2008-03-061-0/+9
* add a note about SMP execution not being supported with profilingSimon Marlow2008-02-281-1/+3
* documentation improvements from Frederik EatonSimon Marlow2008-02-261-7/+12
* markup fixSimon Marlow2008-02-261-2/+2
* Documentation only: update External Core section of user guideTim Chevalier2008-02-171-12/+9
* FIX #1838, #1987: change where GHCi searches for config filesSimon Marlow2008-01-231-17/+33
* Typo in phase-control documentationsimonpj@microsoft.com2008-01-211-1/+1
* Add :run and tweak :mainIan Lynagh2008-01-191-1/+63
* Add quasi-quotation, courtesy of Geoffrey Mainlandsimonpj@microsoft.com2008-01-182-0/+144
* Fix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRecsimonpj@microsoft.com2008-01-101-4/+26
* Document -fsimplifier-phasesRoman Leshchinskiy2008-01-091-0/+8
* Add -XImpredicativeTypes, and tighten up type-validity checking (cf Trac 2019)simonpj@microsoft.com2008-01-072-1/+9
* Document SOURCE pragma; clarify TH behavior for mutually-recurive modules (Tr...simonpj@microsoft.com2008-01-042-5/+21
* Remove -funfolding-update-in-place flag documentationsimonpj@microsoft.com2008-01-032-25/+0
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-202-0/+166
* Document the new threshold flagsRoman Leshchinskiy2007-12-141-4/+10
* Document -ddump-simpl-phasesRoman Leshchinskiy2007-12-132-2/+19
* Change --shared to -shared in Win32 DLL docssimonpj@microsoft.com2007-12-041-7/+7
* Remove the --print-docdir flagIan Lynagh2007-11-272-20/+0
* Consistently put www. on the front of haskell.org in URLsIan Lynagh2007-11-264-15/+15
* Fix some more URLsIan Lynagh2007-11-263-6/+6
* Tweak some URLsIan Lynagh2007-11-262-5/+5
* Fix some linksIan Lynagh2007-11-262-3/+3
* MERGED: Make ":" in GHCi repeat the last commandIan Lynagh2007-11-251-0/+11
* Fix Trac #1909: type of map in docssimonpj@microsoft.com2007-11-201-1/+1
* FIX #1847 (improve :browse! docs, fix unqual)claus.reinke@talk21.com2007-11-081-0/+26
* Two small typos in the flags summary (merge to 6.8 branch)simonpj@microsoft.com2007-11-192-2/+2