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
*
the remaining passes all compile again
Andreas Rumpf
2018-05-13
1
-76
/
+79
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
Remove PHP backend. (#7606)
treeform
2018-04-18
1
-408
/
+154
*
the new feature's name is hotCodeReloading
Andreas Rumpf
2018-04-13
1
-3
/
+3
*
fixes #4470
Andreas Rumpf
2018-04-13
1
-0
/
+2
*
Support code hot reloading for JavaScript projects (#7362)
zah
2018-04-13
1
-24
/
+52
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-4
/
+4
*
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
1
-1
/
+1
*
fixes #6961
Andreas Rumpf
2018-02-02
1
-1
/
+1
*
Fixes codegen bug with literal negative zero, fixes #7079 (#7158)
GULPF
2018-01-31
1
-5
/
+11
*
fixes #7129
Andreas Rumpf
2018-01-30
1
-3
/
+3
*
JS codegen bugfix: don't crash on wrong importcpp patterns
Andreas Rumpf
2018-01-25
1
-0
/
+3
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-17
/
+19
*
jsgen: bool genConv generates boolean values instead of numeric (#7016)
qqquinta
2018-01-03
1
-2
/
+2
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-0
/
+2
*
make JS tests green again
Araq
2017-12-15
1
-1
/
+1
*
Implement codegenDecl for js (#6851)
Alexander Ivanov
2017-12-01
1
-11
/
+33
*
fixes #6445 (concepts for the JS target)
Andreas Rumpf
2017-11-22
1
-3
/
+4
*
fixes #6568
Andreas Rumpf
2017-11-22
1
-1
/
+1
*
fixes #6753
Andreas Rumpf
2017-11-18
1
-4
/
+4
*
fixes #6532 array bounds check for non zero based arrays on the js backend (#...
skilchen
2017-11-06
1
-1
/
+1
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-5
/
+5
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-4
/
+4
*
fixes #6096
Araq
2017-07-17
1
-1
/
+1
*
fixes a JS codegen regression
Andreas Rumpf
2017-07-10
1
-3
/
+23
*
fixes #5608
Andreas Rumpf
2017-07-09
1
-0
/
+4
*
fixes #6035
Araq
2017-06-30
1
-1
/
+1
*
fixes #5517
Andreas Rumpf
2017-06-30
1
-0
/
+2
*
fixes #5974
Andreas Rumpf
2017-06-29
1
-4
/
+8
*
fixes #5563
Andreas Rumpf
2017-06-29
1
-3
/
+3
*
fixes #4703
Andreas Rumpf
2017-06-29
1
-1
/
+10
*
JS gen: fixes regression
Andreas Rumpf
2017-06-26
1
-7
/
+15
*
fixes #5933
Andreas Rumpf
2017-06-03
1
-2
/
+17
*
fixes #4139
Andreas Rumpf
2017-06-03
1
-8
/
+15
*
review and merge zahary's work (#5849)
zah
2017-06-03
1
-128
/
+189
*
Fixed const sets in JS (#5790)
Yuriy Glukhov
2017-05-10
1
-1
/
+0
*
JS codegen: produce better code for constant sets
Andreas Rumpf
2017-05-01
1
-2
/
+8
*
js codegen: emit more line information
Andreas Rumpf
2017-04-26
1
-12
/
+14
*
Implementing `repr` for JS (#5578)
Silvio
2017-03-31
1
-9
/
+43
*
Merge remote-tracking branch 'origin/concepts-rebased' into araq
Andreas Rumpf
2017-03-31
1
-0
/
+2
|
\
|
*
introduce tyInferred for the unbound concept type params
Zahary Karadjov
2017-03-24
1
-0
/
+2
*
|
added a codegen note
Andreas Rumpf
2017-03-29
1
-0
/
+1
|
/
*
Fixes #5062 (#5527); JS: holes in enums
Silvio
2017-03-15
1
-9
/
+1
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
1
-1
/
+1
|
\
|
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-1
/
+1
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-4
/
+4
|
/
*
made nodecl implicit for vars in the js backend. (#5297)
Michael Jendrusch
2017-01-29
1
-1
/
+1
*
fix genderef of jsgen (#5274)
shsnow23
2017-01-24
1
-1
/
+1
[next]