index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
evalffi.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-2
/
+2
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-16
/
+16
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-7
/
+16
*
Allow `libffi` to work via `koch boot` (#22322)
awr1
2023-08-03
1
-1
/
+1
*
fix #12122 (#21096)
Bung
2022-12-16
1
-4
/
+4
*
make implicit cstring conversions explicit (#19488)
ee7
2022-08-19
1
-3
/
+3
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-4
/
+4
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-4
/
+4
*
Use typeflag instead
Clyybber
2020-08-10
1
-1
/
+1
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
1
-0
/
+2
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
1
-0
/
+2
*
CT FFI: fix for windows; fix case transition; error msg shows more useful con...
Timothee Cour
2020-01-30
1
-3
/
+8
*
remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084)
Timothee Cour
2020-01-09
1
-6
/
+6
*
VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)
Timothee Cour
2020-01-05
1
-10
/
+3
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-56
/
+56
*
Fix code style errors (#12545)
Solitude
2019-10-28
1
-2
/
+2
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-5
/
+5
*
fix compiletimeFFI (#11991)
Timothee Cour
2019-08-21
1
-1
/
+1
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-3
/
+2
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-5
/
+5
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
1
-119
/
+124
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-2
/
+2
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-3
/
+3
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-9
/
+9
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-8
/
+8
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-28
/
+28
*
Use ByteAddress instead of deprecated TAddress
def
2016-01-24
1
-8
/
+8
*
development version is 0.12.1, not 0.12.0
Araq
2015-10-29
1
-0
/
+496
*
fixes #1805
Araq
2015-03-21
1
-496
/
+0
*
.n.isNil checks for tyTuple PTypes.
Max Zerzouri
2015-03-07
1
-0
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
implemented region pointers
Araq
2014-04-09
1
-3
/
+3
*
should fix the nkExprColonExpr bug in the vm
Araq
2014-03-13
1
-1
/
+1
*
case consistency for evalffi
Araq
2014-02-01
1
-28
/
+28
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-1
/
+1
|
\
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-1
/
+1
*
|
vm: FFI improvements
Araq
2013-12-23
1
-0
/
+3
*
|
new VM: some progress for the FFI support
Araq
2013-12-23
1
-14
/
+20
*
|
next steps for FFI support
Araq
2013-11-25
1
-0
/
+43
|
/
*
first steps to implement object construction expressions
Araq
2013-03-07
1
-4
/
+4
*
FFI at compiletime improvements
Araq
2013-01-08
1
-22
/
+47
*
next steps for FFI at compile time
Araq
2013-01-02
1
-13
/
+29
*
fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...
Araq
2012-12-31
1
-40
/
+190
*
better errors for FFI
Araq
2012-12-27
1
-9
/
+13
*
small improvements for FFI
Araq
2012-12-26
1
-18
/
+48
*
bugfix: openssl import for macosx
Araq
2012-12-19
1
-0
/
+3
*
small examples work with the FFI
Araq
2012-12-19
1
-20
/
+37
[next]