summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* slices are first class citizensAraq2011-04-222-40/+55
* grammar changes for table constructor: first partAraq2011-04-211-9/+10
* got rid of some arcane module namesAraq2011-04-211-9/+4
* big repo cleanupAraq2011-04-121-11/+6
* p[] instead of p^Araq2011-04-112-9/+14
* ugh, maybe broke gitAraq2011-04-011-1/+5
* some little bugfixesAraq2011-03-271-2/+2
* Merge branch 'master' of https://github.com/Tass/Nimrod into Tass-masterAraq2011-03-241-0/+16
|\
| * + documentation for implicit conversionsSimon Hafner2011-03-181-0/+16
* | bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-47/+67
* | linearScanEnd pragma; string case statement optimizationAraq2011-03-142-4/+67
|/
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-2/+2
* --stdout support; idetools implementedAraq2011-02-252-13/+20
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-142-1/+12
* REPL improvementsAraq2011-02-134-6/+31
* non-nil AST; continue after errors for IDE supportAraq2011-02-122-5/+3
* changed handling of generalized string literalsAraq2011-02-072-8/+22
* documentation improvementsAraq2011-02-063-55/+63
* nimgrep: first working versionAraq2011-02-021-2/+6
* documentation improvementsAraq2011-01-312-58/+67
* changes to threads; --recursivePath supportAraq2011-01-292-1/+2
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-0/+3
* docgen: module dependencies are now listedAraq2011-01-161-1/+12
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-0/+4
* Feature: explicit string representation for enum fieldsAraq2011-01-111-0/+18
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-101-1/+1
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-101-3/+5
* support for objective C generationAraq2011-01-101-0/+1
* documentation improvementsAraq2011-01-092-1/+44
* documentation for source code filtersAraq2011-01-063-78/+49
* better tester; yet another iterator bugfixAraq2011-01-061-2/+6
* transf: big refactoring; other small fixesAraq2011-01-051-1/+1
* docgen understands and ignores *when false*Araq2010-11-183-6/+11
* pegs: captured search loopAraq2010-11-071-1/+5
* niminst: support for doc_startAraq2010-11-021-1/+4
* pegs: bugfixes and extensionsAraq2010-10-311-0/+10
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-261-0/+1
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-251-1/+15
* added base64 module; decoding still brokenAraq2010-10-231-9/+9
* version 0.8.10Araq2010-10-216-151/+702
* tiny C support; cosmetic improvements for the docsAraq2010-08-285-3/+98
* accurate file/line informationAndreas Rumpf2010-08-141-0/+3
* documentation changesAndreas Rumpf2010-08-121-266/+261
* c2nim: new features & bugfixesAndreas Rumpf2010-08-111-97/+153
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-17/+17
* inlining of the write barrier for dllsAndreas Rumpf2010-08-083-20/+17
* implemented user-defined pragmasAndreas Rumpf2010-07-231-2/+40
* c2nim: better parsing of #ifdef C2NIM; #def supportAndreas Rumpf2010-07-221-2/+4
* added system.appType magicAndreas Rumpf2010-07-212-1/+11
* c2nim tool addedAndreas Rumpf2010-07-211-1/+1
ref='#n549'>549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645