summary refs log tree commit diff stats
path: root/compiler/semcall.nim
Commit message (Expand)AuthorAgeFilesLines
...
| * proper discrimination between csEmpty and csNoMatchZahary Karadjov2013-08-271-3/+8
| * fix tnoopZahary Karadjov2013-08-261-3/+8
| * implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-30/+83
* | fixes #516Araq2013-08-311-3/+6
|/
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-0/+3
|\
| * added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-111-0/+3
* | final fixes giving us a working compilerZahary Karadjov2013-05-121-1/+1
|/
* improved error message for #291Araq2013-04-111-1/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* make some tests greenAraq2013-03-031-1/+1
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-241-1/+1
* implemented generic multi methodsAraq2013-01-161-3/+17
* fixes #271Araq2012-12-151-11/+29
* implemented generic convertersAraq2012-12-051-0/+12
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-5/+6
* borrow works with genericsAraq2012-08-061-0/+14
* idetools: '--def' now works in 'x.f'Araq2012-08-051-3/+3
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-3/+10
* idetools improvementsAraq2012-08-031-1/+1
* optimizations for system.compilesAraq2012-07-201-8/+12
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-3/+11
* allowing definitions of procs and templates to be overridden in local scopesZahary Karadjov2012-03-141-4/+5
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-47/+55
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-071-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: overloading resolution for typeofAraq2011-09-271-1/+3
* bugfix: proper cache for generic instantiationsAraq2011-07-211-8/+0
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-10/+20
* big repo cleanupAraq2011-04-121-0/+120
' href='#n359'>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 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564