summary refs log tree commit diff stats
path: root/compiler/evalffi.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-101-2/+2
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-16/+16
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+4
* use strictdefs for compiler (#22365)ringabout2023-08-061-7/+16
* Allow `libffi` to work via `koch boot` (#22322)awr12023-08-031-1/+1
* fix #12122 (#21096)Bung2022-12-161-4/+4
* make implicit cstring conversions explicit (#19488)ee72022-08-191-3/+3
* Change `styleCheck` to ignore foreign packages (#19822)quantimnot2022-07-141-4/+4
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-4/+4
* Use typeflag insteadClyybber2020-08-101-1/+1
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-0/+2
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-0/+2
* CT FFI: fix for windows; fix case transition; error msg shows more useful con...Timothee Cour2020-01-301-3/+8
* remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084)Timothee Cour2020-01-091-6/+6
* VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)Timothee Cour2020-01-051-10/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-56/+56
* Fix code style errors (#12545)Solitude2019-10-281-2/+2
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-5/+5
* fix compiletimeFFI (#11991)Timothee Cour2019-08-211-1/+1
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-3/+2
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-5/+5
* FFI at CT (#10150)Timothee Cour2019-02-231-119/+124
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-2/+2
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-3/+3
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-9/+9
* deprecated unary '<'Andreas Rumpf2017-10-291-2/+2
* Remove expr/stmt (#5857)Arne Döring2017-07-251-8/+8
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-28/+28
* Use ByteAddress instead of deprecated TAddressdef2016-01-241-8/+8
* development version is 0.12.1, not 0.12.0Araq2015-10-291-0/+496
* fixes #1805Araq2015-03-211-496/+0
* .n.isNil checks for tyTuple PTypes.Max Zerzouri2015-03-071-0/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* Nimrod renamed to NimAraq2014-08-281-2/+2
* implemented region pointersAraq2014-04-091-3/+3
* should fix the nkExprColonExpr bug in the vmAraq2014-03-131-1/+1
* case consistency for evalffiAraq2014-02-011-28/+28
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-1/+1
|\
| * static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-1/+1
* | vm: FFI improvementsAraq2013-12-231-0/+3
* | new VM: some progress for the FFI supportAraq2013-12-231-14/+20
* | next steps for FFI supportAraq2013-11-251-0/+43
|/
* first steps to implement object construction expressionsAraq2013-03-071-4/+4
* FFI at compiletime improvementsAraq2013-01-081-22/+47
* next steps for FFI at compile timeAraq2013-01-021-13/+29
* fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-311-40/+190
* better errors for FFIAraq2012-12-271-9/+13
* small improvements for FFIAraq2012-12-261-18/+48
* bugfix: openssl import for macosxAraq2012-12-191-0/+3
* small examples work with the FFIAraq2012-12-191-20/+37