summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_compile
Commit message (Expand)AuthorAgeFilesLines
* testsuite changeswip/multi-hmi-splitMatthew Pickering2021-11-306-9/+9
* Set logger flags in --backpack modesheaf2021-10-133-0/+30
* driver: Correctly pass custom messenger to logging functionMatthew Pickering2021-08-232-10/+10
* Driver rework pt3: the upsweepMatthew Pickering2021-08-182-10/+10
* Fail before checking instances in checkHsigIface if exports don't match (#19244)Zubin Duggal2021-06-023-58/+0
* Change representation of field selector occurencesShayne Fletcher2021-05-232-12/+0
* 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini...Sasha Bogicevic2021-05-062-6/+6
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-052-2/+2
* Use GHC2021 as default languageJoachim Breitner2021-03-107-0/+7
* Implement -Wambiguous-fieldsAdam Gundry2021-02-261-0/+10
* testsuite: Add broken tests for #19244Ben Gamari2021-02-223-0/+58
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-2854-134/+256
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-1/+1
* Skip type family defaults with hs-boot and hsig filesJohn Ericson2020-10-179-0/+213
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Add `module {-# SOURCE #-} Foo` syntax for hs-boot in bkpJohn Ericson2019-10-033-0/+31
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-2/+2
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-111-1/+1
* ghc-prim: Bump versionBen Gamari2018-05-201-1/+1
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-1/+1
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-2/+2
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-131-2/+2
* Bump ghc-prim to 0.5.2.0 and update changelogHerbert Valerio Riedel2017-10-171-1/+1
* Bump base to 4.11.0.0Ben Gamari2017-09-211-2/+2
* ghc-prim: Bump versionBen Gamari2017-07-231-1/+1
* Better test coverage for module reexports in signatures.Edward Z. Yang2017-04-025-0/+34
* Fix roles merging to apply only to non-rep-injective types.Edward Z. Yang2017-03-023-0/+30
* Disallow non-nullary constraint synonyms on class.Edward Z. Yang2017-03-021-4/+2
* Subtyping for roles in signatures.Edward Z. Yang2017-02-263-0/+69
* Record full FieldLabel in ifConFields.Edward Z. Yang2017-02-243-0/+19
* Include OverloadedRecordFields selectors in NameShape.Edward Z. Yang2017-02-233-0/+31
* Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang2017-02-171-1/+1
* Don't warn about missing methods for instances in signatures.Edward Z. Yang2017-02-143-0/+16
* Disable PVP warnings temporarily.Edward Z. Yang2017-02-124-20/+0
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-115-0/+110
* Failing test for #13149.Edward Z. Yang2017-01-222-0/+18
* Preserve coercion axioms when thinning.Edward Z. Yang2017-01-223-0/+13
* Fix handling of closed type families in Backpack.Edward Z. Yang2017-01-115-0/+58
* Revamp Backpack/hs-boot handling of type class signatures.Edward Z. Yang2017-01-117-30/+85
* Improve Backpack support for fixities.Edward Z. Yang2017-01-114-0/+26
* Attach warnings to non-PVP compatible uses of signatures.Edward Z. Yang2017-01-114-0/+20
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-119-14/+112
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-2/+2
* Load orphan interfaces before checking if module implements signatureEdward Z. Yang2016-12-133-0/+36
* Sanity check if we pick up an hsig file without -instantiated-with.Edward Z. Yang2016-12-121-2/+2
* Setup tcg_imports earlier during signature matching, so orphans are visible.Edward Z. Yang2016-12-083-0/+32
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-2934-220/+220
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-1134-220/+220
* Mark previously failing backpack tests as passing, with correct output.Edward Z. Yang2016-10-203-14/+11