summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed dead code in DsCCall.mk_altSimon Peyton Jones2016-12-231-48/+41
* Propagate evaluated-ness a bit more faithfullySimon Peyton Jones2016-12-234-3/+54
* Tiny refactor in CoreTidySimon Peyton Jones2016-12-231-10/+10
* Float unboxed expressions by boxingSimon Peyton Jones2016-12-237-118/+274
* Ensure that even bottoming functions have an unfoldingSimon Peyton Jones2016-12-231-20/+26
* Comments onlySimon Peyton Jones2016-12-231-0/+2
* White space onlySimon Peyton Jones2016-12-231-4/+4
* Fix a bug in ABot handling in CoreAritySimon Peyton Jones2016-12-235-4/+33
* Alpha-renaming and white space onlySimon Peyton Jones2016-12-231-10/+11
* Allow timeout to kill entire process tree.Tamar Christina2016-12-232-1/+15
* Revert "Suppress duplicate .T files"Gabor Greif2016-12-221-1/+1
* Fix another forward reference to a NoteRyan Scott2016-12-211-2/+2
* Notes on parsing lists in Parser.yEdward Z. Yang2016-12-211-0/+44
* Update ghc-cabal command line usage text.Edward Z. Yang2016-12-211-3/+7
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-2121-133/+279
* Disambiguate two Notes with identical namesRyan Scott2016-12-211-2/+2
* Fix a forward reference to a NoteRyan Scott2016-12-211-2/+2
* Improved perf for T12227Simon Peyton Jones2016-12-211-1/+3
* Test Trac #12950Simon Peyton Jones2016-12-212-0/+18
* Fix 'SPECIALISE instance'Simon Peyton Jones2016-12-2111-98/+182
* Never apply worker/wrapper to DFunsSimon Peyton Jones2016-12-212-38/+46
* Move InId/OutId to CoreSynSimon Peyton Jones2016-12-218-84/+51
* Lint DFunUnfoldingsSimon Peyton Jones2016-12-211-2/+14
* Don't eta-expand in stable unfoldingsSimon Peyton Jones2016-12-217-13/+64
* Add INLINE pragamas on Traversable default methodsSimon Peyton Jones2016-12-211-0/+45
* Move typeSize/coercionSize into TyCoRepSimon Peyton Jones2016-12-214-47/+59
* Add note for rebindable syntax of [a..b]Simon Peyton Jones2016-12-211-0/+4
* Test Trac #12968, plus some commentsSimon Peyton Jones2016-12-214-0/+20
* Fix typos (not test relevant)Gabor Greif2016-12-212-2/+2
* Suppress duplicate .T filesGabor Greif2016-12-211-1/+1
* Rewrite Note [Api annotations] for clarity.Edward Z. Yang2016-12-203-55/+88
* Make CompactionFailed a newtypeRyan Scott2016-12-201-2/+2
* Test Trac #12996Simon Peyton Jones2016-12-203-0/+60
* Allow use of the external interpreter in stage1.Shea Levy2016-12-2033-405/+218
* Mark T8089 as unbroken since #7325 is now resolvedBen Gamari2016-12-191-3/+1
* Fix timeout's timeout on WindowsTamar Christina2016-12-191-15/+18
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-1933-195/+405
* T8242: disable on NOSMP targetsSergei Trofimovich2016-12-181-1/+1
* regalloc_unit_tests: disable on UNREG targetsSergei Trofimovich2016-12-181-1/+2
* T10296a: disable on NOSMP targetsSergei Trofimovich2016-12-181-1/+1
* T8209: disable on NOSMP targetsSergei Trofimovich2016-12-181-1/+1
* T12035j: disable on NOSMP targetsSergei Trofimovich2016-12-181-1/+1
* Fix #12998 by removing CTimerRyan Scott2016-12-183-12/+8
* Introduce unboxedSum{Data,Type}Name to template-haskellRyan Scott2016-12-186-4/+81
* Fix Haddock comment typo.Edward Z. Yang2016-12-181-1/+1
* Check family instance consistency of hs-boot families later, fixes #11062.Edward Z. Yang2016-12-1710-8/+95
* Allow use of the external interpreter in stage1.Shea Levy2016-12-1733-405/+195
* Docs: Delete duplicate paragraph in user guideSiddhanathan Shanmugam2016-12-171-8/+0
* Improve StringBuffer and FastString docsPhil Ruffwind2016-12-172-4/+51
* Run some tests with -fexternal-interpreter -profSimon Marlow2016-12-172-7/+21