summary refs log tree commit diff stats
path: root/tests/accept/run
Commit message (Collapse)AuthorAgeFilesLines
* rebuilt csources; bootstrap should work againAraq2011-06-151-2/+0
|
* bugfix: proper return types for templatesAraq2011-06-151-1/+3
|
* basic generic collections implemented and testedAraq2011-06-073-8/+202
|
* bugfix: generic instantiation across module boundariesAraq2011-06-062-0/+18
|
* overloading of [] for derefence operation should be possible nowAraq2011-06-051-0/+24
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-20/+21
|
* first steps to thread local heapsAraq2011-06-021-0/+69
|
* thread support: next iterationAraq2011-05-171-0/+4
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-1/+0
| | | | sources and ./build.sh
* fixes #12Araq2011-05-021-0/+10
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-0114-47/+32
|
* slice support in system.nim; syntactic sugar for tables; cleanup of ↵Araq2011-04-231-0/+43
| | | | grammar/parser
* p[] instead of p^Araq2011-04-112-8/+19
|
* p[] instead of p^Araq2011-04-111-16/+0
|
* some tests cleaned up; some bugfixesAraq2011-04-112-2/+2
|
* some tests cleaned upAraq2011-04-052-186/+1
|
* bugfix: tmacros1.nim worksAraq2011-04-051-1/+1
|
* fixes #25Araq2011-04-051-0/+14
|
* Koenig's lookup implementationAraq2011-04-031-2/+2
|
* ugh, maybe broke gitAraq2011-04-012-0/+63
|
* added 'reset' magic procAraq2011-03-251-0/+19
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-236-0/+1769
|
* linearScanEnd pragma; string case statement optimizationAraq2011-03-142-0/+197
|
* fixes #13; fixes #18Araq2011-03-082-0/+58
|
* various bugfixes for generics; added generic sort procAraq2011-03-031-40/+36
|
* refactoring: suggest can import sigmatch for type matchingAraq2011-02-212-0/+89
|
* tests themselves contain the expected resultAraq2011-02-2091-90/+538
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-1212-3/+3
|
* changed handling of generalized string literalsAraq2011-02-071-1/+2
|
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-292-0/+9
|
* explicit indices in array literalsAraq2011-01-162-0/+18
|
* Feature: explicit string representation for enum fieldsAraq2011-01-113-0/+35
|
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-102-0/+13
|
* 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
|
* transf: big refactoring; other small fixesAraq2011-01-051-1/+1
|
* bugfix: multiple yield statements and loop body varsAraq2010-12-132-0/+32
|
* claro wrapper addedAraq2010-11-072-0/+12
|
* version 0.8.10Araq2010-10-2110-16/+23
|
* 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
|
* fixes for exception handling; added system.compileOptionAraq2010-09-132-0/+26
|
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-293-0/+0
|
* c2nim tool addedAndreas Rumpf2010-07-212-0/+8
|
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-047-7/+29
|
* resolved system.nim conflictsAndreas Rumpf2010-05-297-18/+18
|\
| * Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib ↵PhiLho2010-05-217-18/+18
| | | | | | | | update
* | added testsAndreas Rumpf2010-05-285-0/+149
| |