Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 14 | -32/+147 |
| | |||||
* | improved error message for #291 | Araq | 2013-04-11 | 1 | -1/+4 |
| | |||||
* | cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵ | Araq | 2013-04-11 | 7 | -1198/+9 |
| | | | | bootstrapping build | ||||
* | fixes #283 | Araq | 2013-04-11 | 2 | -1/+2 |
| | |||||
* | bugfix: new(TTable[string, int]) compiles | Araq | 2013-04-10 | 1 | -4/+9 |
| | |||||
* | experimental support for outputting code snippets in error messages; ↵ | Zahary Karadjov | 2013-04-09 | 2 | -0/+21 |
| | | | | | | | implements #301 see #301 for description. currently, the feature is activated by setting the verbosity level to 2 or more | ||||
* | bugfix: fix linking when symbol files are used | Zahary Karadjov | 2013-04-08 | 5 | -13/+12 |
| | |||||
* | bugfix: varargs min/max procs; fixes #373 | Araq | 2013-04-08 | 1 | -6/+8 |
| | |||||
* | fixes #378 | Araq | 2013-04-08 | 1 | -0/+2 |
| | |||||
* | fixes #321 | Araq | 2013-04-08 | 2 | -1/+11 |
| | |||||
* | fixes #368 | Araq | 2013-04-08 | 2 | -2/+63 |
| | |||||
* | implemented --dynlibOverride option for static linking of 'dynlib' | Araq | 2013-04-08 | 6 | -3/+34 |
| | |||||
* | documented restricted destructors | Araq | 2013-04-08 | 2 | -1/+34 |
| | |||||
* | next steps to make symbol files work again | Araq | 2013-04-08 | 2 | -3/+10 |
| | |||||
* | rodfile viewer works again | Araq | 2013-04-08 | 1 | -2/+4 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-04-08 | 3 | -13/+17 |
|\ | |||||
| * | use file IDs consistently instead of file paths in the rod files handling | Zahary Karadjov | 2013-04-07 | 2 | -12/+13 |
| | | |||||
| * | A file stream now makes sure to only close its file descriptor once. | Dominik Picheta | 2013-04-07 | 1 | -1/+4 |
| | | |||||
* | | improvements for destructors | Araq | 2013-04-08 | 6 | -35/+91 |
| | | |||||
* | | bugfix: lambdalifting needs to deep copy parameters | Araq | 2013-04-08 | 1 | -6/+11 |
|/ | |||||
* | bugfix evals.nim | Araq | 2013-04-07 | 2 | -4/+7 |
| | |||||
* | optimized evals.nim a bit | Araq | 2013-04-07 | 1 | -8/+8 |
| | |||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 8 | -21/+303 |
| | |||||
* | fixes memory leaks concerning closures | Araq | 2013-03-29 | 1 | -3/+2 |
| | |||||
* | bugfix: mark&sweep GC | Araq | 2013-03-29 | 1 | -14/+16 |
| | |||||
* | better treatment of var/let/const/type sections in the templating system | Araq | 2013-03-29 | 1 | -1/+7 |
| | |||||
* | Fixed some recvLine deprecation warnings in httpserver module. | Dominik Picheta | 2013-03-27 | 1 | -32/+32 |
| | |||||
* | Fixed issue with rst parser failing to parse a specific character. | Dominik Picheta | 2013-03-27 | 1 | -1/+2 |
| | |||||
* | added immediate versions of macros.dumpLisp and dumpTree | Araq | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 8 | -22/+45 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-24 | 9 | -695/+130 |
|\ | |||||
| * | Deprecated recvLine and added an improved version named readLine to the | Dominik Picheta | 2013-03-23 | 3 | -5/+127 |
| | | | | | | | | sockets module. | ||||
| * | Fixed bug with xmltree.attrs when attributes have not been initialised | Dominik Picheta | 2013-03-23 | 6 | -690/+3 |
| | | | | | | | | yet. | ||||
* | | fixes #376 | Araq | 2013-03-24 | 5 | -12/+72 |
|/ | |||||
* | fixes #335 | Araq | 2013-03-23 | 1 | -1/+2 |
| | |||||
* | added system.locals | Araq | 2013-03-21 | 7 | -18/+64 |
| | |||||
* | bugfix: case exhaustiveness checking | Araq | 2013-03-21 | 5 | -6/+27 |
| | |||||
* | better error message when C compilation fails | Araq | 2013-03-19 | 3 | -2/+10 |
| | |||||
* | tester supports large tests | Araq | 2013-03-18 | 7 | -1/+715 |
| | |||||
* | fixes #257 | Araq | 2013-03-18 | 2 | -28/+29 |
| | |||||
* | added broken 'range' types to todo | Araq | 2013-03-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-18 | 3 | -5/+18 |
|\ | |||||
| * | Merge pull request #361 from ackalker/fix-bootstrap | Araq | 2013-03-17 | 3 | -5/+18 |
| |\ | | | | | | | install.sh failure, bootstrap = chicken & egg problem | ||||
| | * | Separate out install/uninstall script generation | Alain Kalker | 2013-03-17 | 3 | -5/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Add new feature to niminst: scripts - build install scripts (based on csource feature) - Change install feature in koch to build the install scripts, then run install.sh - Don't track install scripts in Git. | ||||
* | | | fixes #304 | Araq | 2013-03-18 | 3 | -25/+50 |
| | | | |||||
* | | | fixes #332 | Araq | 2013-03-17 | 2 | -2/+14 |
|/ / | |||||
* | | bugfix: subtle bug about 'var' parameters in templates | Araq | 2013-03-17 | 1 | -4/+7 |
| | | |||||
* | | fixes #366 | Araq | 2013-03-17 | 2 | -1/+12 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-17 | 831 | -65/+176 |
|\ \ | |||||
| * \ | Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_proc | Araq | 2013-03-17 | 1 | -6/+15 |
| |\ \ | | | | | | | | | Mentions nextPowerOfTwo proc for table initialization. |