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
*
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
*
[JS] Ref #15952 make toOpenArray works better (#17001)
flywind
2021-02-10
1
-10
/
+19
*
fix #16822 (#16884)
flywind
2021-02-01
1
-2
/
+2
*
fix negative nan (#16628)
flywind
2021-01-11
1
-1
/
+4
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-3
/
+3
*
[backport 1.0] add backend support for js bigint (#16606)
Timothee Cour
2021-01-06
1
-1
/
+4
*
ref #16054 remove typed array (#16077)
flywind
2020-11-24
1
-8
/
+0
*
fix #12303 (#15964)
flywind
2020-11-14
1
-2
/
+7
*
Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [back...
Bung
2020-11-13
1
-3
/
+9
*
fix #14157 (#15877)
flywind
2020-11-12
1
-0
/
+4
*
Fix 14127 js from int to int casting (#15918)
Bung
2020-11-11
1
-2
/
+1
*
follow #15818 and close #7109 (#15823)
flywind
2020-11-02
1
-2
/
+5
*
fix #8821 (#15809)
flywind
2020-11-02
1
-0
/
+5
*
fix #15651 (#15800)
flywind
2020-10-31
1
-0
/
+1
*
[closes #11625 and closes #2488]add global and threadvar(with `--threads:off`...
flywind
2020-10-30
1
-1
/
+6
*
fix #15638 (#15789)
flywind
2020-10-30
1
-0
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-8
/
+10
*
avoid #8231, bitwise move to mul,div (#15070)
Bung
2020-08-25
1
-2
/
+10
*
fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...
Bung
2020-07-27
1
-1
/
+10
*
fix #14534 (#15060) [backport]
Bung
2020-07-25
1
-1
/
+1
*
'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)
Andreas Rumpf
2020-07-20
1
-1
/
+1
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-1
/
+1
*
remove tyOpt, mOpt (#14636)
Timothee Cour
2020-06-12
1
-4
/
+5
*
fix #14576 addr of param (including for lent) now works with nim js (#14577)
Timothee Cour
2020-06-06
1
-2
/
+9
[next]