summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add and use new constructors to TcRnMessagewip/adinapoli-issue-20119-part-1Alfredo Di Napoli2021-09-075-9/+9
* Define returnA = idOleg Grenrus2021-09-061-2/+4
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-065-2/+89
* fromEnum Natural: Throw error for non-representable valuesPeter Lebbing2021-09-063-0/+56
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-0140-37/+81
* Add a test for #20275ARATA Mizuki2021-08-283-0/+11
* Convert IFace Rename Errors (#19927)Aaron Allen2021-08-274-4/+4
* Fix GHC.Core.Subst.substDVarSetSimon Peyton Jones2021-08-263-0/+16
* CallArity: Consider shadowing introduced by case and field bindersSebastian Graf2021-08-263-0/+34
* Desugarer: Bring existentials in scope when substituting into record GADTsRyan Scott2021-08-252-0/+20
* Fix colourised output in error messageswip/t20276Matthew Pickering2021-08-243-0/+7
* Add plugin-recomp-change-2 testMatthew Pickering2021-08-234-0/+29
* driver: Initialise common plugins once, before starting the pipelineMatthew Pickering2021-08-231-3/+1
* driver: Correctly pass custom messenger to logging functionMatthew Pickering2021-08-236-27/+27
* driver: Only check for unused package warning in after succesful downsweepMatthew Pickering2021-08-239-7/+63
* Pmc: Better SCC annotations and trace outputSebastian Graf2021-08-231-1/+1
* hadrian: Use ghc version as suffix for all executablesMatthew Pickering2021-08-231-0/+2
* Don't look for TypeError in type family argumentssheaf2021-08-185-2/+73
* Driver rework pt3: the upsweepMatthew Pickering2021-08-1892-42/+292
* Fix parsing of rpaths which include spaces in runInjectRPathsMatthew Pickering2021-08-181-2/+1
* Test non-native switch C-- with twos complimentJohn Ericson2021-08-174-1/+40
* ghci: Fix rec statements in interactive promptMatthew Pickering2021-08-173-0/+5
* Use the right InScopeSet for findBestSimon Peyton Jones2021-08-152-0/+9
* Fix lookupIdSubst call during RULE matchingKrzysztof Gogolewski2021-08-152-0/+7
* TypeError is OK on the RHS of a type synonymwip/T20181Simon Peyton Jones2021-08-153-4/+31
* Update TcPlugin_RewritePerf performance testsheaf2021-08-155-29/+21
* Detect TypeError when checking for insolubilitysheaf2021-08-158-12/+127
* Add rewriting to typechecking pluginssheaf2021-08-1315-42/+460
* Move `ol_witness` to `OverLitTc`Dr. ERDI Gergo2021-08-131-4/+0
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-114-5/+5
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupSven Tennie2021-08-119-0/+785
* Fix pprDepsSylvain Henry2021-08-101-1/+1
* Fix recomp021 localeSylvain Henry2021-08-101-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-092-2/+2
* Remove ad-hoc fromIntegral rulesSylvain Henry2021-08-092-0/+1009
* testsuite: Add test for #20199Ben Gamari2021-08-094-0/+17
* Minor fix to pretty-printing of linear typesKrzysztof Gogolewski2021-08-053-0/+19
* Use Reductions to keep track of rewritingssheaf2021-08-042-2/+4
* Fix GHCi completion (#20101)Zubin Duggal2021-08-045-4/+18
* Linear types: fix linting of multiplicities (#19165)Krzysztof Gogolewski2021-08-041-1/+1
* Disable -fdefer-type-errors for linear types (#20083)Krzysztof Gogolewski2021-08-044-2/+30
* Correctly unload libs on GHCi with external iservTito Sacchi2021-08-031-2/+1
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-034-0/+48
* Remove eager forcing of RuleInfo in substRuleInfoMatthew Pickering2021-08-033-0/+48
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-08-023-0/+18
* Supply missing case for '.' inShayne Fletcher2021-08-023-3/+9
* Disallow nonlinear fields in Template Haskell (#18378)Krzysztof Gogolewski2021-08-027-0/+29
* Lookup string literals in top-level thunks (fix #16373)Sylvain Henry2021-08-023-0/+27
* Constant-fold unpackAppendCString (fix #20174)Sylvain Henry2021-08-023-0/+38
* testsuite: Add test for #20137Ben Gamari2021-08-025-0/+118