summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-25874-2730/+2730
* Make Outputable instance for HsDocString usefulMateusz Kowalczyk2014-02-2518-94/+119
* Fix #8696 - don't generate static intra-package references.Austin Seipp2014-02-245-0/+15
* Add a test for d3af980 (#5682)Austin Seipp2014-02-201-2/+3
* Add test case for #8806.Erik de Castro Lopo2014-02-203-0/+18
* Really fix #5682 (parsing of promoted datacons)Austin Seipp2014-02-201-1/+1
* Call Arity: Update compiler perf number changesJoachim Breitner2014-02-181-9/+11
* Call arity testcase for #3924Joachim Breitner2014-02-184-0/+25
* Support mutual recursionJoachim Breitner2014-02-182-4/+13
* Move unit call arity unittests into subdirectoryJoachim Breitner2014-02-183-0/+0
* Make CallArity make more use of many-callsJoachim Breitner2014-02-182-4/+60
* Keep kind-inconsistent Given type equalities (fixes Trac #8705)Simon Peyton Jones2014-02-182-1/+25
* Allow ($) to return an unlifted type (Trac #8739)Simon Peyton Jones2014-02-185-1/+23
* Use NoGen plan for unboxed-tuple bindingsSimon Peyton Jones2014-02-182-0/+11
* Fix #8745 - GND is now -XSafe compatible.Austin Seipp2014-02-1710-97/+7
* Fix #8773.Richard Eisenberg2014-02-138-10/+35
* Fix #5682. Now, '(:) parses.Richard Eisenberg2014-02-132-0/+13
* Test case: Looking through unfoldings when matching lambdasJoachim Breitner2014-02-113-0/+44
* Use exprIsLambda_maybe in matchJoachim Breitner2014-02-111-1/+1
* Test case for RULE map coerce = coerceJoachim Breitner2014-02-113-0/+32
* In CoreSubst, optimize Coercible values aggressivelyJoachim Breitner2014-02-112-5/+6
* Update test cases due to call arityJoachim Breitner2014-02-106-20/+19
* Add a unit test for CallArityJoachim Breitner2014-02-104-0/+202
* Refactor previous commit on fixing #7021.Richard Eisenberg2014-02-092-3/+5
* Fix tests due to issue #7021YoEight2014-02-093-2/+40
* Fix #8759 by not panicking with TH and patsyns.Richard Eisenberg2014-02-095-0/+25
* Test #7481, which had already been fixed.Richard Eisenberg2014-02-093-0/+17
* Test #6147, which was fixed with the roles commit.Richard Eisenberg2014-02-093-0/+25
* Fix #8758 by assuming RankNTypes when checking GND code.Richard Eisenberg2014-02-093-1/+19
* Move test case for #8631 to the correct directory.Richard Eisenberg2014-02-093-1/+2
* Add test suite for #8757Dr. ERDI Gergo2014-02-092-0/+11
* Issue an error for pattern synonyms defined in a local scope (#8757)Dr. ERDI Gergo2014-02-091-0/+1
* Fix #8631.Richard Eisenberg2014-02-082-1/+23
* T8256 needs vectorJoachim Breitner2014-02-081-1/+1
* In deepSplitCprType_maybe, be more forgivingJoachim Breitner2014-02-071-1/+1
* Add test case for #8743Joachim Breitner2014-02-073-0/+16
* Fix some Python brainos in testlib (except e is not valid form).Edward Z. Yang2014-02-061-2/+2
* Add test-case for #8726Herbert Valerio Riedel2014-02-022-0/+86
* Update some mingw32 perf numbers.Austin Seipp2014-01-283-10/+16
* Some typos in commentsGabor Greif2014-01-232-2/+2
* More demand analyser test casesJoachim Breitner2014-01-237-3/+84
* One more fix (T3064)Austin Seipp2014-01-221-2/+2
* Fix 32bit numbers (again)Austin Seipp2014-01-222-25/+29
* Revert "Fix more 32 bit performance fallout."Austin Seipp2014-01-221-17/+9
* Fix more 32 bit performance fallout.Austin Seipp2014-01-221-9/+17
* Fix another failure.Austin Seipp2014-01-221-0/+0
* Fix some of the 32bit perf numbers.Austin Seipp2014-01-222-11/+20
* T7336 is expected to be broken because of a regression introduced by pattern ...Dr. ERDI Gergo2014-01-201-1/+1
* Implement pattern synonymsDr. ERDI Gergo2014-01-2030-6/+244
* Test case for #T7619Joachim Breitner2014-01-202-0/+20