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
/
jsgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
enable closures tests for JS & implement `finished` for JS (#23521)
ringabout
2024-09-09
1
-10
/
+12
*
fixes push warnings for sempass2 (#23603)
ringabout
2024-09-03
1
-4
/
+4
*
fixes #24031; js codegen bug for case statement with just else branch (#24047)
ringabout
2024-09-02
1
-2
/
+7
*
remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)
metagn
2024-08-28
1
-1
/
+1
*
fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)
ringabout
2024-08-11
1
-1
/
+7
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-51
/
+51
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-18
/
+61
*
improve view types for jsgen; eliminate unnecessary copies of view types (#23...
ringabout
2024-06-02
1
-2
/
+2
*
fixes openarray views default values in JS (#23607)
ringabout
2024-05-14
1
-2
/
+2
*
rework `wasMoved`, `move` on the JS backend (#23577)
ringabout
2024-05-08
1
-7
/
+8
*
adds another fix for concept in JS (#23535)
ringabout
2024-04-24
1
-1
/
+1
*
remove php code from jsgen (#23502)
ringabout
2024-04-18
1
-14
/
+0
*
remove `|| []` from jsgen because string cannot be nil anymore (#23508)
ringabout
2024-04-18
1
-3
/
+3
*
fixes #23492; fixes JS float range causes compiler crash (#23517)
ringabout
2024-04-18
1
-1
/
+1
*
fixes #4695; closure iterators support for JS backend (#23493)
ringabout
2024-04-18
1
-5
/
+13
*
[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
-49
/
+51
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
remove unused magics: mIntToStr, mInt64ToStr, mFloatToStr (#23486)
ringabout
2024-04-09
1
-6
/
+1
*
apply the new mangle algorithm to JS backend for parameters and procs (#23476)
ringabout
2024-04-05
1
-2
/
+7
*
fixes #16771; lower `swap` for JS backend (#23473)
ringabout
2024-04-03
1
-13
/
+4
*
fixes #9550; Concept related crash only when compiling to JS (#23470)
ringabout
2024-04-02
1
-1
/
+1
*
fixes #23382; gives compiler errors for closure iterators in JS (#23398)
ringabout
2024-03-14
1
-1
/
+3
*
fixes #23378; fixes js abs negative int64 (#23379)
ringabout
2024-03-09
1
-1
/
+7
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
1
-3
/
+9
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-11
/
+11
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-3
/
+2
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+2
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
1
-1
/
+1
*
make float32 literals stringifying behave in JS the same as in C (#22500)
ringabout
2023-08-17
1
-2
/
+7
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-2
/
+1
*
simplify isAtom condition (#22430)
ringabout
2023-08-09
1
-4
/
+1
*
modernize jsgen; clean up some leftovers (#22423)
ringabout
2023-08-09
1
-16
/
+13
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-55
/
+64
*
Fix some jsgen bugs (#22330)
konsumlamm
2023-08-06
1
-8
/
+45
*
fixes #22362; Compiler crashes with staticBoundsCheck on (#22363)
ringabout
2023-08-02
1
-0
/
+4
*
implement `ensureMove` (#22339)
ringabout
2023-07-29
1
-0
/
+2
*
[JS] Fix bitwise ops & shifts (#22340)
konsumlamm
2023-07-27
1
-30
/
+53
*
[JS] Fix casting to ints (#22327)
konsumlamm
2023-07-25
1
-19
/
+7
*
fix VM uint conversion size bug, stricter int gen on JS (#22150)
metagn
2023-06-25
1
-6
/
+16
*
Fix jsgen (#21880)
Juan Carlos
2023-05-23
1
-0
/
+5
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
1
-0
/
+9
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-26
/
+183
*
fixes #21592; create type bound operations for calls in the method dispatcher...
ringabout
2023-04-01
1
-1
/
+1
*
`--embedsrc` for JavaScript (#21467)
quantimnot
2023-03-04
1
-0
/
+2
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-10
/
+9
*
fixes #20139; hash types based on its path relative to its package path (#212...
ringabout
2023-03-02
1
-2
/
+2
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-2
/
+8
*
fixes #21317; 1.6.4 regression; etyBaseIndex should return fat pointers [back...
ringabout
2023-02-01
1
-3
/
+4
*
JS backend properly extends string with `setLen` (#21087)
Jake Leahy
2022-12-13
1
-1
/
+3
[next]