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
*
fixed nil.add for JS
Araq
2015-04-22
1
-1
/
+1
*
fixes #2581
Araq
2015-04-22
1
-9
/
+16
*
cleaned up some magics to make room for new magics; added '..<' and '..^' tem...
Araq
2015-04-22
1
-6
/
+0
*
attempt to fix JS codegen regression
Araq
2015-04-20
1
-1
/
+1
*
fixes #2476
Araq
2015-04-19
1
-13
/
+22
*
Don't add a comma too soon
Oleh Prypin
2015-04-09
1
-1
/
+1
*
Get rid of deprecation warnings
def
2015-04-07
1
-256
/
+254
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-1
/
+1
*
cannot gen symbol -> must be compile time
Simon Hafner
2015-03-26
1
-3
/
+1
*
uint support for JS.
Yuriy Glukhov
2015-03-24
1
-1
/
+1
*
codegen doesn't produce line tracing commands anymore; fixes #1344
Araq
2015-03-21
1
-8
/
+4
*
Fixes #2323. Fixes #2148.
Dominik Picheta
2015-03-15
1
-6
/
+6
*
fixes #2298
Araq
2015-03-12
1
-203
/
+205
*
Replaced deprecated repeatChar() with repeat() or spaces().
Hans Raaf
2015-03-04
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Fixes #1959, rounding floats in JS
Simon Hafner
2015-01-29
1
-1
/
+10
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-2
/
+2
*
fixes #1742
Araq
2014-12-24
1
-4
/
+2
*
minor improvements to the docs
Araq
2014-12-14
1
-8
/
+12
*
further website improvements
Araq
2014-12-10
1
-1
/
+3
*
Fixing extraneous semicolon in jsgen output
juxiliary
2014-12-06
1
-1
/
+1
*
fixes #1489, fixes #1490
Araq
2014-11-28
1
-13
/
+10
*
fixes #1548
Araq
2014-11-17
1
-2
/
+10
*
Fix issue #1660
Simon Krauter
2014-11-15
1
-1
/
+2
*
implemented 'guard' annotation
Araq
2014-09-21
1
-2
/
+3
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
documented the JS codegen
Araq
2014-08-20
1
-0
/
+19
*
Merge pull request #1485 from def-/js-substr
Andreas Rumpf
2014-08-15
1
-1
/
+1
|
\
|
*
Fix CopyStr (substr in system.nim) for javascript target
def
2014-08-15
1
-1
/
+1
*
|
Merge pull request #1484 from def-/js-swap
Andreas Rumpf
2014-08-15
1
-2
/
+2
|
\
\
|
*
|
Fix swap in jsgen
def
2014-08-15
1
-2
/
+2
|
|
/
*
/
Fix array address on nkHiddenAddr
def
2014-08-15
1
-4
/
+5
|
/
*
Merge pull request #1437 from def-/fix-#1291
Andreas Rumpf
2014-08-01
1
-1
/
+1
|
\
|
*
Fix typo in mHigh
def
2014-08-01
1
-1
/
+1
*
|
Set kind of literal nodes as resExpr
def
2014-08-01
1
-0
/
+4
|
/
*
Make codegen for `1` and similar valid
flaviut
2014-05-16
1
-12
/
+0
*
Fixes problems with JS code gen.
Dominik Picheta
2014-04-11
1
-4
/
+11
*
implemented region pointers
Araq
2014-04-09
1
-3
/
+3
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-25
1
-38
/
+38
|
\
|
*
rename compilerProcs to match the recently changed jssys.nim
Zahary Karadjov
2014-02-25
1
-38
/
+38
*
|
vm2: new representation of registers
Araq
2014-02-21
1
-1
/
+0
|
/
*
implements #766;
Zahary Karadjov
2014-01-24
1
-1
/
+1
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-10
/
+10
*
it's the year 2014
Araq
2014-01-19
1
-2
/
+2
*
introduce tyFromExpr; fixes #618
Zahary Karadjov
2014-01-04
1
-2
/
+3
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-1
/
+1
|
\
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-1
/
+1
*
|
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-12
/
+12
[next]