Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | case consistency for linux | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -4/+4 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 4 | -14/+14 |
| | |||||
* | improvements for 'pretty' | Araq | 2013-12-28 | 7 | -32/+32 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 13 | -243/+243 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 9 | -156/+148 |
| | |||||
* | templates can access hidden fields | Araq | 2013-12-25 | 1 | -4/+4 |
| | |||||
* | bootstraps with new template symbol binding rules | Araq | 2013-12-24 | 2 | -12/+12 |
| | |||||
* | attempt to merge newtempl | Araq | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2 | Araq | 2013-12-24 | 3 | -27/+68 |
|\ | |||||
| * | NoFakeVars progress | Araq | 2013-12-24 | 2 | -3/+16 |
| | | |||||
| * | vm: FFI improvements | Araq | 2013-12-23 | 2 | -21/+45 |
| | | |||||
| * | tcnstseq works again | Araq | 2013-12-23 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 4 | -28/+34 |
| |\ | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * | | new VM: some progress for the FFI support | Araq | 2013-12-23 | 2 | -3/+4 |
| | | | |||||
* | | | Correct the spelling of the word 'implicitly' | Satish BD | 2013-12-23 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #759 from zielmicha/stdmsg | Andreas Rumpf | 2013-12-20 | 1 | -21/+23 |
|\ \ | | | | | | | Write tracebacks to stderr instead of stdout. | ||||
| * | | Rework CGI error reporting. | Michał Zieliński | 2013-12-18 | 1 | -20/+22 |
| | | | | | | | | | | | | | | | | | | - remove 'undocumented' stackTraceNL - add 'undocumented' errorMessageWriter - make printing errors for browser optional (for security) | ||||
| * | | write exception tracebacks to stdmsg, instead of stdout | Michał Zieliński | 2013-12-17 | 1 | -1/+1 |
| |/ | |||||
* / | implemented 'injectStmt'; more debug support | Araq | 2013-12-16 | 3 | -7/+11 |
|/ | |||||
* | fixes a regression where memset was used without including <string.h> | Araq | 2013-12-03 | 1 | -2/+1 |
| | |||||
* | better error message for implicitly available modules | Araq | 2013-12-01 | 2 | -0/+6 |
| | |||||
* | support for multiple test variables and var qualifiers in user-defined type ↵ | Zahary Karadjov | 2013-11-13 | 1 | -2/+1 |
| | | | | classes | ||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-10-31 | 1 | -50/+189 |
|\ | |||||
| * | Merge pull request #631 from mflamer/master | Andreas Rumpf | 2013-10-31 | 1 | -50/+189 |
| |\ | | | | | | | LockFree Hash Table 0.1 | ||||
| | * | LockFree Hash Table 0.1 | Mark Flamer | 2013-10-22 | 1 | -50/+189 |
| | | | |||||
* | | | GC: even more stress testing | Araq | 2013-10-31 | 3 | -8/+29 |
|/ / | |||||
* | | debug GC works now | Araq | 2013-10-01 | 1 | -2/+2 |
| | | |||||
* | | first version of the debug GC; doesn't work yet | Araq | 2013-10-01 | 2 | -20/+118 |
| | | |||||
* | | fixes #575 | Araq | 2013-09-10 | 2 | -1/+5 |
| | | |||||
* | | bugfix: --gc:none -d:useMalloc works again | Araq | 2013-09-06 | 2 | -54/+55 |
|/ | |||||
* | fixes #569; C++ codegen works again | Araq | 2013-08-31 | 3 | -3/+3 |
| | |||||
* | float64 is now an alias to 'float'; fixes #545 | Araq | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | GC: added static cycleGC checks | Araq | 2013-08-22 | 1 | -4/+6 |
| | |||||
* | fixes a long standing channels bug | Araq | 2013-08-09 | 2 | -1/+3 |
| | |||||
* | fixes #532 | Araq | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -1/+3 |
| | |||||
* | fixes --os:standalone | Araq | 2013-06-30 | 1 | -5/+6 |
| | |||||
* | made some tests green | Araq | 2013-06-30 | 1 | -2/+2 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 8 | -195/+168 |
| | |||||
* | fixed a long standing xml parser bug; html parser bugfixes + speed improvements | Araq | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | better error message for subtle nil errors | Araq | 2013-05-31 | 1 | -2/+4 |
| | |||||
* | GC'ed wide strings for windows | Araq | 2013-05-20 | 2 | -243/+128 |
| | |||||
* | Adds link to manual thread memory section from threads module. | Grzegorz Adam Hankiewicz | 2013-05-10 | 1 | -2/+2 |
| | |||||
* | bugfixes mostly JS related | Araq | 2013-05-01 | 1 | -0/+5 |
| | |||||
* | bugfix: mark&sweep GC | Araq | 2013-03-29 | 1 | -14/+16 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 23 | -0/+0 |
| | |||||
* | Merge pull request #359 from Tass/master | Araq | 2013-03-16 | 1 | -0/+1 |
|\ | | | | | JS unwinding | ||||
| * | hack to include hti correctly | Simon Hafner | 2013-03-16 | 1 | -0/+1 |
| | | |||||
* | | fixes #358 | Araq | 2013-03-16 | 1 | -0/+538 |
| | |