Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documented object constrs; endb works again | Araq | 2013-03-09 | 11 | -143/+152 |
| | |||||
* | object constructors work now | Araq | 2013-03-08 | 5 | -84/+160 |
| | |||||
* | next steps for object construction expressions | Araq | 2013-03-07 | 2 | -1/+33 |
| | |||||
* | next steps for object construction expressions | Araq | 2013-03-07 | 3 | -29/+49 |
| | |||||
* | first steps to implement object construction expressions | Araq | 2013-03-07 | 12 | -41/+132 |
| | |||||
* | fixed some typos | Araq | 2013-03-05 | 3 | -7/+8 |
| | |||||
* | bugfix: tvtable works again | Araq | 2013-03-05 | 2 | -4/+5 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-04 | 1 | -0/+1 |
|\ | |||||
| * | Merge pull request #349 from gradha/pr_switches_default_macosx_compiler_to_clang | Araq | 2013-03-04 | 1 | -0/+1 |
| |\ | | | | | | | Changes default macosx compiler to clang. | ||||
| | * | Changes default macosx compiler to clang. | Grzegorz Adam Hankiewicz | 2013-03-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | The default gcc version provided by current Xcode versions doesn't work. Alternatively macport's gcc-4.7 is known to work too, but that is less common for macosx users. | ||||
* | | | use clang for macosx in buildsh.tmpl | Araq | 2013-03-04 | 1 | -0/+2 |
|/ / | |||||
* | | made some tests green | Araq | 2013-03-04 | 3 | -3/+6 |
| | | |||||
* | | fixes for the new overloading resolution | Araq | 2013-03-03 | 4 | -21/+14 |
| | | |||||
* | | make some tests green | Araq | 2013-03-03 | 13 | -77/+98 |
| | | |||||
* | | lazy operand sem'checking (beware) | Araq | 2013-03-02 | 6 | -43/+88 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-28 | 9 | -4/+5 |
|\ | |||||
| * | Merge pull request #348 from Tass/isServing | Araq | 2013-02-27 | 4 | -3/+4 |
| |\ | | | | | | | added isServing parameter | ||||
| | * | added isServing parameter | Simon Hafner | 2013-02-26 | 4 | -3/+4 |
| | | | |||||
| * | | Moved packages to lib directory. | Dominik Picheta | 2013-02-25 | 5 | -1/+1 |
| | | | |||||
* | | | better overloading resolution for generics | Araq | 2013-02-28 | 4 | -19/+65 |
| | | | |||||
* | | | small improvements | Araq | 2013-02-27 | 2 | -2/+6 |
|/ / | |||||
* | | don't eval wrong code | Araq | 2013-02-24 | 1 | -1/+7 |
| | | |||||
* | | some bugfixes; no system.$ for object as it breaks code | Araq | 2013-02-24 | 4 | -10/+11 |
|/ | |||||
* | 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 |