summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Remove Hugs specific test setups (omit_compiler_type)Thomas Miedema2015-07-067-13/+3
* rts: fix incorrect checking start for -x arguments (#9839)Nikita Kartashov2015-07-064-0/+24
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-054-0/+55
* Testsuite: add -ignore-dot-ghci to some testsThomas Miedema2015-07-047-21/+14
* Support MO_{Add,Sub}IntC and MO_Add2 in the LLVM backendMichal Terepeta2015-07-042-1/+77
* Fix some validation errors.Richard Eisenberg2015-07-042-9/+2
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-039-0/+37
* Fix Trac #10519Thomas Winant2015-07-033-0/+11
* Enable using qualified field of constructor in GHCiZejun Wu2015-07-033-0/+10
* Use `+RTS -G1` for more stable residency measurements (#9675)Ben Gamari2015-07-032-19/+51
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-0/+6
* Testsuite: put extra_run_opts last on command lineThomas Miedema2015-06-301-3/+7
* Testsuite: accept T2592.stderr (minor changes)Thomas Miedema2015-06-301-2/+2
* Update performance numbers due to #10482Joachim Breitner2015-06-291-2/+4
* Test #10582Richard Eisenberg2015-06-272-0/+7
* Test Trac #10524Simon Peyton Jones2015-06-263-0/+19
* Improve error message for Typeable k (T k)Simon Peyton Jones2015-06-2615-138/+122
* closeOverKinds *before* oclose in coverage checkSimon Peyton Jones2015-06-262-0/+21
* Improve CPR behavior for strict constructorsSimon Peyton Jones2015-06-267-0/+161
* GHCi docs: layout rule is respected inside :{ :}Thomas Miedema2015-06-262-16/+29
* Fix deadlock (#10545)Simon Marlow2015-06-264-0/+1025
* Error message wibbles from out-of-scope changesSimon Peyton Jones2015-06-2679-809/+820
* Get rid of irrelevant impredicative polymoprhismSimon Peyton Jones2015-06-264-5/+5
* Get rid of irrlevant result type signatureSimon Peyton Jones2015-06-261-1/+1
* Add module header to testSimon Peyton Jones2015-06-261-0/+1
* Be aware of overlapping global STG registers in CmmSink (#10521)Reid Barton2015-06-256-0/+35
* Test Trac #10562Simon Peyton Jones2015-06-252-0/+15
* Improve kind-checking for 'deriving' clausesSimon Peyton Jones2015-06-256-15/+31
* Clean outdated ext-core references in comments.Sergei Trofimovich2015-06-241-1/+0
* Drop prefix from package keys.Edward Z. Yang2015-06-248-18/+18
* Further elaborate Trac #10403 testSimon Peyton Jones2015-06-232-38/+44
* Check KnownSymbol => Typeable deductionGabor Greif2015-06-221-2/+4
* Change `Typeable` instance for type-lis to use the Known* classes.Iavor S. Diatchki2015-06-211-2/+9
* Build system: unset HADDOCK when haddock is not foundThomas Miedema2015-06-211-2/+2
* Remove duplicate test.Edward Z. Yang2015-06-202-8/+0
* Fix all.T for T8131/T8131b.Edward Z. Yang2015-06-201-1/+2
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-2017-16/+137
* Updated output for test ghci024Sergei Trofimovich2015-06-201-1/+2
* Fix a couple of tests for GHCi/-O* (Trac #10052)Sergei Trofimovich2015-06-204-3/+7
* Amend tcrun037 after Trac #7854 fixSergei Trofimovich2015-06-201-1/+1
* Amend tcrun024, tcrun025 after Trac #7854 fixSergei Trofimovich2015-06-202-2/+2
* should_run/allocLimit4: disable ghci waySergei Trofimovich2015-06-192-2/+5
* testsuite: mark T4945 as expect_brokenAustin Seipp2015-06-191-1/+1
* Elaborate test for Trac #10403Simon Peyton Jones2015-06-182-21/+42
* Test Trac #10503Simon Peyton Jones2015-06-183-0/+26
* Parser: commas_tup_tail duplicate SrcSpan on "Missing" valueAlan Zimmerman2015-06-182-4/+2
* Trac #4945 is working againSimon Peyton Jones2015-06-181-1/+1
* Remove some horrible munging of origins for CoercibleSimon Peyton Jones2015-06-1829-254/+192
* Report arity errors correctly despite kindsSimon Peyton Jones2015-06-1831-201/+215
* Treat funTyCon like any other TyCon in can_eq_nc.Richard Eisenberg2015-06-162-2/+3