summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix Read for empty data types (again; Trac #7931)Simon Peyton Jones2013-05-302-3/+22
* Eta-reduce data/newtype family instance axioms (Trac #4185)Simon Peyton Jones2013-05-304-119/+163
* Improve validity check to give better error messageSimon Peyton Jones2013-05-301-2/+4
* Use new TcHsType.zonkSigType to establish Type invariantsSimon Peyton Jones2013-05-306-45/+105
* Refine 'type_determines_value' in Specialise. Fix Trac #7785.Simon Peyton Jones2013-05-301-8/+32
* Make 'SPECIALISE instance' work againSimon Peyton Jones2013-05-3021-383/+316
* Check for illegal syntax in types (fixes Trac #7943)Simon Peyton Jones2013-05-281-3/+4
* Give 'unboundName' a very low binding precedenceSimon Peyton Jones2013-05-282-17/+31
* Print kinds of non-* tyvar binders in pprTyThingSimon Peyton Jones2013-05-281-5/+6
* Do not do an ambiguity check on the type in a GHCi ":kind" commandSimon Peyton Jones2013-05-281-0/+6
* Accept derived Read on an empty data type (Trac #7931)Simon Peyton Jones2013-05-281-1/+2
* Don't try to use -dynamic-too on WindowsIan Lynagh2013-05-251-1/+6
* Revert "Fix -dynamic-too on Windows"Ian Lynagh2013-05-251-14/+1
* Add an echo target to the build systemIan Lynagh2013-05-252-2/+10
* Fix crash with large objects (#7919)Simon Marlow2013-05-241-14/+44
* Comment typoSimon Peyton Jones2013-05-221-1/+1
* Wibbles to yesterday's "Simplify kind generalisation" patchSimon Peyton Jones2013-05-222-3/+7
* Fix #5863Jose Pedro Magalhaes2013-05-212-8/+27
* Make AutoDeriveTypeable derive Typeable instances for promoted data constructorsJose Pedro Magalhaes2013-05-212-7/+23
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-215-106/+91
* Fix a problem caused by very large objects (#7919)Simon Marlow2013-05-211-5/+12
* fix comment (#7907)Simon Marlow2013-05-211-1/+1
* Simplify kind generalisation, and fix Trac #7916Simon Peyton Jones2013-05-218-246/+254
* Fix -dynamic-too on WindowsIan Lynagh2013-05-201-1/+14
* Need to work around #7799 on all i386 platforms, not just DarwinIan Lynagh2013-05-201-1/+1
* Refer to the wiki page in the "Make has restarted itself n times" errorIan Lynagh2013-05-191-1/+1
* We can't use Integer literals when compiling the integer-* package, eitherIan Lynagh2013-05-191-0/+2
* Fix build problem: Error: junk `.get_pc_thunk.bx' after expression; trac #7799Ian Lynagh2013-05-191-0/+7
* Fix a build problem with integer-simpleIan Lynagh2013-05-192-6/+12
* Add some extra debugging infoIan Lynagh2013-05-191-2/+6
* Expose __word_encode{Float,Double}; fixes integer-simple buildIan Lynagh2013-05-192-3/+3
* Remove unused __2Int_encodeDoubleIan Lynagh2013-05-193-25/+0
* Fix parsing export listsIan Lynagh2013-05-191-1/+1
* Update a comment; spotted by Carter SchonwaldIan Lynagh2013-05-181-1/+1
* Don't try to make windows-installerIan Lynagh2013-05-181-1/+0
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-176-28/+12
* Don't link base/rts/... into C wrapper programsIan Lynagh2013-05-161-2/+2