summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | added the parts of #541 that I likeAraq2014-02-021-0/+24
| |/ / /
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-023-534/+546
| |\ \ \
| | * \ \ Merge pull request #830 from zielmicha/osprocAndreas Rumpf2014-02-012-534/+536
| | |\ \ \
| | | * \ \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-01-2664-577/+1144
| | | |\ \ \
| | | * \ \ \ Merge branch 'osproc' into develMichał Zieliński2014-01-202-534/+537
| | | |\ \ \ \
| | | | * | | | Introduce poEvalCommand, poUsePath, fix remaining quoting issues.Michał Zieliński2013-12-212-60/+63
| | | | * | | | Normalize whitespace in osproc.nim.Michał Zieliński2013-12-211-29/+29
| | * | | | | | Merge pull request #834 from gradha/pr_adds_strutils_constAndreas Rumpf2014-02-011-0/+10
| | |\ \ \ \ \ \
| | | * | | | | | Adds AllChars constant to strutils.Grzegorz Adam Hankiewicz2014-01-221-0/+10
| * | | | | | | | merged #823 against develAraq2014-02-022-13/+18
| * | | | | | | | merged #811 against develAraq2014-02-022-2/+2
| |/ / / / / / /
| * | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-022-2/+21
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #855 from gradha/pr_fixes_try_insert_idAndreas Rumpf2014-02-011-2/+4
| | |\ \ \ \ \ \ \
| | | * | | | | | | Avoids raising exceptions in tryInsertID.Grzegorz Adam Hankiewicz2014-01-291-2/+4
| | * | | | | | | | Merge pull request #843 from gradha/pr_gc_docsAndreas Rumpf2014-02-011-0/+17
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Adds note about manual memory handling to GC doc.Grzegorz Adam Hankiewicz2014-01-261-0/+17
| | | | |_|_|_|/ / / | | | |/| | | | | |
| * | / | | | | | | merge issue #707 by handAraq2014-02-021-0/+4
| |/ / / / / / / /
| * | | | | | | | remove the old testerAraq2014-02-0221-348/+523
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fixes wrong slurp path in tester.Dominik Picheta2014-02-011-2/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | product more robust against empty inputSimon Hafner2014-01-302-0/+6
| | * | | | | | | forgot to export productSimon Hafner2014-01-301-1/+1
| | * | | | | | | added Cartesian productSimon Hafner2014-01-302-0/+41
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Merge pull request #851 from EXetoC/highlite-typoSimon Hafner2014-01-293-6/+6
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Punctation -> Punctuation; fix remaining typos.EXetoC2014-01-292-2/+2
| | | * | | | | Punctation -> punctuation.EXetoC2014-01-291-4/+4
| | |/ / / / /
| | * | | | | Finished logging module.Dominik Picheta2014-01-274-211/+271
| | * | | | | Fixes #848.Dominik Picheta2014-01-271-1/+1
| | |/ / / /
| | * | | | Merge branch 'devel' of https://www.github.com/Araq/Nimrod into develZahary Karadjov2014-01-2645-271/+668
| | |\ \ \ \
| | * | | | | the `is` operator now uses exactly the same algorithm as proc signature matchingZahary Karadjov2014-01-263-22/+11
| | * | | | | implements #766;Zahary Karadjov2014-01-2411-69/+117
| | * | | | | support for parametric user-defined type classesZahary Karadjov2014-01-246-71/+102
| * | | | | | new tester produces json outputAraq2014-02-027-721/+30
| * | | | | | mark and sweep GC compiles with --cs:partialAraq2014-02-021-14/+14
| * | | | | | fixed casesAraq2014-02-021-3/+3
| * | | | | | case consistency for excpt.nimAraq2014-02-021-1/+1
| * | | | | | deactivated debug outputAraq2014-02-021-3/+3
| * | | | | | year 2014Araq2014-02-021-1/+1
| * | | | | | year 2014Araq2014-02-022-2/+2
| * | | | | | case consistency for dynlib.nimAraq2014-02-021-10/+10
| * | | | | | only 1 argument allowed for command expressionsAraq2014-02-021-6/+10
| * | | | | | 'discard' instead of 'nil' for system.nimAraq2014-02-021-19/+19
| * | | | | | tstringinterp almost workingAraq2014-02-013-40/+72
| * | | | | | case consistency for evalffiAraq2014-02-011-3/+4
| * | | | | | case consistency for evalffiAraq2014-02-012-29/+29
| * | | | | | documented new symbol binding rules for templatesAraq2014-02-011-72/+59
| * | | | | | bugfix: object constructor doesn't allow 'distinct' typesAraq2014-02-011-2/+2
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-255-1/+226
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #841 from gradha/pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-255-1/+226
| | |\ \ \ \ \
| | | * | | | | Merge branch 'pr_oniondocs' into pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-255-1/+226
| | |/| | | | |
| | | * | | | | Transforms docgen sample to be generated from source.Grzegorz Adam Hankiewicz2014-01-065-566/+28