| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation for standalone deriving | simonpj@microsoft.com | 2008-06-06 | 1 | -3/+21 |
* | Improve documentation of RULES | simonpj@microsoft.com | 2008-05-30 | 1 | -23/+23 |
* | Improve documentation for INLINE pragma | simonpj@microsoft.com | 2008-05-30 | 1 | -9/+16 |
* | New flag: -dno-debug-output | Simon Marlow | 2008-06-03 | 2 | -7/+17 |
* | document :source command for GHCi, point to Haskell wiki | claus.reinke@talk21.com | 2008-05-01 | 1 | -0/+16 |
* | Make -f[no-]method-sharing a dynamic flag | Roman Leshchinskiy | 2008-05-20 | 1 | -6/+7 |
* | Document ghc-pkg find-module, substring matching, and multi-field selection | claus.reinke@talk21.com | 2008-05-01 | 1 | -2/+50 |
* | typo in rules example. spotted by vixey@#haskell | Don Stewart | 2008-05-12 | 1 | -1/+1 |
* | Some External Core doc fixes | Tim Chevalier | 2008-05-05 | 1 | -53/+44 |
* | Improve the unboxed types documentation | Ian Lynagh | 2008-04-30 | 1 | -2/+16 |
* | Improve documentation of RULES pragmas | simonpj@microsoft.com | 2008-04-30 | 1 | -16/+24 |
* | Spelling fixes in glasgow_exts.xml | Samuel Bronson | 2008-04-15 | 1 | -21/+24 |
* | Update External Core docs | Tim Chevalier | 2008-04-22 | 3 | -422/+397 |
* | Revive the static argument transformation | simonpj@microsoft.com | 2008-04-11 | 2 | -7/+30 |
* | documentation fix: change flag -frules-off to -fno-rewrite-rules | iavor.diatchki@gmail.com | 2008-03-09 | 1 | -1/+1 |
* | Improve SpecConstr for local bindings: seed specialisation from the calls | simonpj@microsoft.com | 2008-03-06 | 1 | -0/+9 |
* | add a note about SMP execution not being supported with profiling | Simon Marlow | 2008-02-28 | 1 | -1/+3 |
* | documentation improvements from Frederik Eaton | Simon Marlow | 2008-02-26 | 1 | -7/+12 |
* | markup fix | Simon Marlow | 2008-02-26 | 1 | -2/+2 |
* | Documentation only: update External Core section of user guide | Tim Chevalier | 2008-02-17 | 1 | -12/+9 |
* | FIX #1838, #1987: change where GHCi searches for config files | Simon Marlow | 2008-01-23 | 1 | -17/+33 |
* | Typo in phase-control documentation | simonpj@microsoft.com | 2008-01-21 | 1 | -1/+1 |
* | Add :run and tweak :main | Ian Lynagh | 2008-01-19 | 1 | -1/+63 |
* | Add quasi-quotation, courtesy of Geoffrey Mainland | simonpj@microsoft.com | 2008-01-18 | 2 | -0/+144 |
* | Fix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec | simonpj@microsoft.com | 2008-01-10 | 1 | -4/+26 |
* | Document -fsimplifier-phases | Roman Leshchinskiy | 2008-01-09 | 1 | -0/+8 |
* | Add -XImpredicativeTypes, and tighten up type-validity checking (cf Trac 2019) | simonpj@microsoft.com | 2008-01-07 | 2 | -1/+9 |
* | Document SOURCE pragma; clarify TH behavior for mutually-recurive modules (Tr... | simonpj@microsoft.com | 2008-01-04 | 2 | -5/+21 |
* | Remove -funfolding-update-in-place flag documentation | simonpj@microsoft.com | 2008-01-03 | 2 | -25/+0 |
* | Implement generalised list comprehensions | simonpj@microsoft.com | 2007-12-20 | 2 | -0/+166 |
* | Document the new threshold flags | Roman Leshchinskiy | 2007-12-14 | 1 | -4/+10 |
* | Document -ddump-simpl-phases | Roman Leshchinskiy | 2007-12-13 | 2 | -2/+19 |
* | Change --shared to -shared in Win32 DLL docs | simonpj@microsoft.com | 2007-12-04 | 1 | -7/+7 |
* | Remove the --print-docdir flag | Ian Lynagh | 2007-11-27 | 2 | -20/+0 |
* | Consistently put www. on the front of haskell.org in URLs | Ian Lynagh | 2007-11-26 | 4 | -15/+15 |
* | Fix some more URLs | Ian Lynagh | 2007-11-26 | 3 | -6/+6 |
* | Tweak some URLs | Ian Lynagh | 2007-11-26 | 2 | -5/+5 |
* | Fix some links | Ian Lynagh | 2007-11-26 | 2 | -3/+3 |
* | MERGED: Make ":" in GHCi repeat the last command | Ian Lynagh | 2007-11-25 | 1 | -0/+11 |
* | Fix Trac #1909: type of map in docs | simonpj@microsoft.com | 2007-11-20 | 1 | -1/+1 |
* | FIX #1847 (improve :browse! docs, fix unqual) | claus.reinke@talk21.com | 2007-11-08 | 1 | -0/+26 |
* | Two small typos in the flags summary (merge to 6.8 branch) | simonpj@microsoft.com | 2007-11-19 | 2 | -2/+2 |
* | Improve links from flag reference to the relevant section; and improve doc of... | simonpj@microsoft.com | 2007-11-16 | 2 | -25/+36 |
* | Improve documentation of data type declarations (Trac #1901) | simonpj@microsoft.com | 2007-11-16 | 1 | -14/+35 |
* | Change the command-line semantics for query commands | Simon Marlow | 2007-11-16 | 1 | -0/+16 |
* | Documentation only - fix typo in flags reference | Tim Chevalier | 2007-11-15 | 1 | -1/+1 |
* | GHCi debugger: added a new flag, -fno-print-binding-contents | Pepe Iborra | 2007-11-13 | 1 | -0/+7 |
* | Improve documentation of INLINE, esp its interactions with other transformations | simonpj@microsoft.com | 2007-11-12 | 1 | -2/+20 |
* | Turn -fprint-bind-result off by default | Ian Lynagh | 2007-11-11 | 2 | -12/+7 |
* | Replace "tail -n +2" with "sed 1d", as Solaris doesn't understand the former | Ian Lynagh | 2007-10-31 | 1 | -1/+2 |