summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Add failing test for #10887Daniel Gröber2019-05-303-0/+143
* Use binary search to speedup checkUnloadPhuong Trinh2019-05-308-0/+234
* downsweep: Allow TargetFile not to exist when a buffer is givenDaniel Gröber2019-05-292-17/+8
* Allow using tagetContents for modules needing preprocessingDaniel Gröber2019-05-293-0/+199
* In hole fits, don't show VTA for inferred variables (#16456)Krzysztof Gogolewski2019-05-295-6/+25
* Add test for old issue displaying unboxed tuples in error messages (#502)Kevin Buhr2019-05-293-0/+23
* testsuite: introduce 'static_stats' testsAlp Mestanogullari2019-05-294-17/+42
* Handle hs-boot files in -Wmissing-home-modules (#16551)Krzysztof Gogolewski2019-05-295-0/+9
* Fix tcfail158 (#15899)Krzysztof Gogolewski2019-05-272-4/+5
* Let the specialiser work on dicts under lambdasSandy Maguire2019-05-266-7/+259
* Some forall-related cleanup in deriving codeRyan Scott2019-05-234-0/+24
* Add a `NOINLINE` pragma on `someNatVal` (#16586)Iavor Diatchki2019-05-233-0/+29
* Add a test for #16597Ömer Sinan Ağacan2019-05-233-0/+11
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-2220-10/+211
* Add regression test for old Word32 arithmetic issue (#497)Kevin Buhr2019-05-223-0/+15
* Have GHCi use object code for UnboxedTuples modules #15454Michael Sloan2019-05-226-6/+1
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-213-0/+73
* Fix #16666 by parenthesizing contexts in ConvertRyan Scott2019-05-213-0/+19
* Include CPP preprocessor dependencies in -M outputDavid Eichmann2019-05-217-0/+67
* Improve test runner logging when calculating performance metric baseline #16662David Eichmann2019-05-201-5/+16
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-144-0/+17
* Add a minimized regression test for #12928Vladislav Zavialov2019-05-142-0/+18
* Update terminal title while running test-suiteOleg Grenrus2019-05-143-4/+30
* Dont refer to `cLeadingUnderscore` in testJohn Ericson2019-05-142-12/+18
* Add regression test for old parser issue #504Kevin Buhr2019-05-142-0/+12
* Add regression test case for old issue #493Kevin Buhr2019-05-105-0/+62
* Fix bugs and documentation for #13456Roland Senn2019-05-105-2/+27
* Add a regression test for #14548Vladislav Zavialov2019-05-083-0/+28
* Add regression test for old issue #507Kevin Buhr2019-05-083-0/+3
* Regression test for #16627.Richard Eisenberg2019-05-083-0/+21
* stg_floatToWord32zh: zero-extend the Word32 (#16617)Kevin Buhr2019-05-083-0/+15
* Implement ImportQualifiedPostShayne Fletcher2019-05-0813-13/+51
* Fix #16632 by using the correct SrcSpan in checkTyClHdrRyan Scott2019-05-083-0/+12
* Add regression test for old typechecking issue #505Kevin Buhr2019-05-072-1/+16
* Check for duplicate variables in associated default equationsRyan Scott2019-05-075-2/+19
* Hadrian: override $(ghc-config-mk), to prevent redundant config generationAlp Mestanogullari2019-05-061-0/+2
* 'warnSpaceAfterBang' only in patterns (#16619)Vladislav Zavialov2019-05-053-0/+12
* Make equality constraints in kinds invisibleRyan Scott2019-05-037-0/+68
* Only skip decls with CUSKs with PolyKinds on (fix #16609)Ningning Xie2019-05-032-0/+5
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-0339-4/+141
* testsuite: Mark concprog001 as fragileBen Gamari2019-05-031-0/+1
* Compute demand signatures assuming idAritySebastian Graf2019-04-305-0/+109
* Suggest only local candidates from global envWojciech Baranowski2019-04-293-6/+7
* osa1's patch: consistent suggestion messageWojciech Baranowski2019-04-291-2/+2
* Print suggestions in a single messageWojciech Baranowski2019-04-291-2/+2
* rename: hadle type signatures with typosWojciech Baranowski2019-04-294-0/+33
* Correct off by one error in ghci +cMatthew Pickering2019-04-225-6/+16
* testsuite: fix ifdef lint errors under tests/rts/linkerArtem Pyanykh2019-04-213-3/+3
* testsuite: move tests related to linker under tests/rts/linkerArtem Pyanykh2019-04-2153-162/+170
* Haddock: support strict GADT args with docsAlec Theriault2019-04-195-0/+24