summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-138-4/+55
* testsuite: attempt fixing T10935 outputAustin Seipp2015-10-121-1/+6
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-121-2/+0
* Reinstate monomorphism-restriction warningsSimon Peyton Jones2015-10-123-0/+7
* Test Trac #10931Simon Peyton Jones2015-10-122-0/+26
* PPC: Fix right shift by 32 bits #10870Erik de Castro Lopo2015-10-123-0/+14
* Testsuite: T3333 still fails on non-linux statically linked ghci (#3333)Thomas Miedema2015-10-101-1/+1
* Add short library names support to Windows linkerTamar Christina2015-10-108-13/+66
* Move orphan instance/rule warnings to typechecker/desugarer.Edward Z. Yang2015-10-082-6/+6
* Tests for #10945 and #10946Jan Stolarek2015-10-083-0/+24
* Parser: revert some error messages to what they were before 7.10Thomas Miedema2015-10-077-3/+29
* Allow non-operator infix pattern synonymsMatthew Pickering2015-10-072-0/+6
* Improve error messages for ambiguous type variablesDavid Kraeutmann2015-10-0720-77/+99
* Fix kind-var abstraction in SimplUtils.abstractFloatsSimon Peyton Jones2015-10-062-0/+39
* Deduplicate one-shot/make compile paths.Edward Z. Yang2015-10-051-1/+1
* Testsuite: make driver python 2.6 compatible againThomas Miedema2015-10-051-6/+6
* A few typos in commentsGabor Greif2015-10-051-1/+1
* Testsuite: only add -fno-warn-missed-specialisations for ghc>=7.11Thomas Miedema2015-10-042-0/+8
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-036-0/+96
* testsuite: Bump up haddock.base expected allocationsBen Gamari2015-10-031-1/+2
* Fill in associated type defaults with DeriveAnyClassRyanGlScott2015-10-033-0/+92
* Enable `Enumeration is empty` warnings for `Integer`Herbert Valerio Riedel2015-10-033-0/+38
* Make GHC generics capable of handling unboxed typesRyanGlScott2015-10-037-23/+79
* Testsuite: update expected output for T8602Thomas Miedema2015-10-031-1/+1
* Fix broken validation Build 6564 and accepting a few other test resultsTamar Christina2015-10-034-11/+16
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-034-0/+13
* Fix treatment of -0.0Ben Gamari2015-10-025-0/+32
* .gitignore update for some test files.Edward Z. Yang2015-09-301-27/+66
* reify associated types when reifying typeclasses(#10891)Ömer Sinan Ağacan2015-09-264-0/+54
* Skip a possible BOM in utf8 encodingJoachim Breitner2015-09-252-0/+4
* Testsuite: add test for #10767Thomas Miedema2015-09-242-0/+49
* Testsuite: properly fix T8832.stdout-ws-32 (#8832)Thomas Miedema2015-09-241-8/+8
* Testsuite: update expected output for T8832 on 32-bit systems (#8832)Thomas Miedema2015-09-241-0/+1
* Fix DeriveGeneric for types with same OccName (#10487)Ömer Sinan Ağacan2015-09-246-130/+195
* Fix a bug with mallocForeignPtr and finalizers (#10904)Simon Marlow2015-09-243-0/+62
* Revert "reify associated types when reifying typeclasses"Austin Seipp2015-09-234-54/+0
* reify associated types when reifying typeclassesÖmer Sinan Ağacan2015-09-234-0/+54
* Update Cabal to recognize DeriveLiftRyanGlScott2015-09-233-4/+1
* Add constant-folding rule for Data.Bits.bitBen Gamari2015-09-233-12/+13
* testsuite: attempt fixing fallout from 089b72f52Austin Seipp2015-09-239-10/+10
* DeriveLift extension (#1830)RyanGlScott2015-09-2110-1/+93
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-2123-3/+51
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-2139-47/+142
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-2127-224/+1
* Run simplifier only when the env is clean.Richard Eisenberg2015-09-212-32/+4
* Perform a validity check on assoc type defaults.Richard Eisenberg2015-09-216-0/+35
* Slightly better `Coercible` errors.Richard Eisenberg2015-09-215-0/+42
* Fix typo in test for #10347.Richard Eisenberg2015-09-211-1/+1
* Small improvement in pretty-printing constructors.Richard Eisenberg2015-09-203-0/+9
* Re-polish error messages around injective TFs.Richard Eisenberg2015-09-203-37/+48