summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Record pattern synonymsMatthew Pickering2015-10-2924-3/+239
* Testsuite: report and error out on unfound testsThomas Miedema2015-10-293-4/+19
* Fix rts/T9579 tests on OS XErik de Castro Lopo2015-10-291-1/+1
* Pattern synonyms: swap provided/requiredSimon Peyton Jones2015-10-287-4/+32
* Testsuite: accept output for T10999 (#10999)Thomas Miedema2015-10-271-1/+14
* Make T10970a non-dependent on GCC version.Edward Z. Yang2015-10-274-9/+7
* Sort field labels before fingerprint hashingBartosz Nitka2015-10-275-0/+29
* Zonk properly when checkig pattern synonymsSimon Peyton Jones2015-10-276-5/+24
* Add regression tests for #10045, #10999Simon Peyton Jones2015-10-275-0/+43
* Implement MIN_VERSION and VERSION macros natively in GHC.Edward Z. Yang2015-10-266-1/+25
* 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-2517-195/+19
* 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
* Testsuite Windows: don't use forward slashes in topdir pathThomas Miedema2015-10-202-3/+5
* 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-1434-99/+147
* 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
* 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