summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| | * | | | | Adds some cross references to docgen manual.Grzegorz Adam Hankiewicz2014-01-062-6/+13
| | * | | | | Adds docgen to list of documentation to build.Grzegorz Adam Hankiewicz2014-01-061-1/+1
| | * | | | | Reformats text to fit width of 80 columns.Grzegorz Adam Hankiewicz2014-01-061-40/+50
| | * | | | | Fixes two minor typos.Grzegorz Adam Hankiewicz2014-01-061-2/+2
| | * | | | | Added docgen documentationErik O'Leary2013-12-313-0/+746
* | | | | | | fixes #838Araq2014-01-252-2/+4
|/ / / / / /
* | | | | | disable internalError so that nimbuild compiles againAraq2014-01-253-2/+7
* | | | | | more efficient calls for closure iteratorsAraq2014-01-251-3/+5
* | | | | | fixes a minor parser bugAraq2014-01-251-2/+1
* | | | | | updated asyncio and ftpclient modulesAraq2014-01-252-19/+19
* | | | | | nativeStackTrace might work againAraq2014-01-251-3/+3
* | | | | | should compile on netbsdAraq2014-01-233-8/+8
* | | | | | renderer knows about nkStaticTy and nkTypeClassTyAraq2014-01-231-0/+23
* | | | | | typeClasses now documented in grammar.txtAraq2014-01-232-0/+8
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-234-93/+103
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-233-36/+36
| * | | | | nest PreMain inside NimMain for easier consumption of static libraries develo...Zahary Karadjov2014-01-231-57/+67
| | |/ / / | |/| | |
* | | | | small code cleanupsAraq2014-01-233-4/+3
* | | | | closure iterators workAraq2014-01-234-33/+76
* | | | | closure iterators almost workAraq2014-01-232-191/+189
* | | | | next steps for closure iteratorsAraq2014-01-2228-70/+163
|/ / / /