summary refs log tree commit diff stats
path: root/compiler/seminst.nim
Commit message (Expand)AuthorAgeFilesLines
...
* proc bodies can be expressions with a typeAraq2012-09-221-1/+1
* fixes #194Araq2012-09-201-1/+17
* made more tests green; fixes #201Araq2012-09-121-3/+4
* term rewriting improvementsAraq2012-09-081-0/+1
* implemented generic templatesAraq2012-08-271-1/+4
* next steps to hygienic templatesAraq2012-08-201-2/+1
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-2/+1
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-2/+2
* 'addSon' for types deprecated for 'int literal type' analysisAraq2012-07-091-1/+1
* added proc annotations: macros invoked as pragmasAraq2012-06-261-2/+2
* somewhat working closuresAraq2012-06-191-1/+3
* typedesc and expr paramsZahary Karadjov2012-03-311-1/+1
* generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-251-3/+1
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-221-6/+38
* clean separation of PNimrodNode and tyExprAraq2012-03-161-2/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* proc arguments are in scope when the result type definition is being processedZahary Karadjov2011-12-091-1/+2
* bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-151-4/+3
* lazy loading of body ast implementedAraq2011-10-301-4/+7
* compilation cache: mostly working; generics not yetAraq2011-10-251-14/+13
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-0/+15
* modifyable results for generics; teventemitter worksAraq2011-08-091-2/+1
* fixes #35, fixes #43Araq2011-08-081-1/+2
* bugfix: forwarding of generic procs now worksAraq2011-07-301-13/+30
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-0/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-211-25/+29
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-1/+1
* preparations for 0.8.12Araq2011-07-101-0/+2
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-0/+3
* bugfix: typeinfo generation for tuplesAraq2011-06-191-9/+6
* big repo cleanupAraq2011-04-121-0/+128
57' href='#n357'>357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421