summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-236-690/+3
* | 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
| |\
| | * Separate out install/uninstall script generationAlain Kalker2013-03-173-5/+18
* | | 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.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.Grzegorz Adam Hankiewicz2013-03-171-2/+7
| |/
| * Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtilsAraq2013-03-161-57/+154
| |\
| | * Adds foldl and foldr templates to sequtils.Grzegorz Adam Hankiewicz2013-03-161-0/+98
| | * Indents documentation tests with blocks for hygiene.Grzegorz Adam Hankiewicz2013-03-161-57/+56
| * | Merge pull request #364 from gradha/pr_fixes_unix_file_permissionsAraq2013-03-16830-0/+0
| |\ \
| | * | Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16830-0/+0
| |/ /
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-1621-640/+843
|\| |
| * | Merge pull request #360 from gradha/pr_adds_example_to_instantiationinfo_docs...Araq2013-03-161-3/+28
| |\ \
| | * | Adds example to instantiationInfo docstring.Grzegorz Adam Hankiewicz2013-03-161-3/+28
| | |/
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-169-32/+70
| |\|
| | * Merge pull request #354 from gradha/pr_adds_stringyfication_of_runesAraq2013-03-161-0/+12
| | |\
| | | * Implements `$` proc for a sequence of TRunes.Grzegorz Adam Hankiewicz2013-03-111-0/+12
| | * | Merge pull request #355 from gradha/pr_adds_babel_link_to_library_docAraq2013-03-161-1/+4
| | |\ \
| | | * | Adds babel package manager link to library index.Grzegorz Adam Hankiewicz2013-03-121-1/+4
| | | |/