Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes typo to be able to use debugger. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Fixes problems with JS code gen. | Dominik Picheta | 2014-04-11 | 1 | -20/+34 |
| | | | | | | | --out for JS backend now works. setLen now works, this also fixes the base64 module. getCurrentExceptionMsg now also works with exceptions thrown by JS. log() supports a variable number of args now. Fixed some case sensitivity issues with arrayConstr and other functions. | ||||
* | Merge pull request #902 from reactormonk/float_toString | Andreas Rumpf | 2014-04-09 | 1 | -2/+4 |
|\ | | | | | use `.f` instead of `.16e` for floats | ||||
| * | add a trailing zero to $float | Simon Hafner | 2014-02-11 | 1 | -0/+2 |
| | | |||||
| * | use `.f` instead of `.16e` for floats | Simon Hafner | 2014-02-11 | 1 | -2/+2 |
| | | | | | | | | | | It doesn't write a trailing zero, but it's better than floats being all over your screen. | ||||
* | | preparations for easier debugging | Araq | 2014-04-07 | 5 | -27/+41 |
| | | |||||
* | | doc generation for asyncdispatch works | Araq | 2014-04-06 | 1 | -2/+3 |
| | | |||||
* | | ENDB: got rid of deprecated 'nil' stmt | Araq | 2014-03-27 | 1 | -3/+3 |
| | | |||||
* | | bugfix: reprEnum for enums with negative values | Araq | 2014-03-22 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 1 | -25/+24 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/system/jssys.nim | ||||
| * | | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 1 | -29/+28 |
| |/ | | | | | | | by tyTypeDesc[tyNone] | ||||
* / | renamed noStackFrame to asmNoStackFrame | Araq | 2014-02-18 | 2 | -40/+40 |
|/ | |||||
* | compiles on sparc again | Araq | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | mark and sweep GC compiles with --cs:partial | Araq | 2014-02-02 | 1 | -14/+14 |
| | |||||
* | case consistency for excpt.nim | Araq | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | nativeStackTrace might work again | Araq | 2014-01-25 | 1 | -3/+3 |
| | |||||
* | fix the error "only proc headers can feature pragmas" when compiling in JS mode | Zahary Karadjov | 2014-01-23 | 1 | -3/+3 |
| | |||||
* | compiler warns when you use GC'ed memory and '--gc:none' | Araq | 2014-01-19 | 1 | -48/+48 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -5/+1 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 4 | -51/+54 |
| | |||||
* | 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 |
| | |