summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite/mk/boilerplate.mk: rename 'ghc-config-mk' to 'ghc_config_mk'Alp Mestanogullari2019-06-111-4/+4
* Make `haddock_testsuite` respect `--test-accept`Alec Theriault2019-06-112-4/+10
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-1/+1
* Warn about unused packagesYuras Shumovich2019-06-113-0/+13
* Print role annotations in TemplateHaskell brackets (#16718)Vladislav Zavialov2019-06-104-0/+17
* testsuite: Add test for #16509Ben Gamari2019-06-093-0/+14
* Do not report error if Name in pragma is unboundnineonine2019-06-093-0/+10
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-094-0/+72
* Fix #16517 by bumping the TcLevel for method sigsRichard Eisenberg2019-06-097-2/+19
* Handle trailing path separator in package DB names (#16360)Kevin Buhr2019-06-095-0/+33
* testsuite: Add test for #16514Ben Gamari2019-06-094-0/+68
* Introduce log1p and expm1 primopschessai2019-06-093-0/+49
* testsuite: Suppress ticks in T4918 outputBen Gamari2019-06-091-1/+3
* Pass preprocessor options to C compiler when building foreign C files (#16737)Zejun Wu2019-06-074-0/+42
* Preserve ShadowInfo when rewriting evidenceSimon Peyton Jones2019-06-071-4/+4
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-075-1/+20
* TmOracle: Replace negative term equalities by refutable PmAltConsSebastian Graf2019-06-075-4/+80
* Add GHCi :instances commandXavier Denis2019-06-044-1/+78
* Use a better strategy for determining the offset applied to foreign function ...Andrew Martin2019-06-0418-0/+304
* TestRunner: Added --chart to display a chart of performance testsDavid Eichmann2019-06-045-124/+354
* Fix rewriting invalid shifts to errorsÖmer Sinan Ağacan2019-06-015-0/+21
* Reject nested foralls in foreign imports (#16702)Ryan Scott2019-05-313-0/+54
* Put COMPLETE sigs into ModDetails with -fno-code (#16682)Ryan Scott2019-05-313-0/+15
* Fix arity type of coerced types in CoreArityÖmer Sinan Ağacan2019-05-313-0/+31
* testsuite: Compile T9630 with +RTS -G1Ben Gamari2019-05-301-1/+4
* PartialDownsweep: Add test for import errorsDaniel Gröber2019-05-302-0/+14
* Catch preprocessor errors in downsweepDaniel Gröber2019-05-305-12/+82
* Make downsweep return all errors per-module instead of throwing someDaniel Gröber2019-05-302-8/+2
* Refactor summarise{File,Module} to extract checkSummaryTimestampDaniel Gröber2019-05-303-0/+68
* 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