summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for #17865Joshua Price2021-09-133-0/+6
* Fix #20203 improve constant fold for `and`/`or`CarrieMY2021-09-134-0/+356
* Add performance test for #19695nineonine2021-09-112-0/+141
* Add test for #18181nineonine2021-09-112-0/+14
* Canonicalize bignum literalsSylvain Henry2021-09-1110-23/+40
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-0824-189/+4
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-083-0/+49
* ffi: Don't allow wrapper stub with CApi conventionMatthew Pickering2021-09-083-0/+12
* base: Numeric: remove 'Show' constraint on 'showIntAtBase'Guillaume Bouchard2021-09-081-1/+1
* Add and use new constructors to TcRnMessageAlfredo Di Napoli2021-09-075-9/+9
* Bignum: refactor conversion rulesSylvain Henry2021-09-072-7/+7
* 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
* 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-118-0/+782
* 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