summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Bump max bytes used of T4029Ben Gamari2016-04-211-1/+2
* Accept tcrun045 outputSimon Peyton Jones2016-04-201-5/+17
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-2012-84/+111
* Tighten checking for associated type instancesSimon Peyton Jones2016-04-1917-160/+200
* Define TyCoRep.ppSuggestExplicitKinds, and use itSimon Peyton Jones2016-04-192-7/+7
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-1710-9/+40
* Add Windows import library support to the Runtime LinkerTamar Christina2016-04-178-0/+38
* Improve TcFlatten.flattenTyVarSimon Peyton Jones2016-04-151-1/+3
* testsuite: Add test for #11827Ben Gamari2016-04-156-0/+26
* testsuite: Add T11824Ben Gamari2016-04-156-0/+47
* Adjust error check for class method typesSimon Peyton Jones2016-04-152-0/+9
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-1412-17/+143