summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Run simplifier only when the env is clean.Richard Eisenberg2015-09-214-34/+12
* Perform a validity check on assoc type defaults.Richard Eisenberg2015-09-2113-17/+82
* Slightly better `Coercible` errors.Richard Eisenberg2015-09-218-8/+92
* Fix typo in test for #10347.Richard Eisenberg2015-09-211-1/+1
* Small improvement in pretty-printing constructors.Richard Eisenberg2015-09-204-16/+19
* Re-polish error messages around injective TFs.Richard Eisenberg2015-09-204-57/+69
* Clarify parsing infelicity.Richard Eisenberg2015-09-201-1/+13
* Allow TH quoting of assoc type defaults.Richard Eisenberg2015-09-204-10/+42
* Print associated types a bit better.Richard Eisenberg2015-09-201-29/+38
* Test #10770Richard Eisenberg2015-09-203-0/+19
* Update user guide, fixing #10772Richard Eisenberg2015-09-201-2/+5
* Test #10347Richard Eisenberg2015-09-202-0/+11
* Driver: --make -o without Main should be an error (#10895)Thomas Miedema2015-09-205-9/+21
* Put stable pointer names in the name cache.Edward Z. Yang2015-09-201-2/+2
* Replace [PostTc id Type] with PostTc id [Type]Matthew Pickering2015-09-205-8/+15
* Always run explicitly requested ways (extra_ways) for fast runs.Edward Z. Yang2015-09-203-4/+14
* Polish some error messages.Richard Eisenberg2015-09-194-49/+49
* Fix #10815 by kind-checking type patterns against known kinds.Richard Eisenberg2015-09-1911-189/+231
* Pass TEST_HC_OPTS in bug1465 and T5792.Edward Z. Yang2015-09-182-3/+3
* Docs: make sure all libs are included in index.html (#10879)Thomas Miedema2015-09-181-16/+2
* Add namePackage function to template-haskellRyanGlScott2015-09-176-2/+70
* ApplicativeDo transformationSimon Marlow2015-09-1734-159/+1687
* Show minimal complete definitions in ghci (#10847)Moritz Kiefer2015-09-1712-3/+51
* Testsuite: add test for #10781Thomas Miedema2015-09-173-0/+15
* DynFlags: remove unused sPgm_sysman (#8689)Thomas Miedema2015-09-162-7/+1
* Fix `hp2ps -i-`Thomas Miedema2015-09-151-0/+1
* Pretty: fix unicode arrow operators.Sebastian Reuße2015-09-153-5/+5
* Account for stack allocation in the thread's allocation counterSimon Marlow2015-09-141-0/+8
* Testsuite: mark T6037 expect_fail on Windows (#6037)Thomas Miedema2015-09-122-3/+6
* hpc: use `takeDirectory` instead of `dropWhileEnd (/= '/')`Thomas Miedema2015-09-122-4/+1
* CodeGen: fix typo in error messageThomas Miedema2015-09-121-1/+1
* Testsuite: mark enum01-enum03 expect_broken(#9399) on WindowsThomas Miedema2015-09-121-4/+7
* Testsuite: normalise slashes in callstack outputThomas Miedema2015-09-121-3/+5
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-1117-62/+55
* Code movementJan Stolarek2015-09-122-72/+75
* Dead code removal, export cleanupJan Stolarek2015-09-124-39/+3
* Remove redundant language extensionsJan Stolarek2015-09-124-4/+4
* Add assertionsJan Stolarek2015-09-121-1/+2
* Testsuite cleanupJan Stolarek2015-09-1227-231/+170
* Improve documentation of comprehensionsSimon Peyton Jones2015-09-111-1/+1
* Fix broken links in documentationSimon Peyton Jones2015-09-113-3/+3
* Improve documentation for transform list-compsSimon Peyton Jones2015-09-111-1/+6
* A CFunEqCan can be DerivedSimon Peyton Jones2015-09-113-10/+21
* Add a test for Trac #10806Simon Peyton Jones2015-09-113-1/+21
* Improve rejigConRes (again)Simon Peyton Jones2015-09-113-35/+52
* Comments on oneShotSimon Peyton Jones2015-09-111-0/+4
* Don't check in autogenerated hs files for recomp013.Edward Z. Yang2015-09-094-3/+3
* Testsuite: comment out `setnumcapabilities001` (#10860)Thomas Miedema2015-09-091-6/+8
* Forbid annotations when Safe Haskell safe mode is enabled.David Kraeutmann2015-09-086-2/+39
* HeapStackCheck: Small refactoringBen Gamari2015-09-081-2/+2