summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-262-2/+2
* Add testcase for #10370Ben Gamari2015-10-262-0/+1022
* Provide a utility to check API AnnotationsAlan Zimmerman2015-10-2516-195/+17
* Add testcase for #10426Ben Gamari2015-10-232-0/+4
* Make stronglyConnCompFromEdgedVertices deterministicBartosz Nitka2015-10-2210-74/+109
* Add missing stderr fileBen Gamari2015-10-221-0/+3
* Suggest enabling PatternSynonyms (#10943)Moritz Kiefer2015-10-223-0/+8
* Add another test for #10549Ben Gamari2015-10-223-0/+7
* Testsuite: add test for #10997Thomas Miedema2015-10-213-0/+34
* Extended default rules now specialize Foldable, Traversable to [] (#10971)David Kraeutmann2015-10-209-0/+159
* Reject top-level typed TH splices. Fixes #10945Jan Stolarek2015-10-202-1/+30
* Driver: `ghci -e` should behave like `ghc -e` (#9360)Thomas Miedema2015-10-191-0/+3
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-166-8/+91
* Implement DuplicateRecordFieldsAdam Gundry2015-10-1654-3/+520
* ELF/x86_64: map object file sections separately into the low 2GBSimon Marlow2015-10-152-3/+3
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-142-8/+8
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-1433-99/+146
* Fix incorrect import warnings when methods with identical names are importedÖmer Sinan Ağacan2015-10-138-0/+73
* 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
* A few typos in commentsGabor Greif2015-10-051-1/+1
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-035-0/+93
* 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
* 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