summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fixes #319Araq2013-01-271-1/+20
| |/ / /
| * | | bugfix: ftpclient compiles againAraq2013-01-222-2/+1
| * | | bootstrapping works againAraq2013-01-223-4/+16
| * | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-222-4/+19
| |\ \ \
| | * | | Added a timeout parameter to irc.reconnect.Dominik Picheta2013-01-211-3/+18
| | * | | Fixed os.sleep not sleeping for long enough with values below 1000ms.Dominik Picheta2013-01-211-1/+1
| | |/ /
| * / / fixed some closure related bugsAraq2013-01-229-24/+226
| |/ /
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-211-0/+16
| |\ \
| | * | Reverted my 'do notation' fixes.Dominik Picheta2013-01-202-10/+13
| | * | Fixed a bug with the 'do notation' consuming statements after it.Dominik Picheta2013-01-202-12/+25
| * | | rst parser: show the beginning of the quote in the error messageAraq2013-01-211-1/+8
| * | | 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
| |\ \ \