summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Improve error message for newtypes and deriving clausesJohn Wiegley2015-07-3013-37/+59
* Fix missing filesSimon Peyton Jones2015-07-302-1/+7
* Better treatment of signatures in cls/instSimon Peyton Jones2015-07-309-22/+39
* Modify spec002 to be less trivialSimon Peyton Jones2015-07-301-1/+2
* Fix Trac #10694: CPR analysisSimon Peyton Jones2015-07-304-0/+22
* Deal with phantom type variables in rulesSimon Peyton Jones2015-07-303-0/+127
* Test case for #10698Joachim Breitner2015-07-283-0/+34
* Improve warnings for rules that might not fireSimon Peyton Jones2015-07-276-13/+42
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-273-0/+55
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-274-2/+59
* renamer: fix module-level deprecation messageSergei Trofimovich2015-07-254-0/+26
* Fix line number in T10018 testcaseBen Gamari2015-07-241-1/+1
* Library names, with Cabal submodule updateEdward Z. Yang2015-07-235-10/+10
* ghci: fixity declarations for infix data constructors (#10018)Thomas Miedema2015-07-233-0/+6
* Parenthesise TypeOperator in import hintsThomas Winant2015-07-233-0/+12
* Accept next-docstrings on GADT constructors.Ben Gamari2015-07-233-0/+14
* Generate .dyn_o files for .hsig files with -dynamic-tooMichael Smith2015-07-237-0/+71
* Lexer: support consecutive references to Haddock chunks (#10398)Thomas Miedema2015-07-233-0/+39
* Fix Trac #10670Simon Peyton Jones2015-07-233-0/+80
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-225-4/+86
* Testsuite: recenter haddock.base allocation numbersThomas Miedema2015-07-221-1/+2
* Revert "Trac #4945 is working again"Thomas Miedema2015-07-221-1/+1
* testsuite: Show killed command line on timeoutBen Gamari2015-07-212-5/+6
* T4945 is working againSimon Peyton Jones2015-07-211-1/+5
* Make seq-of-cast rule generate a caseSimon Peyton Jones2015-07-211-3/+2
* Fix test T2497 to avoid infinite loop in RULESSimon Peyton Jones2015-07-212-2/+6
* Implement -dsuppress-unfoldingsSimon Peyton Jones2015-07-211-2/+2
* Add NOINLINE for hs-boot functionsSimon Peyton Jones2015-07-215-0/+22
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-2027-1/+223
* Testsuite: mark concprog002 expect_broken_for(#10661, ['threaded2_hT'])Thomas Miedema2015-07-201-0/+1
* Testsuite: fix concprog002 (AMP)Thomas Miedema2015-07-201-0/+7
* Do not treat prim and javascript imports as C imports in TH and QQLuite Stegeman2015-07-203-0/+38
* Support wild cards in TH splicesThomas Winant2015-07-2022-7/+236
* LlvmCodeGen: add support for MO_U_Mul2 CallishMachOpMichal Terepeta2015-07-201-0/+18
* Testsuite: add regression test for missing class constraintThomas Miedema2015-07-205-2/+22
* Testsuite: add -XUndecidableInstances to T3500aThomas Miedema2015-07-201-0/+1
* Testsuite: add ImpredicativeTypes to T7861 (#7861)Thomas Miedema2015-07-202-11/+14
* Add regression test for unused implicit parameter warning (#10632)Reid Barton2015-07-193-0/+12
* Testsuite: mark array001 and conc034 expect_broken_for(#10659, ['optasm',...])Thomas Miedema2015-07-181-0/+2
* Testsuite: mark gadt/termination expect_broken_for(#10658, ['optasm','optllvm'])Thomas Miedema2015-07-181-1/+1
* Testsuite: mark qq007 and qq008 expect_broken(#10047)Thomas Miedema2015-07-182-2/+2
* Testsuite: mark qq007 and qq008 expect_broken(#10181)Thomas Miedema2015-07-182-0/+2
* Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm'])Thomas Miedema2015-07-183-3/+3
* Testsuite: mark T7919 expect_broken_for(#7919, ['optasm','dyn','optllvm'])Thomas Miedema2015-07-181-0/+1
* Testsuite: mark T2497 expect_broken_for(#10657, ['optasm', 'optllvm'])Thomas Miedema2015-07-181-1/+1
* Testsuite: accept new stderr for T9497{a,b,c}-run (#10224)Thomas Miedema2015-07-183-6/+6
* Testsuite: small test cleanupsThomas Miedema2015-07-184-5/+6
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-1747-124/+124
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-173-0/+12
* DeriveFoldable for data types with existential constraints (#10447)RyanGlScott2015-07-173-0/+51