summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-193-7/+8
* Testsuite: validate the tests/stage1 directory with the stage1 compilerThomas Miedema2016-06-184-1/+12
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-1873-175/+173
* Driver: `ghc ../Test` (without file extension) should workThomas Miedema2016-06-182-0/+4
* NUMA cleanupsSimon Marlow2016-06-172-0/+23
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-1556-456/+436
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-158-158/+174
* Fix testsuite wibbleSimon Peyton Jones2016-06-151-11/+11
* Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones2016-06-156-33/+33
* Testsuite: enable ghci.prog010 (#2542)Thomas Miedema2016-06-145-5/+15
* Adjust error message slightlySimon Peyton Jones2016-06-141-1/+1
* Make the Ord Module independent of Unique orderBartosz Nitka2016-06-136-33/+33
* Add thin library support to Windows tooTamar Christina2016-06-135-0/+29
* A second test for Trac #12055Simon Peyton Jones2016-06-133-0/+53
* Test Trac #12055Simon Peyton Jones2016-06-132-0/+46
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-13141-2680/+2969
* Disable T12031 on linuxTamar Christina2016-06-121-0/+1
* Fix incorrect calculated relocations on Windows x86_64Tamar Christina2016-06-127-0/+53
* Skip retc001 on OSXMatthew Pickering2016-06-121-1/+2
* NUMA supportSimon Marlow2016-06-103-6/+10
* Fix #12099: Remove bogus flagsSean Gillespie2016-06-103-0/+28
* Improve the error messages for static forms.Facundo Domínguez2016-06-094-12/+37
* Fix Ticky histogram on WindowsTamar Christina2016-06-091-1/+1
* Fix #12076 by inlining trivial expressions in CorePrep.Edward Z. Yang2016-06-083-1/+31
* Fix #12064 by making IfaceClass typechecking more lazy.Edward Z. Yang2016-06-084-0/+12
* Show sources of cost centers in .profÖmer Sinan Ağacan2016-06-0814-312/+315
* Add some determinism testsBartosz Nitka2016-06-0740-0/+586
* Testsuite Windows: mark T8308 expect_broken (#8308)Thomas Miedema2016-06-071-1/+1
* Testsuite driver: always quote opts.testdirThomas Miedema2016-06-073-4/+4
* Kill varSetElemsBartosz Nitka2016-06-071-1/+4
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-063-4/+4
* Desugar ApplicativeDo and RecDo deterministicallyBartosz Nitka2016-06-064-0/+76
* Failing test-case for #12135.ghc-quick3Edward Z. Yang2016-06-056-0/+26
* Testsuite: fixup comments for T9872d [skip ci]Thomas Miedema2016-06-051-2/+2
* Rename isPinnedByteArray# to isByteArrayPinned#Ben Gamari2016-06-042-3/+26
* RTS SMP: Use compiler built-ins on all platforms.Peter Trommler2016-06-042-0/+17
* PrelInfo: Ensure that tuple promoted datacon names are in knownKeyNamesBen Gamari2016-06-042-0/+2
* integer-gmp: Make minusInteger more efficientAlan Mock2016-06-044-2/+40
* Refactored SymbolInfo to lower memory usage in RTSTamar Christina2016-06-031-25/+25
* testsuite: Mark broken tests on powerpc64lePeter Trommler2016-06-0311-18/+31
* Testsuite: don't use --interactive in MakefilesThomas Miedema2016-05-275-23/+27
* Reduce special-casing for nullary unboxed tupleSimon Peyton Jones2016-05-262-0/+10
* Fix bytecode gen to deal with rep-polymorphismSimon Peyton Jones2016-05-264-0/+12
* Testsuite: add a test for #5522 (-fliberate-case -fspec-constr)Thomas Miedema2016-05-251-0/+6
* Spelling in commentsGabor Greif2016-05-251-1/+1
* Testsuite: introduce TEST_HC_OPTS_INTERACTIVE (#11468)Thomas Miedema2016-05-256-32/+32
* Testsuite: delete drvfail015.stderr-7.0 [skip ci]Thomas Miedema2016-05-241-12/+0
* Fix: #12084 deprecate old profiling flagsSeraphime Kirkovski2016-05-247-10/+10
* Make Arrow desugaring deterministicBartosz Nitka2016-05-244-0/+51
* Add support for unicode TH quotes (#11743)Josh Price2016-05-243-35/+44