summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rts: Fix typo in commentErik de Castro Lopo2015-05-241-2/+2
* Update .mailmapThomas Miedema2015-05-231-0/+11
* testsuite: handle missing stats files gracefully (#10305)Thomas Miedema2015-05-235-11/+31
* compiler: kill a stray pprTrace in OccNameAustin Seipp2015-05-231-3/+1
* testsuite: commit missing T4945 stdoutAustin Seipp2015-05-231-0/+9
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-229-362/+398
* Fix quadratic behaviour in tidyOccNameSimon Peyton Jones2015-05-226-69/+100
* Reduce magic for seqIdSimon Peyton Jones2015-05-223-20/+35
* White space layout onlySimon Peyton Jones2015-05-221-19/+19
* ApiAnnotatons : AnnDcolon in wrong place for PatBindAlan Zimmerman2015-05-219-4/+183
* ApiAnnotations : parens around a context with wildcard loses annotationsAlan Zimmerman2015-05-2110-21/+258
* ApiAnnotations : AST version of nested forall loses forall annotationAlan Zimmerman2015-05-2114-77/+477
* Fix binary instance for IfaceLitTySimon Peyton Jones2015-05-201-3/+1
* Backpack docs: Clarifications from today's Skype call.Edward Z. Yang2015-05-192-16/+28
* Fix error messages from open(Binary)TempFileWithDefaultPermissionsReid Barton2015-05-191-2/+2
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-1911-124/+12
* Test Trac #8799, #8555Simon Peyton Jones2015-05-193-0/+19
* Add a TODO FIXME w.r.t. D894Austin Seipp2015-05-191-0/+5
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-192-12/+11
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-1911-12/+124
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-192-11/+12
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-194-28/+47
* Remove unneeded compatibility with LLVM < 3.6Michal Terepeta2015-05-191-35/+9
* user guide: correct documentation for -Wall (fixes #10386)Alexander Eyers-Taylor2015-05-191-8/+9
* Add regression test for #10110.Peter Trommler2015-05-196-0/+21
* includes/stg/SMP.h: implement simple load_/store_load_barrier on armv6 and olderSergei Trofimovich2015-05-181-0/+4
* Make the "matchable-given" check happen firstSimon Peyton Jones2015-05-181-53/+60
* Refactor tuple constraintsSimon Peyton Jones2015-05-1886-1740/+2053
* Delete commented-out lineSimon Peyton Jones2015-05-181-1/+0
* Test Trac #10248Simon Peyton Jones2015-05-183-0/+21
* Test Trac #10403Simon Peyton Jones2015-05-183-0/+37
* Test Trac #10359Simon Peyton Jones2015-05-183-1/+135
* CmmCommonBlockElim: Improve hash functionJoachim Breitner2015-05-181-45/+26
* Greatly speed up nativeCodeGen/seqBlocksJoachim Breitner2015-05-162-19/+38
* Speed up elimCommonBlocks by grouping blocks also by outgoing labelsJoachim Breitner2015-05-161-31/+112
* Failing test for #10420 using plugins.Edward Z. Yang2015-05-1511-1/+79
* Backpack docs: Rewrite type checking section to have a more concrete plan.Edward Z. Yang2015-05-142-200/+225
* Do not check dir perms when .ghci doesn't existZejun Wu2015-05-142-6/+5
* Revert multiple commitsAustin Seipp2015-05-1496-2232/+1770
* Test Trac #10359Simon Peyton Jones2015-05-133-1/+135
* Test Trac #10403Simon Peyton Jones2015-05-133-0/+37
* Test Trac #10248Simon Peyton Jones2015-05-133-0/+21
* Make the "matchable-given" check happen firstSimon Peyton Jones2015-05-131-53/+60
* Add a case to checkValidTyConSimon Peyton Jones2015-05-131-0/+3
* Update haddock submoduleSimon Peyton Jones2015-05-131-0/+0
* Separate transCloVarSet from fixVarSetSimon Peyton Jones2015-05-132-7/+22
* Fix imports in HscMain (stage2)Simon Peyton Jones2015-05-131-3/+1
* Two wibbles to fix the buildSimon Peyton Jones2015-05-132-2/+8
* Change in capitalisation of error msgSimon Peyton Jones2015-05-131-1/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-1383-1705/+1947