summary refs log tree commit diff stats
path: root/compiler/ecmasgen.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
'n239' href='#n239'>239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289