summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Ensure that ffi005 output order is predictableBen Gamari2019-06-164-6/+14
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-144-0/+57
* testsuite: Skip T493 in ghci way.Ben Gamari2019-06-121-1/+1
* testsuite: Omit profasm way for cc017Ben Gamari2019-06-121-1/+2
* Use a better strategy for determining the offset applied to foreign function ...Andrew Martin2019-06-0418-0/+304
* Reject nested foralls in foreign imports (#16702)Ryan Scott2019-05-313-0/+54
* Add regression test case for old issue #493Kevin Buhr2019-05-104-0/+61
* Add `-optcxx` option (#16477)Yuriy Syrovetskiy2019-04-083-1/+29
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-061-4/+2
* testsuite: Use makefile_testBen Gamari2019-01-301-4/+4
* Revert "Batch merge"Ben Gamari2019-01-301-4/+4
* Batch mergeBen Gamari2019-01-301-4/+4
* testsuite: Skip T1288_ghci in unregisterisedBen Gamari2019-01-271-0/+2
* testsuite: Skip ffi018_ghci when unregisterisedBen Gamari2018-12-251-1/+3
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-177-0/+76
* Add Int8# and Word8#Michal Terepeta2018-11-027-0/+76
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-097-76/+0
* Add Int8# and Word8#Michal Terepeta2018-10-077-0/+76
* Update UnsafeReenter testÖmer Sinan Ağacan2018-09-101-11/+6
* Fix another batch of `./validate --slow` failuresAlp Mestanogullari2018-05-131-1/+9
* Fix panic for `ByteArray#` arguments in CApiFFI foreign importsHerbert Valerio Riedel2017-10-163-0/+27
* Fix #14125 by normalizing data family instances more aggressivelyRyan Scott2017-08-222-0/+18
* Allow bytecode interpreter to make unsafe foreign callsBen Gamari2017-06-276-1/+38
* tests: remove extra_files.py (#12223)Reid Barton2017-02-262-4/+5
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-223-72/+30
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-078-18/+13
* Typos in commentsGabor Greif2016-10-311-1/+1
* Check for empty entity string in "prim" foreign importsSylvain HENRY2016-10-141-1/+1
* CodeGen X86: fix unsafe foreign calls wrt inliningSylvain HENRY2016-10-014-0/+38
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-011-4/+2
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-10/+5