summary refs log tree commit diff stats
path: root/compiler/ecmasgen.nim
Commit message (Expand)AuthorAgeFilesLines
* first steps to deprecate 'nil' statementAraq2012-09-091-3/+4
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-141-5/+8
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-0/+2
* fixes #178Araq2012-07-281-1/+1
* got rid of some mAddU64 etc. magicsAraq2012-07-201-5/+0
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+2
* JS codegen improvements; barely usable nowAraq2012-07-021-23/+46
* JS codegen enhancements; still unusableAraq2012-07-011-28/+70
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-301-66/+123
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-021-1/+2
|\
| * added system.||; lacks runtime supportAraq2012-05-231-1/+2
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-0/+2
|/
* fixes #109Araq2012-05-201-1/+8
* tyOrdinal now means "integral types". tyTypeClass created to take care of typ...Zahary Karadjov2012-03-221-1/+1
* ecmas fixesdom962012-02-051-0/+4
* year 2012 for most copyright headersAraq2012-01-021-2/+2
* alias analysis as required for the code gen and the HLOAraq2011-12-081-8/+0
* fixes #71; sorry about the polling implementationAraq2011-12-051-2/+3
* implemented 'let' statementAraq2011-11-291-3/+3
* Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-1/+1
* lazy loading of body ast implementedAraq2011-10-301-2/+2
* JS backend: supports methods (untested)Araq2011-10-281-14/+22
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-0/+1
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-4/+6
* Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-231-38/+70
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-1/+0
* json code generation works againAraq2011-08-071-3/+3
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-7/+7
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-2/+2
* intsets are now a proper module and part of the stdlibAraq2011-06-141-3/+4
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-1/+1
* got rid of some arcane module namesAraq2011-04-211-1/+1
* big repo cleanupAraq2011-04-121-0/+1454