summary refs log tree commit diff stats
path: root/compiler/semtypinst.nim
Commit message (Expand)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* remove any traces of the old global generics cacheZahary Karadjov2013-01-271-67/+48
* minor bug fixes to make some tests greenZahary Karadjov2013-01-211-1/+0
* store the instantiation cache in the generic symbolZahary Karadjov2012-11-281-24/+32
* fixes #211Zahary Karadjov2012-10-131-0/+4
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-1/+2
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-1/+2
* better error handling for better idetools supportAraq2012-07-291-1/+2
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...Araq2012-07-091-6/+0
* 'addSon' for types deprecated for 'int literal type' analysisAraq2012-07-091-3/+5
* implicit generics types as return types. removed the error message for captur...Zahary Karadjov2012-04-211-1/+2
* made built-in types primary expressions to allow infix operators to be used w...Zahary Karadjov2012-04-201-1/+2
* generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-251-0/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-16/+46
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-271-1/+2
* compilation cache: mostly working; generics not yetAraq2011-10-251-5/+5
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-30/+70
* added xmltree.innerText; fixes #49Araq2011-08-151-4/+11
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+0
* fixes #42Araq2011-08-041-29/+39
* bugfix: 'final' not passed to genericAraq2011-07-291-7/+8
* bugfix: typeinfo generation for tuplesAraq2011-06-191-5/+5
* big repo cleanupAraq2011-04-121-0/+151
a id='n294' href='#n294'>294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354