summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes 'newSeq[T]' instantiation bugAraq2014-02-095-11/+27
|
* tester compiles againAraq2014-02-072-2/+2
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-076-33/+77
|\
| * indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-062-0/+32
| |
| * removed unittest from talgorithmSimon Hafner2014-02-061-12/+6
| |
| * Merge pull request #875 from EXetoC/mongoAndreas Rumpf2014-02-062-19/+37
| |\ | | | | | | A first attempt at fixing the MongoDB modules.
| | * A first attempt at fixing the MongoDB modules.EXetoC2014-02-022-19/+37
| | |
| * | Merge pull request #876 from superfunc/develAndreas Rumpf2014-02-061-2/+2
| |\ \ | | | | | | | | Fixed typo's in tutorial 2
| | * | Fixed typo's in tutorial 2superfunc2014-02-051-2/+2
| | | |
* | | | bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-076-3/+35
|/ / /
* | | fixes regression: constant fac4 didn't workAraq2014-02-064-11/+26
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-061-1/+5
|\| |
| * | Merge pull request #870 from barcharcraz/templaterrzah2014-02-041-1/+5
| |\ \ | | | | | | | | Added better error messages for ill-formed generics
| | * | deleted assert that would never fire because it turned into an error messageCharlie Barto2014-02-041-1/+0
| | | |
| | * | added good error for stuff like string[int] or int[int]Charlie Barto2014-02-031-0/+5
| | | |
* | | | stdlib compiles mostly without warnings againAraq2014-02-069-16/+14
| | | |
* | | | case consistency for -d:useWinAnsiAraq2014-02-053-7/+7
| | | |
* | | | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵Araq2014-02-0511-42/+87
| | | | | | | | | | | | | | | | required for skipTypes
* | | | bugfix: immediate templates are preferred consistently (danger: breaks code)Araq2014-02-044-10/+55
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-032-5/+81
|\ \ \
| * \ \ Merge pull request #865 from ReneSac/develAndreas Rumpf2014-02-032-5/+81
| |\ \ \ | | |/ / | |/| | Additions to the language manual and tests of new procedure call syntax.
| | * | Remove spurious import added in the last commit.ReneSac2014-02-031-1/+1
| | | |
| | * | Fix optarg() and added two more tests.ReneSac2014-02-031-3/+9
| | | | | | | | | | | | | | | | One for 'do notation' in a single function in an expression, another the trick of using the method call syntax to pass two parameters.
| | * | Expandeded part about different proc call syntaxes.ReneSac2014-02-031-2/+72
| |/ /
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-033-3/+54
|\| |
| * | Merge pull request #864 from gradha/pr_adds_posix_utimesAndreas Rumpf2014-02-021-0/+12
| |\ \ | | | | | | | | Adds utimes() importc to posix module.
| | * | Adds utimes() importc to posix module.Grzegorz Adam Hankiewicz2014-02-021-0/+12
| | | |
| * | | Merge pull request #862 from gradha/pr_mentions_exportc_limitsAndreas Rumpf2014-02-021-3/+3
| |\ \ \ | | |/ / | |/| | Mentions {.exportc.} limits. Refs #826.
| | * | Mentions {.exportc.} limits. Refs #826.Grzegorz Adam Hankiewicz2014-02-021-3/+3
| |/ /
| * | Merge pull request #846 from gradha/pr_adds_mapit_templatesGrzegorz Adam Hankiewicz2014-02-021-0/+39
| |\ \ | | | | | | | | Adds convenience mapIt templates to sequtils.
| | * | Adds convenience mapIt templates.Grzegorz Adam Hankiewicz2014-02-021-0/+39
| |/ /
* | | updated todo.txtAraq2014-02-031-0/+2
| | |
* | | macro tests almost greenAraq2014-02-0311-39/+57
|/ /
* | cleaned up command expressionsAraq2014-02-024-18/+29
| |
* | bootstraps againAraq2014-02-022-14/+14
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-022-3/+89
|\ \
| * \ Merge pull request #861 from Varriount/os/add-linkprocs-prettypleaseAndreas Rumpf2014-02-012-3/+89
| |\ \ | | | | | | | | Added symlink procs
| | * | Added symlink procsClay Sweetser2014-02-012-3/+89
| |/ /
* | | fixes #844Araq2014-02-024-7/+21
| | |
* | | fixes #735Araq2014-02-021-1/+3
|/ /
* | Fixes docgen for logging module.Dominik Picheta2014-02-021-2/+2
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-022-0/+32
|\ \
| * \ Merge pull request #859 from reactormonk/sets_equivalenceAndreas Rumpf2014-02-012-0/+32
| |\ \ | | | | | | | | sets equivalence
| | * | added test specs for the testerSimon Hafner2014-02-011-0/+3
| | | |
| | * | corrected docs and testsSimon Hafner2014-02-012-15/+11
| | | |
| | * | sets equivalenceSimon Hafner2014-01-312-0/+33
| | | |
* | | | 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
| |\ \ \ | | | | | | | | | | osproc: introduce poEvalCommand, poUsePath, fix remaining quoting issues.
| | * \ \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-01-2664-577/+1144
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/osproc.nim