summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-128-13/+277
* Remove a copy of System.Random and use reqlib('random')Simon Marlow2016-05-113-600/+4
* Fix ASSERT failure and re-enable setnumcapabilities001Simon Marlow2016-05-112-11/+57
* make accept for Make simplifyInstanceContexts deterministicBartosz Nitka2016-05-103-4/+4
* Test Trac #11640Simon Peyton Jones2016-05-102-0/+8
* Record that EqualityConstraint now worksSimon Peyton Jones2016-05-102-3/+3
* Use partial-sig constraints as givensSimon Peyton Jones2016-05-105-118/+130
* RdrHsSyn: Only suggest `type` qualification when appropriateBen Gamari2016-05-104-7/+5
* Forbid variables to be parents in import lists.Matthew Pickering2016-05-107-19/+31
* Error message wibbles, re partial type sigsSimon Peyton Jones2016-05-1013-531/+515
* Fix partial sigs and pattern bindings interactionSimon Peyton Jones2016-05-104-1/+17
* Remove trailing whitespace from 'testsuite/tests/module/all.T'Matthew Pickering2016-05-061-11/+11
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-054-10/+10
* Kill non-deterministic foldUFM in TrieMap and TcAppMapBartosz Nitka2016-05-0416-75/+75
* testsuite: Add test for #11959Ben Gamari2016-05-044-0/+21
* Be more aggressive when checking constraints for custom type errors.Iavor S. Diatchki2016-05-045-0/+64
* Adjust testsuite output to bytestring-0.10.8.0Joachim Breitner2016-05-044-4/+4
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-025-16/+31
* Make validDerivPred ignore non-visible arguments to a class type constructorRyanGlScott2016-05-022-0/+10
* Make sure record pattern synonym selectors are in scope in GHCi.Matthew Pickering2016-05-023-0/+6
* Export constructors for IntPtr and WordPtrRyanGlScott2016-05-024-0/+27
* Add T11747 as a testÖmer Sinan Ağacan2016-05-013-0/+14
* Greater customization of GHCi promptniksaz2016-05-016-0/+41
* rts: Remove deprecated C type `lnat`Erik de Castro Lopo2016-05-023-3/+3
* Fix aggressive cleanup of T1407Tamar Christina2016-05-012-8/+20
* Testsuite: accept new output for 2 partial-sigs testsThomas Miedema2016-04-306-59/+71
* Testsuite: make CLEANUP=1 the default (#9758)Thomas Miedema2016-04-3012-26/+31
* Test #11484 in th/T11484Richard Eisenberg2016-04-292-0/+10
* Remove the incredibly hairy splitTelescopeTvs.Richard Eisenberg2016-04-293-5/+36
* testsuite: fix up T11223's MakefileAustin Seipp2016-04-281-11/+11
* rts/LdvProfile.c: Fix NULL dereference on shutdownErik de Castro Lopo2016-04-293-0/+7
* Testsuite: delete T5054 and T5054_2 (#5054)Thomas Miedema2016-04-283-214/+0
* Testsuite: delete -fesc testsThomas Miedema2016-04-2812-189/+3
* Testsuite: benign test fixesThomas Miedema2016-04-288-7/+17
* Testsuite: fix T11223_simple_(unused_)duplicate_libThomas Miedema2016-04-283-5/+5
* Testsuite: add -ignore-dot-ghci to some ghci tests [skip ci]Thomas Miedema2016-04-281-15/+15
* Testsuite: delete accidentally committed .stderr.normalised fileThomas Miedema2016-04-281-24/+0
* Add missing solveEqualitiesSimon Peyton Jones2016-04-283-0/+15
* Minor improvement to error messageSimon Peyton Jones2016-04-2811-26/+26
* Kill varSetElems in TcErrorsBartosz Nitka2016-04-263-22/+22
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-2649-216/+216
* Testsuite: delete unused concurrent/prog002/FileIO.hsThomas Miedema2016-04-261-9/+0
* Testsuite: delete Roles9.stderrThomas Miedema2016-04-261-7/+0
* Testsuite: fixup lots of testsThomas Miedema2016-04-2613-61/+94
* Fix typos: alpah -> alphaBartosz Nitka2016-04-221-2/+2
* Avoid double error on out-of-scope identifierSimon Peyton Jones2016-04-223-0/+14
* wibble to simplifiableSimon Peyton Jones2016-04-221-0/+1
* Test Trac #3990Simon Peyton Jones2016-04-224-0/+23
* Warn about simplifiable class constraintsSimon Peyton Jones2016-04-2222-37/+103
* Do not use defaulting in ambiguity checkSimon Peyton Jones2016-04-225-0/+30