summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* linker: store entire link map and use it.Tamar Christina2018-12-065-0/+28
* Fix #15859 by checking, not assuming, an ArgFlagRichard Eisenberg2018-11-223-0/+20
* Fix a bug in SRT generation (#15892)Simon Marlow2018-11-222-0/+74
* Load plugins in interactive sessionChristiaan Baaij2018-11-2212-0/+93
* Don't lint erroneous programs.ghc-8.6.2-releaseRichard Eisenberg2018-11-023-0/+15
* Fix #15787 by squashing a coercion hole.Richard Eisenberg2018-11-023-0/+26
* Fix #15815 by parenthesizing the arguments to infix ~Ryan Scott2018-10-303-0/+15
* Revert "Multiple fixes / improvements for LLVM backend"Ben Gamari2018-10-301-1/+1
* Report a Wanted error even if there are Given onesSimon Peyton Jones2018-10-307-7/+69
* Comment out CONSTANT_FOLDED in GHC.NaturalChristiaan Baaij2018-10-281-5/+10
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-282-0/+9
* Fix `:k` command: add validity checkingNingning Xie2018-10-284-0/+8
* Fix #15761 by adding parensRichard Eisenberg2018-10-173-0/+11
* Fail fast on pattern synonymsSimon Peyton Jones2018-10-175-0/+47
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-1310-22/+65
* Do not mark CoVars as dead in the occur-analSimon Peyton Jones2018-10-133-0/+94
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-10-135-0/+45
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-133-0/+15
* Compiler panic on invalid syntax (unterminated pragma)roland2018-10-122-1/+6
* testsuite: Add test for #15053Ben Gamari2018-10-122-0/+4
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-10-125-0/+24
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-10-051-0/+1
* Multiple fixes / improvements for LLVM backendKavon Farvardin2018-10-051-2/+1
* testsuite: Don't force run of llvm ways in T14251Ben Gamari2018-10-051-2/+1
* Add testcase for #14251Ben Gamari2018-10-053-0/+34
* Revert "Revert "An overhaul of the SRT representation""Ben Gamari2018-09-181-1/+1
* Fix T15502 on 32-bitKrzysztof Gogolewski2018-09-182-0/+4
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-09-163-0/+15
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-09-163-0/+20
* canCFunEqCan: use isTcReflexiveCo (not isTcReflCo)Simon Peyton Jones2018-09-163-0/+93
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-09-163-0/+14
* Revert "An overhaul of the SRT representation"Ben Gamari2018-09-131-1/+1
* Skip eventlog tests in GHCi wayÖmer Sinan Ağacan2018-09-071-1/+1
* Properly designate LambdaCase alts as CaseAlt in THRyan Scott2018-08-233-0/+19
* Suppress redundant givens during error reportingRyan Scott2018-08-234-1/+58
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-233-9/+9
* Accommodate API change in transSuperClassesSimon Peyton Jones2018-08-231-1/+0
* Fix a typo in TcValidity.checkFamInstRhsSimon Peyton Jones2018-08-232-1/+9
* testsuite: Add (broken) test for #15473Ben Gamari2018-08-232-1/+13
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-232-0/+33
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-213-1/+109
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-08-212-0/+12
* Check if files are same in combineSrcSpansZubin Duggal2018-08-194-0/+25
* Fix #15527 by pretty-printing an RdrName prefixlyRyan Scott2018-08-193-0/+9
* Filter plugin dylib locationsChristiaan Baaij2018-08-194-1/+31
* Testsuite driver: fix encoding issue when calling ghc-pkgKrzysztof Gogolewski2018-08-063-6/+5
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-0611-9/+17
* Bump Cabal submoduleBen Gamari2018-08-061-4/+0
* fixup! Disable T10962 on llvm for nowKrzysztof Gogolewski2018-08-031-1/+1
* Clone relevant constraints to avoid side-effects on HoleDests. Fixes #15370.Matthías Páll Gissurarson2018-08-013-0/+63