summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #1989Araq2015-02-011-0/+1
* fixes #1781Araq2014-12-281-1/+2
* fixes #1473Araq2014-11-121-1/+4
* VM supports math and a few os procsAraq2014-08-301-2/+11
* Nimrod renamed to NimAraq2014-08-281-1/+1
* Fixes incorrect macro stack traces.Dominik Picheta2014-08-111-1/+3
* parseBiggestFloat is now builtinAraq2014-07-161-1/+1
* implemented builtin noncopying sliceAraq2014-05-021-1/+1
* added #903 to the test suiteAraq2014-03-261-0/+1
* VM: endless loop preventionAraq2014-03-241-1/+6
* fixed tuples in a static context; preparations for correct compile time evalu...Araq2014-03-221-0/+1
* fixes #937Araq2014-03-051-0/+1
* tstmtexprs.nim works againAraq2014-02-271-1/+1
* new VM is getting stableAraq2014-02-241-2/+1
* vm2: new representation of registersAraq2014-02-211-11/+9
* tstringinterp almost workingAraq2014-02-011-0/+2
* case consistency: next stepsAraq2013-12-291-1/+1
* more tests workAraq2013-12-131-1/+1
* new VM: globals kinda workAraq2013-12-131-1/+4
* new VM: improvementsAraq2013-12-121-1/+2
* more tests are greenAraq2013-12-081-1/+1
* new VM: passes more testsAraq2013-12-061-1/+2
* next steps for FFI supportAraq2013-11-251-0/+1
* jump optimizer worksAraq2013-10-291-0/+2
* new VM is getting stableAraq2013-10-291-2/+2
* some complex macros workAraq2013-10-161-15/+15
* compiler bootstraps with new VMAraq2013-10-151-0/+18
* cooler quote for c2nimAraq2013-10-101-0/+3
* docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-291-1/+2
* new VM: preparations for evalMacroCallAraq2013-08-111-1/+1
* new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-0/+4
* new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+5
* new VM: next stepsAraq2013-08-031-0/+1
* new vm: further progressAraq2013-07-291-2/+25
* new vm: lots of fixesAraq2013-07-271-12/+12
* first steps to a new evaluation engineAraq2013-07-241-0/+149
a> 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