summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Correctly add unwinding info in manifestSp and makeFixupBlocksBartosz Nitka2018-05-034-0/+37
* Add regression tests for #14904Ryan Scott2018-05-035-0/+34
* Test Trac #15114Simon Peyton Jones2018-05-033-0/+25
* storageAddCapabilities: fix bug in updating nursery pointersSimon Marlow2018-05-022-0/+19
* testsuite: Bump performance meterics due to 3d38e8284b73Ben Gamari2018-05-011-3/+6
* Preserve join-point arity in CoreOptSimon Peyton Jones2018-05-011-1/+1
* Add test case for #15108Joachim Breitner2018-04-302-0/+23
* Make out-of-scope errors more prominentSimon Peyton Jones2018-04-273-12/+6
* Add missing stdout file for T14955Simon Peyton Jones2018-04-271-1/+1
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-277-218/+271
* Do not unpack class dictionaries with INLINABLESimon Peyton Jones2018-04-268-4/+110
* testsuite: Fix T4442 on 32-bit architecturesBen Gamari2018-04-241-1/+28
* testsuite: Fix overflow in T13623 on 32-bit machinesBen Gamari2018-04-242-2/+5
* Add testcase for #15050Joachim Breitner2018-04-232-0/+22
* Remove unnecessary check in simplCastTobias Dammers2018-04-201-4/+8
* Inline wrappers earlierSimon Peyton Jones2018-04-2012-212/+239
* Caching coercion roles in NthCo and coercionKindsRole refactoringTobias Dammers2018-04-204-7/+3893
* Lint types in newFamInstRyan Scott2018-04-192-0/+12
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-1915-24/+36
* Bump base to version 4.12.0.0Ryan Scott2018-04-1977-91/+91
* Fix #15012 with a well-placed use of AnyRyan Scott2018-04-194-0/+25
* Better error message for empty character literal, for Trac #13450.HE, Tao2018-04-195-0/+22
* Add a test for #14815:Ömer Sinan Ağacan2018-04-194-2/+57
* Add a test case from the nested CPR workBen Gamari2018-04-193-0/+28
* Fix #14710 with more validity checks during renamingRyan Scott2018-04-194-2/+67
* Revert "Enhanced constant folding"Ben Gamari2018-04-161-10/+28
* Enhanced constant foldingSylvain Henry2018-04-131-28/+10
* Omit ways depending on rts flags for #12870 related tests.Andreas Klebinger2018-04-131-8/+10
* Fix #9438 by converting a panic to an error messageRyan Scott2018-04-135-5/+28
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-1377-152/+152
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-134-11/+25
* Move T14925.stdout to its correct location, remove expect_brokenÖmer Sinan Ağacan2018-04-112-1/+2
* Revert "Fix #14838 by marking TH-spliced code as FromSource"Ben Gamari2018-04-104-48/+0
* Add test case for #15005Joachim Breitner2018-04-102-0/+190
* CSE: Walk past join point lambdas (#15002)Joachim Breitner2018-04-092-0/+13
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-099-61/+217
* Bump template-haskell to 2.14.0.0Ryan Scott2018-04-091-1/+1
* Fix #14238 by always pretty-printing visible tyvarsRyan Scott2018-04-074-1/+7
* testsuite: Accept output for T12593Ben Gamari2018-04-061-2/+2
* Fix #14991.Richard Eisenberg2018-04-022-0/+35
* Mark test as expected to pass.Richard Eisenberg2018-04-021-1/+1
* SpecConstr: accommodate casts in value argumentsSimon Peyton Jones2018-04-023-0/+36
* Allow unpacking of single-data-con GADTsSimon Peyton Jones2018-04-024-0/+23
* Test #14884, #14969Richard Eisenberg2018-04-026-0/+58
* Track type variable scope more carefully.Richard Eisenberg2018-03-3180-399/+889
* testsuite: Add test for #14965Ben Gamari2018-03-274-0/+30
* Fix the test for #13938Ryan Scott2018-03-274-68/+102
* Fix performance of flattener patch (#12919)Alexander Vieth2018-03-262-8/+8
* Fix #12919 by making the flattener homegeneous.Richard Eisenberg2018-03-2612-25/+230
* Add unaligned bytearray access primops. Fixes #4442.Reiner Pope2018-03-253-1/+280