summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* implemented 'static'; macros do not work anymoreAraq2012-03-1510-22/+73
* first steps for cleaner static/const distinctionAraq2012-03-1319-66/+193
* vars can be 'compileTime'; shallow introduced weird string aliasing bugAraq2012-03-112-3/+3
* attempt to make tests green againAraq2012-03-115-21/+40
* browsers module should compile on windows againAraq2012-03-101-1/+8
* unit test for #100Zahary Karadjov2012-03-104-5/+26
* fixes #100Araq2012-03-103-9/+11
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-0422-199/+931
* c2nim, pas2nim compile againAraq2012-02-292-4/+4
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-281-1/+1
|\
| * Fixed misspelling in lib/core/macros.nimDominik Picheta2012-02-251-1/+1
* | prepared niminst for win64 targetAraq2012-02-283-14/+50
* | ERecoverableError exception contains the error messageAraq2012-02-255-24/+20
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-243-1/+34
|\
| * helper templates static, eval and emit for easier compile-time code evaluationZahary Karadjov2012-02-243-1/+34
* | examples/tclex compiles againAraq2012-02-241-1/+1
* | exported strutils.abbrevAraq2012-02-244-18/+17
|/
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-214-3/+63
* In the IRC module the socket is now closed when EvDisconnected event is created.dom962012-02-201-1/+14
* added matchers.parseIntAraq2012-02-201-2/+2
* added system.setControlCHook, system.writeStackTraceAraq2012-02-194-2/+17
* bugfix: semfold supports merging of '&'Araq2012-02-193-2/+29
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-185-10/+83
|\
| * recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...dom962012-02-185-10/+83
* | added locks for docgenAraq2012-02-181-1/+1
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-171-5/+5
|\
| * Optimization for the times module; changed let to const.dom962012-02-171-5/+5
* | fixes #99Araq2012-02-172-6/+37
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-174-2/+336
|\
| * niminst is now able to create build files for debhelper so that .deb packages...dom962012-02-164-2/+336
* | bugfix: optimization of complex constant string concatenationsAraq2012-02-177-16/+43
|/
* documentation improvementsAraq2012-02-132-3/+6
* pcre_info has been dropped; http://www.exim.org/lurker/message/20111223.12185...Dominik Picheta2012-02-121-2/+0
* bugfix: no need for arrows to be new token kindsAraq2012-02-123-8/+10
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-02-1215-41/+86
|\
| * Added set_visible_window to gtk2Dominik Picheta2012-02-121-0/+3
| * Removed ambiguity in gtk2.nimdom962012-02-111-5/+0
| * `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-1014-36/+83
* | system.shallow documentedAraq2012-02-121-0/+12
|/
* fixes tests for 'system.shallow'Araq2012-02-104-23/+27
* fixes tests for 'system.shallow'Araq2012-02-101-1/+1
* added 'system.shallow'Araq2012-02-092-3/+12
* added 'system.shallow'Araq2012-02-099-68/+85
* little fixes for 0.8.14 releaseAraq2012-02-096-74/+131
* version 0.8.14Araq2012-02-0918-1262/+2198
* bugfix: lambdalifting: addHiddenParamAraq2012-02-081-7/+1
* added tests/tclosure2Araq2012-02-081-0/+78
* further steps for closure support; added 'system.rawProc', 'system.rawEnv'Araq2012-02-084-13/+68
* further steps for closure supportAraq2012-02-087-57/+101
* further steps for closure supportAraq2012-02-068-21/+41