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
/
ecmasgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
first steps to deprecate 'nil' statement
Araq
2012-09-09
1
-3
/
+4
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
1
-5
/
+8
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-0
/
+2
*
fixes #178
Araq
2012-07-28
1
-1
/
+1
*
got rid of some mAddU64 etc. magics
Araq
2012-07-20
1
-5
/
+0
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-1
/
+2
*
JS codegen improvements; barely usable now
Araq
2012-07-02
1
-23
/
+46
*
JS codegen enhancements; still unusable
Araq
2012-07-01
1
-28
/
+70
*
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
1
-66
/
+123
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-06-02
1
-1
/
+2
|
\
|
*
added system.||; lacks runtime support
Araq
2012-05-23
1
-1
/
+2
*
|
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-0
/
+2
|
/
*
fixes #109
Araq
2012-05-20
1
-1
/
+8
*
tyOrdinal now means "integral types". tyTypeClass created to take care of typ...
Zahary Karadjov
2012-03-22
1
-1
/
+1
*
ecmas fixes
dom96
2012-02-05
1
-0
/
+4
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-2
/
+2
*
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
1
-8
/
+0
*
fixes #71; sorry about the polling implementation
Araq
2011-12-05
1
-2
/
+3
*
implemented 'let' statement
Araq
2011-11-29
1
-3
/
+3
*
Fixed the tester. Some fixes and additions for the JS backend.
dom96
2011-10-31
1
-1
/
+1
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-2
/
+2
*
JS backend: supports methods (untested)
Araq
2011-10-28
1
-14
/
+22
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
1
-0
/
+1
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
1
-4
/
+6
*
Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...
dom96
2011-09-23
1
-38
/
+70
*
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
1
-1
/
+0
*
json code generation works again
Araq
2011-08-07
1
-3
/
+3
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-7
/
+7
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-2
/
+2
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-3
/
+4
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
1
-1
/
+1
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+1454