summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵Araq2013-04-117-1198/+9
| | | | bootstrapping build
* fixes #283Araq2013-04-112-1/+2
|
* bugfix: new(TTable[string, int]) compilesAraq2013-04-101-4/+9
|
* experimental support for outputting code snippets in error messages; ↵Zahary Karadjov2013-04-092-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 usedZahary Karadjov2013-04-085-13/+12
|
* bugfix: varargs min/max procs; fixes #373Araq2013-04-081-6/+8
|
* fixes #378Araq2013-04-081-0/+2
|
* fixes #321Araq2013-04-082-1/+11
|
* fixes #368Araq2013-04-082-2/+63
|
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-086-3/+34
|
* documented restricted destructorsAraq2013-04-082-1/+34
|
* next steps to make symbol files work againAraq2013-04-082-3/+10
|
* rodfile viewer works againAraq2013-04-081-2/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-04-083-13/+17
|\
| * use file IDs consistently instead of file paths in the rod files handlingZahary Karadjov2013-04-072-12/+13
| |
| * A file stream now makes sure to only close its file descriptor once.Dominik Picheta2013-04-071-1/+4
| |
* | improvements for destructorsAraq2013-04-086-35/+91
| |
* | bugfix: lambdalifting needs to deep copy parametersAraq2013-04-081-6/+11
|/
* bugfix evals.nimAraq2013-04-072-4/+7
|
* optimized evals.nim a bitAraq2013-04-071-8/+8
|
* rod file viewer for easier debugging of rod filesAraq2013-04-048-21/+303
|
* fixes memory leaks concerning closuresAraq2013-03-291-3/+2
|
* bugfix: mark&sweep GCAraq2013-03-291-14/+16
|
* better treatment of var/let/const/type sections in the templating systemAraq2013-03-291-1/+7
|
* Fixed some recvLine deprecation warnings in httpserver module.Dominik Picheta2013-03-271-32/+32
|
* Fixed issue with rst parser failing to parse a specific character.Dominik Picheta2013-03-271-1/+2
|
* added immediate versions of macros.dumpLisp and dumpTreeAraq2013-03-251-0/+6
|
* fixes a long-standing bug about procvar checkingAraq2013-03-258-22/+45
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-249-695/+130
|\
| * Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-233-5/+127
| | | | | | | | sockets module.
| * Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-236-690/+3
| | | | | | | | yet.
* | fixes #376Araq2013-03-245-12/+72
|/
* fixes #335Araq2013-03-231-1/+2
|
* added system.localsAraq2013-03-217-18/+64
|
* bugfix: case exhaustiveness checkingAraq2013-03-215-6/+27
|
* better error message when C compilation failsAraq2013-03-193-2/+10
|
* tester supports large testsAraq2013-03-187-1/+715
|
* fixes #257Araq2013-03-182-28/+29
|
* added broken 'range' types to todoAraq2013-03-181-0/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-183-5/+18
|\
| * Merge pull request #361 from ackalker/fix-bootstrapAraq2013-03-173-5/+18
| |\ | | | | | | install.sh failure, bootstrap = chicken & egg problem
| | * Separate out install/uninstall script generationAlain Kalker2013-03-173-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 #304Araq2013-03-183-25/+50
| | |
* | | fixes #332Araq2013-03-172-2/+14
|/ /
* | bugfix: subtle bug about 'var' parameters in templatesAraq2013-03-171-4/+7
| |
* | fixes #366Araq2013-03-172-1/+12
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-17831-65/+176
|\ \
| * \ Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_procAraq2013-03-171-6/+15
| |\ \ | | | | | | | | Mentions nextPowerOfTwo proc for table initialization.
| | * | Mentions nextPowerOfTwo proc for table initialization.Grzegorz Adam Hankiewicz2013-03-171-6/+15
| | |/
| * | Merge pull request #363 from gradha/pr_fixes_filterIt_dirtynessAraq2013-03-171-2/+7
| |\ \ | | |/ | |/| Fixes the dirtyness of the filterIt template. Refs #351.