Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more typos (#5225) | Simon Marlow | 2011-05-31 | 3 | -6/+6 |
* | Fix typos in 7.0.1-notes.xml | Daniel Fischer | 2011-05-31 | 1 | -1/+1 |
* | Space between fromInteger and function in bugs.xml | Daniel Fischer | 2011-05-31 | 1 | -1/+1 |
* | Fix typos in debugging.xml | Daniel Fischer | 2011-05-31 | 1 | -4/+4 |
* | Fix typos in ffi-chap.xml | Daniel Fischer | 2011-05-31 | 1 | -1/+1 |
* | Fix typos in packages.xml | Daniel Fischer | 2011-05-31 | 1 | -4/+4 |
* | Fix typos in profiling.xml | Daniel Fischer | 2011-05-31 | 1 | -2/+2 |
* | Fix typos in runtime_control.xml | Daniel Fischer | 2011-05-31 | 1 | -3/+3 |
* | Remove repeated at in using.xml | Daniel Fischer | 2011-05-31 | 1 | -1/+1 |
* | Fix typos in shared_libs.xml | Daniel Fischer | 2011-05-31 | 1 | -4/+4 |
* | Fix two typos in flags.xml | Daniel Fischer | 2011-05-31 | 1 | -2/+2 |
* | Fix typos in using.xml | Daniel Fischer | 2011-05-31 | 1 | -2/+2 |
* | Fix typo everytime | Daniel Fischer | 2011-05-31 | 1 | -1/+1 |
* | glasgow_exts.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -1/+1 |
* | bugs.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -18/+18 |
* | debugging.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -9/+9 |
* | ffi-chap.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -16/+16 |
* | glasgow_exts.xml typos and whitespace | Daniel Fischer | 2011-05-31 | 1 | -502/+502 |
* | intro.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -8/+8 |
* | license.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -2/+2 |
* | parallel.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -6/+6 |
* | phases.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -14/+14 |
* | profiling.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -46/+46 |
* | runtime_control.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -5/+5 |
* | separate_compilation.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -25/+25 |
* | win32-dlls.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -16/+16 |
* | using.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -59/+59 |
* | flags.xml whitespace | Daniel Fischer | 2011-05-31 | 1 | -22/+22 |
* | ghci.xml whitespace only | Daniel Fischer | 2011-05-31 | 1 | -97/+97 |
* | Merge remote branch 'origin/master' into ghc-generics | Simon Peyton Jones | 2011-05-26 | 3 | -20/+2 |
|\ | |||||
| * | deprecate the -n option (#5180) | Simon Marlow | 2011-05-25 | 2 | -19/+1 |
| * | Fix small type in user guide. | David Terei | 2011-05-20 | 1 | -1/+1 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-20 | 2 | -33/+64 |
|\ \ | |/ | |||||
| * | FIX #4825: Update User Guide info on DLLs. | Duncan Coutts | 2011-05-17 | 2 | -33/+64 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-generics | Jose Pedro Magalhaes | 2011-05-12 | 2 | -2/+9 |
|\ \ | |/ | |||||
| * | Document -ddump-to-file. | Edward Z. Yang | 2011-05-11 | 2 | -2/+9 |
* | | "Representable0" -> "Generic" in the user's guide. | Jose Pedro Magalhaes | 2011-05-09 | 2 | -32/+31 |
* | | Update the User Guide with generics stuff. | Jose Pedro Magalhaes | 2011-05-05 | 2 | -212/+202 |
|/ | |||||
* | Final batch of monad-comprehension stuff | Simon Peyton Jones | 2011-05-04 | 1 | -2/+68 |
* | Merge remote branch 'origin/master' into monad-comp | Simon Peyton Jones | 2011-04-28 | 3 | -32/+154 |
|\ | |||||
| * | Merge branch 'master' of /Users/benl/devel/ghc/ghc-head | Ben Lippmeier | 2011-04-27 | 4 | -2/+23 |
| |\ | |||||
| | * | Fix typo in shared libraries documentation. | Lennart Kolmodin | 2011-04-22 | 1 | -1/+1 |
| * | | Document flags to suppress unwanted info in core dumps. | Ben Lippmeier | 2011-04-27 | 2 | -31/+153 |
* | | | Preliminary monad-comprehension patch (Trac #4370) | Simon Peyton Jones | 2011-04-28 | 2 | -0/+168 |
| |/ |/| | |||||
* | | Document -fwarn-missing-local-sigs; part of #4817 | Ian Lynagh | 2011-04-16 | 2 | -0/+21 |
* | | Fix typo in docs; spotted by Rustom Mody in beginners@ | Ian Lynagh | 2011-04-14 | 1 | -1/+1 |
|/ | |||||
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 3 | -39/+2 |
* | doc fix: -package-name is more static than dynamic. It can't be used | Simon Marlow | 2011-04-06 | 1 | -1/+1 |
* | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 4 | -67/+0 |
* | Add a new static flag -fno-opt-coercion | simonpj@microsoft.com | 2011-03-31 | 1 | -0/+7 |