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 #4496
Andreas Rumpf
2016-07-18
1
-1
/
+1
*
added system.newSeqOfCap for improved efficiency
Andreas Rumpf
2016-07-15
1
-0
/
+1
*
fixes #3706
Andreas Rumpf
2016-07-13
1
-1
/
+10
*
fixes #4471
Andreas Rumpf
2016-07-12
1
-3
/
+15
*
fixes a critical JS codegen bug which caused 'importcpp' statements not to be...
Andreas Rumpf
2016-07-11
1
-0
/
+1
*
fixes a strange JS codegen bug
Andreas Rumpf
2016-07-11
1
-0
/
+2
*
undocumented feature: JS backend: unit and group separators generate hash and...
Andreas Rumpf
2016-07-09
1
-1
/
+9
*
Fixes a critical JS codegen bug about @ in call pattern
Andreas Rumpf
2016-07-08
1
-0
/
+1
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-1
/
+1
*
Repr now works in js for enums starting with non-zero.
Yuriy Glukhov
2016-07-05
1
-1
/
+9
*
PHP codegen: code works with PHP 5.3 (with some luck)
Andreas Rumpf
2016-06-23
1
-1
/
+23
*
PHP backend: proper setLen implementation
Andreas Rumpf
2016-06-21
1
-2
/
+3
*
system. for cstrings uses value comparisons, not reference comparisons
Andreas Rumpf
2016-06-02
1
-1
/
+1
*
Fixes #4222
Yuriy Glukhov
2016-05-26
1
-4
/
+4
*
PHP codegen improvements
Andreas Rumpf
2016-05-13
1
-1
/
+1
*
JS target improvements
Andreas Rumpf
2016-04-29
1
-2
/
+5
*
fixes a critical PHP codegen bug
Andreas Rumpf
2016-04-29
1
-8
/
+11
*
Fix PHP and JS codegen to not escape single quotes in strings anymore.
Hans Raaf
2016-03-14
1
-1
/
+0
*
Merge pull request #3949 from oderwat/hara-php-addr
Andreas Rumpf
2016-03-10
1
-1
/
+10
|
\
|
*
Try to fix addr() ref and pointer for PHP
Hans Raaf
2016-03-08
1
-1
/
+10
*
|
Fix für PHP codegen integer modulo calculation.
Hans Raaf
2016-03-07
1
-0
/
+8
|
/
*
Fix for integer division in PHP codegen.
Hans Raaf
2016-03-06
1
-0
/
+8
*
Fix for PHP function pointer implementation.
Hans Raaf
2016-03-06
1
-0
/
+1
*
PHP codegen: function pointers work
Andreas Rumpf
2016-03-05
1
-3
/
+11
*
Merge pull request #3934 from oderwat/php-fix-defer
Andreas Rumpf
2016-03-05
1
-7
/
+12
|
\
|
*
Partial fix for defer in PHP Codegen.
Hans Raaf
2016-03-04
1
-7
/
+12
*
|
PHP codegen: use nimAt for PHP 5.3 compatibility
Andreas Rumpf
2016-03-04
1
-2
/
+11
|
/
*
Fixed bad JS codegen for new json with tables. Added json to JS tests.
Yuriy Glukhov
2016-02-29
1
-1
/
+3
*
no name mangling for PHP fields
Andreas Rumpf
2016-02-29
1
-1
/
+1
*
php codegen: name mangling bugfix
Andreas Rumpf
2016-02-26
1
-2
/
+3
*
PHP codegen generates reliable filenames
Andreas Rumpf
2016-02-26
1
-2
/
+6
*
PHP codegen can generate foo->bar accesses
Andreas Rumpf
2016-02-08
1
-1
/
+10
*
makes tints.nim test compile
Andreas Rumpf
2016-02-08
1
-0
/
+3
*
Made the test tints.nim work for the PHP codegen (uint shifts and
Hans Raaf
2016-02-07
1
-1
/
+5
*
Corrected (unsigned) shr for PHP Codegen
Hans Raaf
2016-02-07
1
-3
/
+12
*
Better code and fix for JS regression.
Hans Raaf
2016-02-07
1
-9
/
+9
*
Fix für Char to String in PHP.
Hans Raaf
2016-02-07
1
-0
/
+4
*
Fix tuple field access in PHP.
Hans Raaf
2016-02-07
1
-1
/
+4
*
Fix for index check in PHP code.
Hans Raaf
2016-02-07
1
-1
/
+4
*
Fix for shr with PHP (using >>)
Hans Raaf
2016-02-07
1
-5
/
+11
*
php-codegen fixes
Andreas Rumpf
2016-02-06
1
-4
/
+7
*
more JS regressions fixed
Andreas Rumpf
2016-02-06
1
-1
/
+1
*
fixes JS codegen regressions
Andreas Rumpf
2016-02-06
1
-3
/
+2
*
cleaner toArray magic
Andreas Rumpf
2016-02-06
1
-21
/
+24
*
PHP codegen can generate PHP classes
Andreas Rumpf
2016-02-06
1
-53
/
+199
*
first version of an PHP codegen
Andreas Rumpf
2016-02-06
1
-272
/
+364
*
Prefer JS typed arrays for arrays.
Yuriy Glukhov
2016-02-03
1
-4
/
+27
*
Merge pull request #3760 from yglukhov/js-unicode-2
Andreas Rumpf
2016-01-22
1
-6
/
+29
|
\
|
*
Fixed unicode strings in JS
Yuriy Glukhov
2016-01-22
1
-6
/
+29
*
|
Merge pull request #3762 from yglukhov/isnil-fix
Andreas Rumpf
2016-01-22
1
-1
/
+1
|
\
\
[prev]
[next]