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
/
tests
/
js
/
tjsffi.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-0
/
+1
*
[JS backend] improve `discard` statement; ridding of the awkward special vari...
ringabout
2024-04-13
1
-1
/
+1
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
1
-1
/
+1
*
make jsffi properly gensym (#22539)
metagn
2023-08-23
1
-0
/
+6
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
1
-1
/
+1
*
js: improve tests + some docs (#16727)
Timothee Cour
2021-01-16
1
-262
/
+164
*
add `**` to jsffi (#16141)
flywind
2020-11-26
1
-1
/
+33
*
importjs symbol (#12218)
Arne Döring
2019-09-20
1
-11
/
+9
*
Support undefined in isNil (#9960)
Alexander Ivanov
2018-12-30
1
-0
/
+16
*
Support only some types as JsAssoc types (#8627)
Alexander Ivanov
2018-11-23
1
-12
/
+12
*
Correctly mangle `this` in the JS backend (#8853)
LemonBoy
2018-09-03
1
-2
/
+2
*
make JS tests green
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
Restore the old behavior of parsing "quote do:"
Zahary Karadjov
2017-08-19
1
-2
/
+2
*
allow StmtLists to pass through semExprWithType
Zahary Karadjov
2017-04-11
1
-1
/
+7
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
1
-3
/
+5
*
improve the usability of the jsffi module
Zahary Karadjov
2017-04-09
1
-4
/
+48
*
Implement RFC #4873 improvements to JavaScript FFI (#5213)
Michael Jendrusch
2017-01-26
1
-0
/
+267