Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-24 | 3 | -151/+236 |
|\ | |||||
| * | Fixed timeouts for sockets, implemented timeouts in httpclient and fixed | Dominik Picheta | 2013-02-23 | 3 | -151/+236 |
| | | | | | | | | a bug with redirection in httpclient. | ||||
* | | codegen produces better code for complex assignments | Araq | 2013-02-24 | 4 | -10/+68 |
|/ | |||||
* | applies #322 without FReadDir effect | Araq | 2013-02-22 | 2 | -1/+9 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-22 | 3 | -5/+25 |
|\ | |||||
| * | Merge pull request #280 from keitahaga/better-error-message | Araq | 2013-02-21 | 1 | -3/+8 |
| |\ | | | | | | | Slightly better error message | ||||
| | * | Better CLI error message when options are invalid | Keita Haga | 2012-12-16 | 1 | -3/+8 |
| | | | |||||
| * | | Merge pull request #341 from Tass/master | Araq | 2013-02-21 | 2 | -2/+17 |
| |\ \ | | | | | | | | | Basic logic for objects | ||||
| | * | | removed `$` for refs upon request | Simon Hafner | 2013-02-21 | 2 | -17/+5 |
| | | | | |||||
| | * | | added $ for refs and removed == for ref test | Simon Hafner | 2013-02-21 | 2 | -8/+14 |
| | | | | | | | | | | | | | | | | == in refs should use the pointer to compare | ||||
| | * | | added tests, actually implemented $ and == | Simon Hafner | 2013-02-21 | 2 | -3/+4 |
| | | | | |||||
| | * | | added tests for == and $ | Simon Hafner | 2013-02-21 | 1 | -0/+20 |
| |/ / | |||||
* / / | added gradha's improvements for the times module (issue #231) | Araq | 2013-02-22 | 1 | -1/+9 |
|/ / | |||||
* | | better typeToString; fixes #340 | Araq | 2013-02-20 | 2 | -15/+16 |
| | | |||||
* | | small cleanups | Araq | 2013-02-19 | 2 | -5/+3 |
| | | |||||
* | | mark and sweep GC without bitvectors works | Araq | 2013-02-19 | 3 | -5/+8 |
| | | |||||
* | | mark and sweep without bitvectors | Araq | 2013-02-19 | 2 | -29/+77 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-19 | 2 | -20/+30 |
|\ \ | |||||
| * | | fixes #286 | Araq | 2013-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | fixes #331, fixes #314 | Araq | 2013-02-18 | 1 | -19/+29 |
| | | | |||||
* | | | todo.txt changes | Araq | 2013-02-19 | 1 | -8/+16 |
|/ / | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | enable 'cast' in interactive mode (beware) | Araq | 2013-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | typo in news.txt | Araq | 2013-02-18 | 1 | -1/+1 |
| | | | |||||
* | | | system.fields|fieldPairs for objects | Araq | 2013-02-18 | 5 | -37/+170 |
|/ / | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-16 | 27 | -141/+163 |
|\ \ | |||||
| * \ | Merge pull request #336 from Tass/unittest | Araq | 2013-02-16 | 4 | -15/+36 |
| |\ \ | | | | | | | | | Unittest | ||||
| | * | | WA for #329, caused by #335 | Simon Hafner | 2013-02-15 | 2 | -1/+6 |
| | | | | |||||
| | * | | on the path to get unittest running from JS | Simon Hafner | 2013-02-15 | 2 | -13/+28 |
| | | | | |||||
| | * | | elif on JS instead of generic else | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | UTC weekday in JS | Simon Hafner | 2013-02-15 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #333 from Tass/master | Araq | 2013-02-15 | 25 | -126/+127 |
| |\| | | | | | | | | | | EcmaScript => Js | ||||
| | * | | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 25 | -126/+127 |
| |/ / | | | | | | | | | | No one calls it EcmaScript anymore. | ||||
* | | | preparations for a generational GC | Araq | 2013-02-16 | 6 | -6/+13 |
| | | | |||||
* | | | micro optimizations for the evaluation engine | Araq | 2013-02-14 | 4 | -43/+64 |
|/ / | |||||
* | | added GC_addCycleRoot | Araq | 2013-02-12 | 3 | -4/+16 |
| | | |||||
* | | GC: incRef needs to add cycleroots | Araq | 2013-02-12 | 2 | -6/+5 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-11 | 24 | -201/+832 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/system/gc.nim | ||||
| * | | updated news.txt | Araq | 2013-02-10 | 1 | -2/+8 |
| | | | |||||
| * | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-10 | 3 | -16/+28 |
| |\ \ | |||||
| | * \ | Merge pull request #327 from Tass/master | Araq | 2013-02-09 | 3 | -16/+28 |
| | |\ \ | | | | | | | | | | | KWin echo hack and string literal fix. | ||||
| | | * | | hack for long string literals in C bugs in JS. Fixed. | Simon Hafner | 2013-02-09 | 1 | -14/+16 |
| | | | | | |||||
| | | * | | fix for exit code of compiler (JS bug?) | Simon Hafner | 2013-02-09 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | rawEcho hack for kwin target | Simon Hafner | 2013-02-08 | 1 | -1/+11 |
| | |/ / | |||||
| * | | | open arrays documented in the manual | Araq | 2013-02-10 | 5 | -6/+38 |
| | | | | |||||
| * | | | working cycle collector for old GC | Araq | 2013-02-10 | 1 | -253/+133 |
| |/ / | |||||
| * | | made some tests green | Araq | 2013-02-08 | 3 | -2/+4 |
| | | | |||||
| * | | code cleanup for mark&sweep GC | Araq | 2013-02-07 | 7 | -88/+43 |
| | | | |||||
| * | | first version of a simple mark&sweep GC; activate with --gc:markAndSweep | Araq | 2013-02-07 | 12 | -87/+832 |
| | | | |||||
* | | | fixed embarrassing memory leak in 'collectCycles' | Araq | 2013-01-31 | 1 | -0/+1 |
|/ / |