summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove ghc.specIan Lynagh2013-06-093-190/+2
* Fix a commentIan Lynagh2013-06-091-3/+1
* Whitespace onlyIan Lynagh2013-06-091-124/+124
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-06-091-15/+476
|\
| * Outline 7.8.1 release notes.Austin Seipp2013-06-081-15/+476
* | Fix warningsIan Lynagh2013-06-091-0/+3
* | Add support for byte endian swapping for Word 16/32/64.Ian Lynagh2013-06-0911-24/+88
|/
* use libffi for iOS adjustors; fixes #7718Ian Lynagh2013-06-082-6/+59
* Improve the version numbers generated by the build systemIan Lynagh2013-06-071-0/+9
* Add --show-options to list all flags (Fixes #7843)Jan Stolarek2013-06-062-4/+30
* Remove old representation of CSEnv; part of #5996Ian Lynagh2013-06-062-151/+1
* Whitespace only in compiler/simplCore/CSE.lhsIan Lynagh2013-06-061-130/+121
* Traces and comments onlySimon Peyton Jones2013-06-061-5/+5
* Better computeDiscount for ValAppCtxtSimon Peyton Jones2013-06-061-6/+7
* Take proper account of over-saturated functions in CoreUnfoldSimon Peyton Jones2013-06-061-6/+7
* Make the simplifier propagate strictness through castsSimon Peyton Jones2013-06-062-41/+83
* Add important missing case for bothCPRSimon Peyton Jones2013-06-061-1/+2
* Transfer strictness on trivial right-hand sidesSimon Peyton Jones2013-06-061-2/+35
* Use checkRecTc to improve demand analysis slightlySimon Peyton Jones2013-06-061-8/+16
* Remove bogus-looking check, which was causing Trac #7894Simon Peyton Jones2013-06-061-6/+0
* Add TyCon.checkRecTc, and use in in typeAritySimon Peyton Jones2013-06-066-78/+113
* Wibbles (merg-os) to ticky-tickySimon Peyton Jones2013-06-062-3/+3
* Comments about the Name CacheSimon Peyton Jones2013-06-062-3/+30
* Implement cardinality analysisSimon Peyton Jones2013-06-0615-736/+1304
* Comments and white space onlySimon Peyton Jones2013-06-064-7/+8
* Fix panic on deriving a nullary typeclass (#7959)Krzysztof Gogolewski2013-06-051-1/+7
* Imrove Lint to check unfoldingsSimon Peyton Jones2013-06-051-5/+19
* Update docs for "set prompt2"Ian Lynagh2013-06-041-0/+10
* Fix thunk leak in CoreM's CoreWriterAndrew Farmer2013-06-041-1/+2
* Whitespace onlyIan Lynagh2013-06-041-2/+2
* Reformat help message for `:show` to fit into 80 cols again.usrbincc2013-06-041-2/+2
* Formatting only: fix alignment.usrbincc2013-06-041-10/+10
* Add the ability to customize the continuation prompt.usrbincc2013-06-042-19/+34
* UntabifyGeoffrey Mainland2013-06-031-485/+478
* UntabifyGeoffrey Mainland2013-06-031-248/+241
* UntabifyGeoffrey Mainland2013-06-031-388/+381
* UntabifyGeoffrey Mainland2013-06-031-277/+270
* Fix a commentIan Lynagh2013-06-021-1/+1
* Add a commentIan Lynagh2013-06-011-0/+4
* Use the symmetric version of the newtype coercion.Iavor S. Diatchki2013-05-311-6/+6
* Build statically when using LLVM.Geoffrey Mainland2013-05-311-0/+6
* add arm-unknown-linux to platforms which do not support shared libsKarel Gardas2013-05-301-1/+1
* set DYNAMIC_GHC_PROGRAMS to NO if platform does not support shared libsKarel Gardas2013-05-301-0/+2
* Fix a trailing case in making FamInstTyCon,Simon Peyton Jones2013-05-301-5/+12
* Define chkAppend, and use itSimon Peyton Jones2013-05-302-4/+9
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-05-304-6/+80
|\
| * Add a primitive for coercing values into dictionaries in a special case.Iavor S. Diatchki2013-05-304-6/+80
* | Run ghc-pkg check during validateIan Lynagh2013-05-301-0/+19
* | When verbose, give more information about cache statusIan Lynagh2013-05-301-17/+35
* | Remove an out-of-date commentIan Lynagh2013-05-301-2/+0
|/