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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix system for nimscript config files on js backend (#24135)
metagn
2024-09-19
2
-0
/
+2
*
fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)
ringabout
2024-08-11
1
-0
/
+17
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
1
-1
/
+1
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-0
/
+1
*
fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)
ringabout
2024-04-26
1
-0
/
+3
*
fixes #4695; closure iterators support for JS backend (#23493)
ringabout
2024-04-18
1
-4
/
+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
3
-7
/
+4
*
fixes JS tests (#23479)
ringabout
2024-04-05
1
-1
/
+1
*
Update tests/js/tos.nim, make isAbsolute tested on nodejs under Windows. (#23...
lit
2024-03-09
1
-6
/
+4
*
Don't recurse into inner functions during asyncjs transform (#23036)
Jake Leahy
2023-12-06
1
-0
/
+5
*
minor fixes for node20 (#22894)
ringabout
2023-10-31
1
-1
/
+1
*
make jsffi properly gensym (#22539)
metagn
2023-08-23
1
-0
/
+6
*
fix VM uint conversion size bug, stricter int gen on JS (#22150)
metagn
2023-06-25
1
-0
/
+21
*
`strutils.split/rsplit` now return src on an empty sep (#22136)
Zoom
2023-06-21
1
-6
/
+1
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+1
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
1
-1
/
+1
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-3
/
+8
*
fixes #21439; Add tyOpenArray to genTypeInfo. (#21440)
Constantine Molchanov
2023-02-27
1
-0
/
+14
*
Specify that address is taken when converter takes a var parameter (#21391)
Jake Leahy
2023-02-21
1
-0
/
+15
*
`std/asyncjs` allow transforming proc types (#21356)
Jake Leahy
2023-02-14
1
-0
/
+5
*
fixes #21209; exclude threads options for JS (#21233)
ringabout
2023-01-08
2
-0
/
+7
*
JS backend properly extends string with `setLen` (#21087)
Jake Leahy
2022-12-13
1
-0
/
+11
*
Refactor JS sourcemap generator (#21053)
Jake Leahy
2022-12-13
1
-0
/
+96
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
1
-1
/
+1
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
2
-2
/
+2
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
1
-1
/
+1
*
fix #8821 JS codegen can produce extreme switch statements with case … (#20...
Bung
2022-10-14
1
-4
/
+1
*
fixes devel CI (#20512)
ringabout
2022-10-07
1
-1
/
+1
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-1
/
+1
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+5
*
fix #20233 Float ranges in case statement in JS crash compiler (#20349)
Bung
2022-09-14
1
-0
/
+7
*
[js] add testcase for array indexDefect and remove todo (#19838)
flywind
2022-06-10
1
-0
/
+9
*
undefine C symbols in JS backend [backport:1.6] (#19437)
flywind
2022-02-04
1
-0
/
+6
*
Optimize lent in JS [backport:1.6] (#19393)
hlaaftana
2022-01-17
1
-0
/
+33
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-1
/
+1
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
1
-2
/
+1
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
3
-5
/
+5
*
Update JS and nimscript import tests (#19306)
hlaaftana
2022-01-01
1
-19
/
+24
*
envPairs works in vm, nims (#18615)
Timothee Cour
2021-09-29
1
-26
/
+2
*
fix CI failure(upstream changes) (#18820)
flywind
2021-09-08
1
-1
/
+1
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
1
-1
/
+1
*
followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)
Timothee Cour
2021-03-04
3
-0
/
+22
*
fix #17177 (#17243)
flywind
2021-03-03
1
-0
/
+10
*
asyncjs: add `then`, `catch` for promise pipelining (#16871)
Timothee Cour
2021-02-24
2
-18
/
+84
*
array literals uses typed arrays; fix a jsgen bug (#16850)
flywind
2021-02-15
3
-15
/
+32
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
1
-1
/
+17
*
fix #16978 unittest js foreign exception (#16998)
Timothee Cour
2021-02-13
1
-0
/
+16
*
Make parseopt available on all backends (#17009)
hlaaftana
2021-02-13
1
-1
/
+1
*
[backport:1.4] JS cstring null fixes (#16979)
hlaaftana
2021-02-11
1
-1
/
+9
[next]