summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* better overloading resolution for genericsAraq2013-02-284-19/+65
* small improvementsAraq2013-02-272-2/+6
* don't eval wrong codeAraq2013-02-241-1/+7
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-244-10/+11
* 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
* | 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
| |\
| | * Better CLI error message when options are invalidKeita Haga2012-12-161-3/+8
| * | Merge pull request #341 from Tass/masterAraq2013-02-212-2/+17
| |\ \
| | * | removed `$` for refs upon requestSimon Hafner2013-02-212-17/+5
| | * | added $ for refs and removed == for ref testSimon Hafner2013-02-212-8/+14
| | * | 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
| |\ \
| | * | 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. Fixes #330Simon Hafner2013-02-1525-126/+127
| |/ /
* | | 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
|\ \
| * | 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
| | |\ \
| | | * | 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
| |/ /