summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* changed handling of generalized string literalsAraq2011-02-071-1/+2
|
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-292-0/+9
|
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-285-0/+57
|\
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-0/+21
| |
| * explicit indices in array literalsAraq2011-01-164-0/+36
| |
* | Corrected pretty() in json module, and added another file with json test data.dom962011-01-282-1/+81
|/
* json module changesAraq2011-01-151-3/+3
|
* Feature: explicit string representation for enum fieldsAraq2011-01-113-0/+35
|
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-102-0/+13
|
* c2nim compiles again [#9 state:resolved]; better error message for named ↵Araq2011-01-094-1/+18
| | | | parameters
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-0/+19
|
* implemented 'emit' pragmaAraq2011-01-072-0/+15
|
* added test tmultim4.nimAraq2011-01-062-0/+40
|
* better tester; yet another iterator bugfixAraq2011-01-061-0/+10
|
* bugfix: compiler rejects methods without object parameterAraq2011-01-062-0/+6
|
* bugfix: semantic checking: tuples without named fieldsAraq2011-01-061-0/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-051-0/+23
|\
| * Added a generics test case.dom962011-01-031-0/+23
| |
* | transf: big refactoring; other small fixesAraq2011-01-051-1/+1
| |
* | bugfix: multiple yield statements and loop body varsAraq2010-12-134-1/+53
| |
* | docgen understands and ignores *when false*Araq2010-11-181-0/+637
|/
* claro wrapper addedAraq2010-11-074-0/+21
|
* version 0.8.10Araq2010-10-2118-31/+110
|
* bugfix: finally sections are executed before return/breakAraq2010-09-206-2/+64
|
* bugfix: finally sections are executed before return/breakAraq2010-09-202-4/+11
|
* bugfix: overflow checking for small ints; bugfix: tiny C works againAraq2010-09-201-1/+1
|
* threading code deactivated; tiny C bugfix: don't report warnings to error ↵Araq2010-09-192-7/+10
| | | | callback
* fixes for exception handling; added system.compileOptionAraq2010-09-132-0/+26
|
* accurate file/line informationAndreas Rumpf2010-08-141-1/+5
|
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-11/+11
|
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-295-0/+0
|
* implemented user-defined pragmasAndreas Rumpf2010-07-231-0/+7
|
* c2nim tool addedAndreas Rumpf2010-07-213-0/+24
|
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-0410-7/+42
|
* deleted tests/tenuminh.nimAndreas Rumpf2010-05-291-10/+0
|
* resolved system.nim conflictsAndreas Rumpf2010-05-2913-29/+39
|\
| * Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib ↵PhiLho2010-05-2113-29/+39
| | | | | | | | update
* | added testsAndreas Rumpf2010-05-287-0/+172
| |
* | explicit types for generic routinesAndreas Rumpf2010-05-281-0/+1
|/
* Bugfix: code generation bug that affected dialogs.nimAndreas Rumpf2010-03-252-0/+10
|
* Bugfix: strutils.deleteAndreas Rumpf2010-03-201-0/+11
|
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-1/+1
|
* version 0.8.8Andreas Rumpf2010-03-152-0/+0
|
* version 0.8.8Andreas Rumpf2010-03-1414-40/+70
|
* improvements graphics moduleAndreas Rumpf2010-03-101-14/+20
|
* bugfix: len openarrayAndreas Rumpf2010-03-104-0/+27
|
* bugfix: tseqtupleAndreas Rumpf2010-03-102-0/+23
|
* bugfix: wrong error: not all cases covered with enums with holesAndreas Rumpf2010-03-091-0/+16
|
* bugfix:hexadecimal ranges 0x00..0x01Andreas Rumpf2010-03-091-0/+8
|
* bugfix: bug #511622Andreas Rumpf2010-03-082-2/+3
|