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
*
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
*
Refactor JS sourcemap generator (#21053)
Jake Leahy
2022-12-13
1
-3
/
+5
*
Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)
Bung
2022-11-04
1
-0
/
+7
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-1
/
+1
*
fix #8821 JS codegen can produce extreme switch statements with case … (#20...
Bung
2022-10-14
1
-6
/
+1
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
1
-1
/
+1
*
DAA and 'out' parameters (#20506)
Andreas Rumpf
2022-10-06
1
-2
/
+2
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-2
/
+2
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-3
/
+3
*
allow more simple expressions in js (#20270)
Amjad Ben Hedhili
2022-09-27
1
-1
/
+3
*
Compute small nim string lit at CT (#20439)
Amjad Ben Hedhili
2022-09-27
1
-3
/
+18
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-71
/
+68
*
Represent more types as JS `TypedArray`s (#20411)
Amjad Ben Hedhili
2022-09-26
1
-2
/
+8
*
Shorten JS block code (#20370)
Amjad Ben Hedhili
2022-09-19
1
-4
/
+4
*
fix #20233 Float ranges in case statement in JS crash compiler (#20349)
Bung
2022-09-14
1
-18
/
+55
*
Replace `if` by `case` in JS `isSimpleExpr` (#20267)
Amjad Ben Hedhili
2022-09-06
1
-5
/
+7
*
support cstring in `case` (#20130)
metagn
2022-09-01
1
-3
/
+5
*
fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229)
ringabout
2022-08-24
1
-1
/
+2
*
fixes #20219; ignore comment/empty node in stmtListExpr (#20249)
ringabout
2022-08-24
1
-0
/
+4
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
1
-2
/
+4
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+4
*
Fix global destructor injection for JS backend (#19797)
quantimnot
2022-05-23
1
-5
/
+25
*
remove tmpFramePtr when optStackTrace is absent (#19649)
flywind
2022-03-26
1
-4
/
+0
*
remove unnecessary framePtr code (#19645)
flywind
2022-03-25
1
-3
/
+6
*
Fix #18662 (#19534)
Evan Typanski
2022-02-28
1
-1
/
+3
*
Optimize lent in JS [backport:1.6] (#19393)
hlaaftana
2022-01-17
1
-15
/
+36
*
Fixed generic distinct conversions for 'var' (#18837)
Jason Beetham
2021-10-26
1
-62
/
+76
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
1
-1
/
+1
*
fix for js strict mode (#18799)
Sven Keller
2021-09-04
1
-1
/
+1
*
allow building 1.4.0 from devel (#18708)
Timothee Cour
2021-08-18
1
-0
/
+1
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
1
-5
/
+6
*
Remove unused imports, and deprecated function usage (#18663)
Kyle Brown
2021-08-11
1
-1
/
+1
*
fixes #18469 (#18544)
Andreas Rumpf
2021-07-20
1
-10
/
+0
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
1
-6
/
+1
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-1
/
+1
*
fixes #18319 (#18375)
Andreas Rumpf
2021-06-28
1
-2
/
+12
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-2
/
+0
*
jsgen improve spacing (#18048)
Juan Carlos
2021-05-20
1
-30
/
+30
*
js generates spurious >>> on shr (#17767)
Sivchari
2021-04-21
1
-2
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-10
/
+10
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-1
/
+1
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-1
/
+2
*
fix #17264 [backport:1.4] (#17266)
flywind
2021-03-05
1
-2
/
+2
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
fix #17076 (#17081)
flywind
2021-02-18
1
-1
/
+5
*
JS: fix div uint64 no truncation (#16899)
flywind
2021-02-15
1
-1
/
+4
*
array literals uses typed arrays; fix a jsgen bug (#16850)
flywind
2021-02-15
1
-16
/
+39
*
[backport:1.4] JS cstring null fixes (#16979)
hlaaftana
2021-02-11
1
-3
/
+19
[next]