summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* bytestring: Bump to 0.11.3.0wip/bump-bytestring-9.2Ben Gamari2022-03-031-4/+4
* testsuite: Specify expected word-size of machop testswip/aarch64-9.2Ben Gamari2022-03-021-7/+8
* CmmToC: Always cast arguments as unsignedBen Gamari2022-03-023-0/+5
* testsuite: Add testcases for various machop issuesBen Gamari2022-03-0211-0/+72
* Make RULE matching insensitive to eta-expansionSimon Peyton Jones2022-02-233-1/+27
* Use the right InScopeSet for findBestSimon Peyton Jones2022-02-232-0/+9
* Fix lookupIdSubst call during RULE matchingKrzysztof Gogolewski2022-02-232-0/+7
* Add a regression test for #17723sheaf2022-02-214-0/+32
* Compare FunTys as if they were TyConApps.Richard Eisenberg2022-02-212-0/+20
* Bump base version to 4.16.1.0Ben Gamari2022-02-1712-21/+21
* Bump Cabal submodule to 3.6.2.0Ben Gamari2022-02-151-1/+1
* Look through untyped TH splices in tcInferAppHead_maybeRyan Scott2022-02-112-0/+17
* Backport !5478 to GHC-9.2 to fix #19460Roland Senn2022-02-1115-43/+58
* Revert "Bump bytestring submodule to 0.11.2.0"Matthew Pickering2022-02-101-8/+8
* Normalise output of safePkg01Matthew Pickering2022-02-101-1/+1
* Rewrite CallerCC parser using ReadPMatthew Pickering2022-02-103-0/+47
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-101-4/+7
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-02-102-0/+20
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2022-02-106-2/+99
* Improve partial signaturesSimon Peyton Jones2022-02-104-1/+75
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-02-103-0/+26
* Null eventlog writerOleg Grenrus2022-02-072-0/+11
* Add regression test for #20663Sebastian Graf2022-02-073-0/+156
* Show family TyCons in mk_dict_error in the case of a single matchZiyang Liu2022-02-074-0/+61
* Accept test changeMatthew Pickering2022-01-311-3/+3
* Add test for #20894sheaf2022-01-312-0/+25
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2022-01-316-1/+170
* Bump bytestring submodule to 0.11.2.0Ben Gamari2022-01-311-8/+8
* Don't use implicit lifting when deriving LiftMatthew Pickering2022-01-303-2/+14
* Revert "base: Use one-shot kqueue on macOS"Matthew Pickering2022-01-301-0/+0
* Get the in-scope set right in simplArgSimon Peyton Jones2022-01-302-1/+28
* Pmc: Do inhabitation test for unlifted vars (#20631)Sebastian Graf2022-01-302-0/+26
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2022-01-303-0/+11
* Don't warn about ClassOp bindings not specialising.Andreas Klebinger2022-01-052-0/+18
* Only load package environment file once when starting GHCiMatthew Pickering2021-12-114-0/+14
* Add regression test for #20598Sebastian Graf2021-11-105-0/+599
* WorkWrap: Nuke CPR signatures of join points (#18824)Sebastian Graf2021-11-102-0/+46
* template-haskell: Run TH splices with err_vars from current contextMatthew Pickering2021-10-273-0/+16
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-2514-40/+79
* testsuite: Fix overzealous command-line manglingBen Gamari2021-10-251-1/+1
* testsuite: Move big-obj test from ghci/linking/dyn to ghci/linkingBen Gamari2021-10-257-9/+10
* testsuite: Make T12600 more robustBen Gamari2021-10-251-1/+1
* testsuite: Make recomp021 less environment-sensitiveBen Gamari2021-10-252-2/+2
* testsuite: Compile safeInfered tests with -v0Ben Gamari2021-10-2516-57/+14
* testsuite: Mark T14931 as requiring dynamic linkingBen Gamari2021-10-251-1/+1
* testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linkingBen Gamari2021-10-251-0/+2
* testsuite: Mark ghcilink00[25] as requiring dynamic linkingBen Gamari2021-10-251-2/+4
* testsuite: Mark T13702 as requiring share librariesBen Gamari2021-10-251-1/+1
* testsuite: Drop :set from ghci scriptsBen Gamari2021-10-258-304/+2
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-10-252-0/+3