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
*
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
*
tests/tuples/ttuples_issues.nim: test on all backends + various improvements ...
Timothee Cour
2021-02-02
2
-29
/
+5
*
fix #16822 (#16884)
flywind
2021-02-01
1
-0
/
+29
*
fix noDecl => nodecl (#16760)
Timothee Cour
2021-01-20
1
-1
/
+1
*
js: improve tests + some docs (#16727)
Timothee Cour
2021-01-16
2
-262
/
+167
*
[backport 1.0] add backend support for js bigint (#16606)
Timothee Cour
2021-01-06
1
-0
/
+58
*
refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)
flywind
2020-12-31
1
-16
/
+1
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
1
-13
/
+0
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-1
/
+3
*
add `**` to jsffi (#16141)
flywind
2020-11-26
1
-1
/
+33
*
add simple writeStackTrace for JS backend (#16016)
flywind
2020-11-24
1
-0
/
+12
*
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Timothee Cour
2020-11-19
1
-44
/
+29
[next]