summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Finder: Look in current unit before looking in any home package dependenciesMatthew Pickering2022-12-278-0/+26
* Key ModSummary cache by UnitId as well as FilePathMatthew Pickering2022-12-276-0/+11
* Improve driver diagnostic messages by including UnitId in messageMatthew Pickering2022-12-2711-8/+20
* Don't write o-boot files in Interactive modeMatthew Pickering2022-12-274-0/+9
* Augment target filepath by working directory when checking if module satisfie...Matthew Pickering2022-12-272-0/+4
* Fix recompilation checking for multiple home unitsMatthew Pickering2022-12-2711-0/+42
* DmdAnal: Don't panic in addCaseBndrDmd (#22039)Sebastian Graf2022-12-152-0/+60
* DmdAnal: Reflect the `seq` of strict fields of a DataCon worker (#22475)Sebastian Graf2022-12-154-0/+71
* Do not strictify a DFun's parameter dictionaries (#22549)Sebastian Graf2022-12-153-0/+40
* Package Imports: Get candidate packages also from re-exported modulesMatthew Pickering2022-12-1414-0/+132
* Fix a trivial typo in dataConNonlinearTypeSimon Peyton Jones2022-12-134-1/+42
* Disable some SIMD tests on non-X86 architecturessheaf2022-12-132-2/+4
* Cmm Lint: relax SIMD register assignment checksheaf2022-12-131-2/+3
* Remove SIMD conversionssheaf2022-12-133-0/+45
* Add VecSlot for unboxed sums of SIMD vectorsDai2022-12-134-0/+63
* Properly cast values when writing/reading unboxed sums.Andreas Klebinger2022-12-136-3/+193
* driver: Fix -fdefer-diagnostics flagMatthew Pickering2022-12-138-4/+129
* Add a missing varToCoreExpr in etaBodyForJoinPointSimon Peyton Jones2022-12-132-0/+320
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2022-12-133-0/+51
* ApplicativeDo: Set pattern location before running exhaustiveness checkerMatthew Pickering2022-12-133-0/+16
* Add -dsuppress-coercion-types to make coercions even smaller.Andreas Klebinger2022-11-101-10/+4
* Fix arityType: -fpedantic-bottoms, join points, etcSimon Peyton Jones2022-11-019-0/+194
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-11-013-0/+9
* Fix nested type splices in hie filesMatthew Pickering2022-11-016-0/+75
* Refactor IPE initializationBen Gamari2022-10-1915-764/+380
* testsuite: Add test for #22282Ben Gamari2022-10-194-0/+24
* Windows: Always define _UCRT when compiling C codeRyan Scott2022-10-145-0/+42
* DeriveFunctor: Check for last type variables using dataConUnivTyVarsRyan Scott2022-10-142-0/+25
* Simplify: Take care with eta reduction in recursive RHSs (#21652)Sebastian Graf2022-10-146-17/+28
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-10-144-2/+28
* Fix a nasty loop in Tidywip/andreask/tidy-94Simon Peyton Jones2022-09-153-0/+22
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-08-197-4/+31
* driver: Honour -x optionMatthew Pickering2022-08-183-0/+12
* driver: Don't create LinkNodes when -no-link is enabledMatthew Pickering2022-08-158-14/+19
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)Douglas Wilson2022-08-151-1/+0
* testsuite: 21651 add test for closeFdWith + setNumCapabilitiesDouglas Wilson2022-08-153-1/+135
* Fix haddock_*_perf tests on non-GNU-grep systemswip/dougwilson/make-containers-problemGreg Steuck2022-08-031-4/+4
* Update submodule containers to 0.6.6Douglas Wilson2022-08-031-2/+2
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-272-3/+13
* testsuite: introduce nonmoving_thread_sanity wayBen Gamari2022-07-271-0/+4
* driver: Fix implementation of -SMatthew Pickering2022-07-203-0/+10
* testsuite: Add test for #21624Ben Gamari2022-07-203-0/+14
* testsuite: Normalise versions in UnusedPackagesBen Gamari2022-07-202-3/+5
* testsuite: Fix T11829 on Centos 7Ben Gamari2022-07-201-1/+1
* Add tests that -XHaskell98 and -XHaskell2010 enable DeepSubsumptionMatthew Pickering2022-07-204-0/+27
* Add record-dot-syntax testColten Webb2022-07-194-0/+90
* Make withDict noinlinesheaf2022-07-164-0/+98
* Document RuntimeRep polymorphism limitations of catch#, et alBen Gamari2022-07-161-6/+10
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-153-0/+30
* testsuite: Mark T13366Cxx as unbroken on DarwinBen Gamari2022-07-141-3/+1