summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Squash some spelling issuesGabor Greif2014-01-2613-18/+18
* Some typos in commentsGabor Greif2014-01-231-1/+1
* Some polishing of the demand analyser.Joachim Breitner2014-01-232-51/+102
* Fix #8677 (fallout from #8180)Austin Seipp2014-01-211-1/+2
* Implement pattern synonymsDr. ERDI Gergo2014-01-2067-475/+2088
* Explain why TcAxiomInstCo carries [TcCoercion], and not [TcType]Joachim Breitner2014-01-201-0/+6
* Simplify doCorePassJoachim Breitner2014-01-202-32/+33
* Make worker-wrapper unbox data familiesJoachim Breitner2014-01-207-74/+118
* Fix #8451Gabor Pali2014-01-181-0/+4
* Enable LLVM-based code generation for FreeBSD/amd64.Gabor Pali2014-01-171-1/+1
* Don't print roles for data instancesSimon Peyton Jones2014-01-171-1/+3
* Eta expand data family instances before printing themSimon Peyton Jones2014-01-171-5/+17
* Tidy up Outputable.printDoc, and add printDoc_Simon Peyton Jones2014-01-172-8/+18
* Typos in commentsKrzysztof Gogolewski2014-01-164-7/+7
* ...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
* 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-162-1/+28
* Typo in commentGabor Greif2014-01-161-1/+1
* Documentation on the stack layout algorithmSimon Marlow2014-01-161-5/+94
* Disable -fregs-graph (#7679, #8657)Simon Marlow2014-01-161-2/+4
* Don't pass -nodefaultlibs to ClangAustin Seipp2014-01-151-5/+7
* Cache compiler info in DynFlagsAustin Seipp2014-01-152-8/+72
* s/warn-type-holes/warn-typed-holes/gAustin Seipp2014-01-152-5/+5
* Turn -XTypeHoles into a (on by default) warningAustin Seipp2014-01-142-4/+5
* Typo in commentGabor Greif2014-01-141-1/+1
* 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
* Fix binary linking errors on SolarisKarel Gardas2014-01-141-1/+10
* Add Solaris linker support to SysToolsKarel Gardas2014-01-142-0/+10
* Fix the behavior of ae87e122 (#8180)Austin Seipp2014-01-142-5/+3
* Disable -dynamic-too on WindowsAustin Seipp2014-01-142-8/+15
* Add Windows to NoSharedLibsPlatformListAustin Seipp2014-01-131-1/+3
* Fix #8180Austin Seipp2014-01-121-4/+12
* Fix new Haddock doc parse failures.Austin Seipp2014-01-124-20/+24
* Document the fact that Areas overlap, and why.Simon Marlow2014-01-101-0/+69
* Comment typos onlyGabor Greif2014-01-103-4/+4
* Make initGhcMonad call setUnsafeGlobalDynFlagsSimon Peyton Jones2014-01-101-10/+11
* Make showSDoc and friends respect -dppr-colsSimon Peyton Jones2014-01-103-56/+32
* Bring kind variables into the type-checker's scope as well as type variablesSimon Peyton Jones2014-01-101-2/+2
* Notes and code cosmeticsJoachim Breitner2014-01-101-11/+24
* Fix a typo in commentGabor Greif2014-01-101-1/+1
* Comments onlySimon Peyton Jones2014-01-091-4/+8
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-0923-369/+462
* Further improve the "same-occurrence" error messages (Trac #8278)Simon Peyton Jones2014-01-091-3/+14
* Comment typoSimon Peyton Jones2014-01-091-1/+1