summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-243-151/+236
|\
| * Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-233-151/+236
| | | | | | | | a bug with redirection in httpclient.
* | codegen produces better code for complex assignmentsAraq2013-02-244-10/+68
|/
* applies #322 without FReadDir effectAraq2013-02-222-1/+9
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-223-5/+25
|\
| * Merge pull request #280 from keitahaga/better-error-messageAraq2013-02-211-3/+8
| |\ | | | | | | Slightly better error message
| | * Better CLI error message when options are invalidKeita Haga2012-12-161-3/+8
| | |
| * | Merge pull request #341 from Tass/masterAraq2013-02-212-2/+17
| |\ \ | | | | | | | | Basic logic for objects
| | * | removed `$` for refs upon requestSimon Hafner2013-02-212-17/+5
| | | |
| | * | added $ for refs and removed == for ref testSimon Hafner2013-02-212-8/+14
| | | | | | | | | | | | | | | | == in refs should use the pointer to compare
| | * | added tests, actually implemented $ and ==Simon Hafner2013-02-212-3/+4
| | | |
| | * | added tests for == and $Simon Hafner2013-02-211-0/+20
| |/ /
* / / added gradha's improvements for the times module (issue #231)Araq2013-02-221-1/+9
|/ /
* | better typeToString; fixes #340Araq2013-02-202-15/+16
| |
* | small cleanupsAraq2013-02-192-5/+3
| |
* | mark and sweep GC without bitvectors worksAraq2013-02-193-5/+8
| |
* | mark and sweep without bitvectorsAraq2013-02-192-29/+77
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-192-20/+30
|\ \
| * | fixes #286Araq2013-02-191-1/+1
| | |
| * | fixes #331, fixes #314Araq2013-02-181-19/+29
| | |
* | | todo.txt changesAraq2013-02-191-8/+16
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-181-1/+1
|\ \
| * | enable 'cast' in interactive mode (beware)Araq2013-02-171-1/+1
| | |
* | | typo in news.txtAraq2013-02-181-1/+1
| | |
* | | system.fields|fieldPairs for objectsAraq2013-02-185-37/+170
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-1627-141/+163
|\ \
| * \ Merge pull request #336 from Tass/unittestAraq2013-02-164-15/+36
| |\ \ | | | | | | | | Unittest
| | * | WA for #329, caused by #335Simon Hafner2013-02-152-1/+6
| | | |
| | * | on the path to get unittest running from JSSimon Hafner2013-02-152-13/+28
| | | |
| | * | elif on JS instead of generic elseSimon Hafner2013-02-151-1/+1
| | | |
| | * | UTC weekday in JSSimon Hafner2013-02-151-1/+2
| | | |
| * | | Merge pull request #333 from Tass/masterAraq2013-02-1525-126/+127
| |\| | | | | | | | | | EcmaScript => Js
| | * | EcmaScript => JS. Fixes #330Simon Hafner2013-02-1525-126/+127
| |/ / | | | | | | | | | No one calls it EcmaScript anymore.
* | | preparations for a generational GCAraq2013-02-166-6/+13
| | |
* | | micro optimizations for the evaluation engineAraq2013-02-144-43/+64
|/ /
* | added GC_addCycleRootAraq2013-02-123-4/+16
| |
* | GC: incRef needs to add cyclerootsAraq2013-02-122-6/+5
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-1124-201/+832
|\ \ | | | | | | | | | | | | Conflicts: lib/system/gc.nim
| * | updated news.txtAraq2013-02-101-2/+8
| | |
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-103-16/+28
| |\ \
| | * \ Merge pull request #327 from Tass/masterAraq2013-02-093-16/+28
| | |\ \ | | | | | | | | | | KWin echo hack and string literal fix.
| | | * | hack for long string literals in C bugs in JS. Fixed.Simon Hafner2013-02-091-14/+16
| | | | |
| | | * | fix for exit code of compiler (JS bug?)Simon Hafner2013-02-091-1/+1
| | | | |
| | | * | rawEcho hack for kwin targetSimon Hafner2013-02-081-1/+11
| | |/ /
| * | | open arrays documented in the manualAraq2013-02-105-6/+38
| | | |
| * | | working cycle collector for old GCAraq2013-02-101-253/+133
| |/ /
| * | made some tests greenAraq2013-02-083-2/+4
| | |
| * | code cleanup for mark&sweep GCAraq2013-02-077-88/+43
| | |
| * | first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-0712-87/+832
| | |
* | | fixed embarrassing memory leak in 'collectCycles'Araq2013-01-311-0/+1
|/ /