summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Add test for #21618 and #21847Ben Gamari2022-07-165-0/+51
* rts/linker/PEi386: Add finalization supportBen Gamari2022-07-161-5/+2
* testsuite: Add T20494Ben Gamari2022-07-165-0/+92
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-162-0/+2
* Document RuntimeRep polymorphism limitations of catch#, et alBen Gamari2022-07-161-6/+10
* Add record-dot-syntax testColten Webb2022-07-163-0/+49
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-163-0/+30
* testsuite: Factor out common parts from hiefile testsZubin Duggal2022-07-138-145/+104
* hie-files: Record location of filled in default method bindingsZubin Duggal2022-07-135-39/+184
* hie-files: Fix scopes for deriving clauses and instance signatures (#18425)Zubin Duggal2022-07-133-1/+22
* driver: Fix issue with module loops and multiple home unitsMatthew Pickering2022-07-066-0/+18
* Remove many GHC dependencies from L.H.Sromes2022-07-0613-75/+42
* Vendor filepath inside template-haskellMatthew Pickering2022-07-051-9/+8
* ghci: Support :set prompt in multi replMatthew Pickering2022-07-042-0/+4
* Refactor ModuleName to L.H.S.Module.Nameromes2022-07-033-3/+3
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-0321-637/+695
* desugar: Look through ticks when warning about possible literal overflowMatthew Pickering2022-07-012-0/+7
* Fix panic with UnliftedFFITypes+CApiFFI (#14624)nineonine2022-07-015-0/+152
* template-haskell: Bump version to 2.19.0.0Ben Gamari2022-06-281-1/+1
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-289-20/+31
* testsuite: Add test for #20735Ben Gamari2022-06-284-0/+64
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-06-281-1/+2
* testsuite: Hide output from test compilations with verbosity==2Ben Gamari2022-06-271-1/+1
* add tests for addrToAny# levityNaomi Liu2022-06-272-0/+45
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-277-5/+31
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-2711-57/+53
* testsuite: Use normalise_version more consistentlyBen Gamari2022-06-278-16/+16
* Bump ghc-prim and base versionsBen Gamari2022-06-2717-20/+20
* testsuite: Add test for #21719Ben Gamari2022-06-223-0/+67
* Add a basic test for ByteArray's Monoid instanceMatthew Craven2022-06-222-0/+84
* Flags to disable local let-floating; -flocal-float-out, -flocal-float-out-top...Vanessa McHale2022-06-223-0/+89
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-202-3/+6
* Instantiate top level foralls in partial type signaturesSimon Peyton Jones2022-06-204-1/+106
* Simplify: Take care with eta reduction in recursive RHSs (#21652)Sebastian Graf2022-06-206-13/+24
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-06-204-0/+26
* testsuite: Add test for #21624Ben Gamari2022-06-183-0/+14
* Remove TcRnUnknownMessage usage from GHC.Rename.Env #20115uhbif192022-06-093-5/+9
* Add test for T21682Matthew Pickering2022-06-092-0/+4
* Typecheck remaining ValArgs in rebuildHsAppssheaf2022-06-0921-118/+212
* Core.Lint: Reduce `DynFlags` and `HscEnv`wip/no-state-core-lintJohn Ericson2022-06-074-2/+6
* Don't print the number of deps in count-deps testswip/enumerate-deps-only-no-countJohn Ericson2022-06-072-2/+2
* Ensure floated dictionaries are in scope (again)Simon Peyton Jones2022-06-063-0/+234
* Deprecate TypeInType extensionHaskellMouse2022-06-06137-156/+216
* HsToCore.Coverage: Purge DynFlagswip/coverage-configJohn Ericson2022-06-022-2/+4
* Make -fcompact-unwind the defaultMatthew Pickering2022-06-011-3/+2
* Bump bytestring, process, and text submodulesBen Gamari2022-06-011-1/+1
* Add test for #21619Matthew Pickering2022-06-012-0/+11
* TTG: Rework and improve splicesromes2022-06-019-66/+93
* Purge `DynFlags` and `HscEnv` from some `GHC.Core` modules where it's not too...wip/dflags-core-opt-easierJohn Ericson2022-05-312-2/+4
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-3021-434/+415