summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes sequtils.filterItAraq2013-01-191-5/+4
* small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-195-42/+82
* fixed merge conflictAraq2013-01-168-564/+565
|\
| * support for LuaJITAraq2013-01-151-13/+26
| * fixes a performance regression for json handlingAraq2013-01-151-1/+8
| * 'sort' for ordered tablesAraq2013-01-122-1/+86
| * old version of ropes.nim to prevent merge conflictsAraq2013-01-121-524/+254
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-112-13/+157
| |\
| | * Merge pull request #300 from gradha/pr_improves_sequtils_docsAraq2013-01-102-13/+157
| | |\
| | | * Adds note about distnct being misspelled on purpose.Grzegorz Adam Hankiewicz2013-01-091-1/+5
| | | * Adds documentation examples to sequtils.Grzegorz Adam Hankiewicz2013-01-091-8/+145
| | | * Adds each's map alias to index.Grzegorz Adam Hankiewicz2013-01-091-3/+3
| | | * Hyperlinks each proc and explains it is like map.Grzegorz Adam Hankiewicz2013-01-091-2/+5
| * | | 'importcpp' for the JS target to generate an infix callAraq2013-01-112-11/+35
| |/ /
* | | todo.txt changesAraq2013-01-161-5/+10
* | | implemented generic multi methodsAraq2013-01-169-31/+81
* | | optimized ropes work now but no speedupAraq2013-01-091-4/+6
|/ /
* / allow 'cast' for the JS targetAraq2013-01-092-1/+2
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-083-39/+44
|\
| * Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-082-6/+11
| |\
| | * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-032-6/+11
| * | Merge pull request #294 from gradha/pr_fixes_pdf_generationAraq2013-01-081-33/+33
| |\ \
| | * | Fixes tutorial pdf generation due to hierarchy depth.Grzegorz Adam Hankiewicz2013-01-031-33/+33
* | | | make some tests greenAraq2013-01-081-1/+3
|/ / /
* | | fixes #293Araq2013-01-0810-22/+38
* | | fixes #299Araq2013-01-082-2/+15
* | | fixes #270Araq2013-01-082-1/+29
* | | implements #295Araq2013-01-086-12/+37
* | | fixes #292Araq2013-01-082-3/+23
* | | Copyright 2012 -> 2013Araq2013-01-088-10/+10
* | | FFI at compiletime improvementsAraq2013-01-085-136/+170
|/ /
* | next steps for FFI at compile timeAraq2013-01-026-189/+222
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-311-0/+79
|\ \
| * \ Merge pull request #290 from gradha/pr_documents_repr_proc_and_nested_arrays_...Araq2012-12-281-0/+79
| |\ \
| | * | Documents repr proc and nested array syntax.Grzegorz Adam Hankiewicz2012-12-251-0/+79
* | | | fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-316-47/+225
|/ / /
* | | better errors for FFIAraq2012-12-271-9/+13
* | | implemented --listFullPaths option for aporiaAraq2012-12-274-3/+16
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-267-177/+263
|\ \ \
| * | | Added set_markup to gtk2 wrapper.Dominik Picheta2012-12-251-0/+2
| |/ /
| * | Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
| * | Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-235-83/+161
| * | Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-232-59/+55
| * | recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
* | | small improvements for FFIAraq2012-12-263-23/+65
|/ /
* | bugfix: openssl import for macosxAraq2012-12-194-7/+11
* | small examples work with the FFIAraq2012-12-194-32/+53
* | Merge pull request #276 from gradha/pr_adds_macosx_libiconv_nameAraq2012-12-181-4/+11
|\ \
| * | Adds macosx dynamic library name for libiconv.Grzegorz Adam Hankiewicz2012-12-171-4/+11
| |/
* | Merge pull request #288 from gradha/pr_adds_ios_todo_example_interfaceAraq2012-12-182-0/+3
|\ \