summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement pattern synonymsDr. ERDI Gergo2014-01-2099-487/+2341
* Explain why TcAxiomInstCo carries [TcCoercion], and not [TcType]Joachim Breitner2014-01-201-0/+6
* Test case for #T7619Joachim Breitner2014-01-202-0/+20
* Simplify doCorePassJoachim Breitner2014-01-202-32/+33
* Make worker-wrapper unbox data familiesJoachim Breitner2014-01-207-74/+118
* Make `#include "Rts.h"` C++-compatible again (re #8676)Herbert Valerio Riedel2014-01-193-9/+9
* Fix #8451Gabor Pali2014-01-181-0/+4
* Re-enable DYNAMIC_GHC_PROGRAMS for FreeBSD.Gabor Pali2014-01-171-4/+0
* Allow "amd64" to be recognized as an x86_64 platform.Gabor Pali2014-01-171-2/+2
* Enable LLVM-based code generation for FreeBSD/amd64.Gabor Pali2014-01-171-1/+1
* Fix #8675Austin Seipp2014-01-172-7/+0
* Add testcase for #4267Joachim Breitner2014-01-172-0/+72
* Add a test case for #5949Joachim Breitner2014-01-172-0/+64
* Don't print roles for data instancesSimon Peyton Jones2014-01-172-2/+3
* Eta expand data family instances before printing themSimon Peyton Jones2014-01-175-5/+32
* Tidy up Outputable.printDoc, and add printDoc_Simon Peyton Jones2014-01-173-11/+18
* Add an expect-broken test for Trac #8566Simon Peyton Jones2014-01-172-0/+23
* Typos in commentsKrzysztof Gogolewski2014-01-165-8/+8
* ...and clean up the importsJoachim Breitner2014-01-161-1/+1
* Remove unused returnsCPRJoachim Breitner2014-01-161-4/+1
* Refactor WorkWrap, get rid of worthSplittingArgDmdJoachim Breitner2014-01-163-109/+96
* Replace worthSplittingThunkDmd by worthSplittingArgDmdJoachim Breitner2014-01-162-15/+1
* Update to current Cabal 1.18 branch tipHerbert Valerio Riedel2014-01-161-0/+0
* Allow the argument to 'reserve' to be a compile-time expressionSimon Marlow2014-01-163-13/+29
* Add a way to reserve temporary stack space in high-level CmmSimon Marlow2014-01-163-23/+61
* Typo in commentGabor Greif2014-01-161-1/+1
* bump bounds for T6048Simon Marlow2014-01-161-1/+2
* Documentation on the stack layout algorithmSimon Marlow2014-01-161-5/+94
* Disable -fregs-graph (#7679, #8657)Simon Marlow2014-01-161-2/+4
* type-rep is only broken when debugging is onJoachim Breitner2014-01-161-1/+1
* Update to `containers-0.5.4.0`Herbert Valerio Riedel2014-01-162-1/+1
* Fix ghciprog004 when built with ClangAustin Seipp2014-01-151-1/+1
* Don't pass -nodefaultlibs to ClangAustin Seipp2014-01-151-5/+7
* Cache compiler info in DynFlagsAustin Seipp2014-01-152-8/+72
* PLT Redex definition of an STG-like language, as-per the fast curry paper.Edward Z. Yang2014-01-151-0/+247
* In rts/Printer.c, print exact UPDATE_FRAME typeArash Rouhani2014-01-152-1/+20
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-158-18/+18
* Update to `terminfo-0.4.0.0`/`haskeline-0.7.1.2`Herbert Valerio Riedel2014-01-152-0/+0
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-1417-58/+77
* Typo in commentGabor Greif2014-01-141-1/+1
* Fix Windows binary-dist targetAustin Seipp2014-01-141-3/+0
* Fix TyCon importAustin Seipp2014-01-141-1/+1
* Fix ./validate failure due to -WerrorAustin Seipp2014-01-141-2/+2
* Another AMP fix for StreamAustin Seipp2014-01-141-0/+9
* Fix AMP warnings for MaybeT/MaybeErrAustin Seipp2014-01-141-1/+13
* genprimopcode: Applicative instance for ParserMAustin Seipp2014-01-141-1/+9
* Fix binary linking errors on SolarisKarel Gardas2014-01-141-1/+10
* Add Solaris linker support to SysToolsKarel Gardas2014-01-142-0/+10
* Mark T8602 as expect_fail on WindowsAustin Seipp2014-01-141-1/+4
* Fix T8526 on WindowsAustin Seipp2014-01-141-2/+2