summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi
Commit message (Expand)AuthorAgeFilesLines
* testsuite: wasm32-specific fixesCheng Shao2023-04-271-2/+2
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-251-3/+3
* Testsuite: replace some js_broken/js_skip predicates with req_cSylvain Henry2023-04-211-2/+2
* testsuite: add the rts_clearMemory test caseCheng Shao2023-03-254-0/+42
* rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023Cheng Shao2023-03-252-3/+1
* nonmoving: Non-concurrent collectionBen Gamari2023-03-081-1/+1
* testsuite: Mark ffi023 as broken due to #23089Ben Gamari2023-03-081-0/+1
* Check for platform support for JavaScript foreign importsLuite Stegeman2023-03-022-0/+7
* rts: add the rts_clearMemory functionCheng Shao2023-02-151-0/+1
* JS generated refs: update testsuite conditionsJosh Meredith2023-02-091-2/+2
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-284-0/+23
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-01-284-22/+0
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-181-1/+1
* Change MSYSTEM to CLANG64 uniformlyCheng Shao2023-01-121-3/+3
* Add Javascript backendSylvain Henry2022-11-291-24/+39
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-2/+2
* CApiFFI: add ConstPtr for encoding const-qualified pointer return types (#22043)nineonine2022-11-234-0/+22
* Testsuite: more precise test optionsSylvain Henry2022-10-263-34/+35
* Diagnostic codes: acccept test changessheaf2022-09-1318-80/+81
* Windows: Always define _UCRT when compiling C codeRyan Scott2022-09-125-0/+42
* Fix panic with UnliftedFFITypes+CApiFFI (#14624)nineonine2022-07-015-0/+152
* Ensure Any is not levity-polymorphic in FFIsheaf2022-05-042-0/+10
* Ensure that Any is Boxed in FFI imports/exportssheaf2022-04-277-0/+73
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-1/+1
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-012-2/+2
* Minor cleanupKrzysztof Gogolewski2022-04-011-6/+1
* Suggest FFI extensions as hints (#20116)Aaron Allen2022-03-164-5/+21
* Convert Diagnostics in GHC.Tc.Gen.ForeignAaron Allen2022-03-161-31/+30
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-193-0/+26
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-223-720/+1
* ffi: Don't allow wrapper stub with CApi conventionMatthew Pickering2021-09-083-0/+12
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-193-0/+37
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-0/+2
* Use GHC2021 as default languageJoachim Breitner2021-03-102-5/+6
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-075-5/+5
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-039-72/+75
* Fix non power-of-two Storable.alignment in Capi_Ctype testsDaniel Gröber2021-02-143-3/+3
* Make primops for `{Int,Word}32#`John Ericson2021-01-077-0/+76
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-155-5/+5
* Implement BoxedRep proposalAndrew Martin2020-12-145-5/+5
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-263-5/+3
* Apply suggestion to testsuite/tests/ffi/should_run/all.TDylanZA2020-10-171-1/+6
* When using rts_setInCallCapability, lock incall threadsDylan Yudaken2020-10-173-0/+116
* FFI: Fix pass small ints in foreign call wrappersPeter Trommler2020-06-146-0/+35
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-081-1/+0
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Prevent -optc arguments from being duplicated in reverse order (#17471)Ryan Scott2019-11-234-0/+20
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-204-10/+8
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-146-6/+6
* testsuite: Mark T7170 as broken on WindowsBen Gamari2019-06-211-1/+4