summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| | * 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
| | | | | | | | | | | | | | | | | | expressions such as Type.field are now recognised by the compiler. This also fixes a bug, preventing the user-defined to check for the presence of regular fields in addition to procs
| * | 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
| |\ \ | | | | | | | | Added docgen documentation to devel branch
| | * | 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 ↵Zahary Karadjov2014-01-231-57/+67
| | | | | | | | | | | | | | | | | | developed in Nimrod fixes many uses of $N instead of $n for new lines that don't affect #line directives