summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "static and default params for generics""Zahary Karadjov2013-08-194-61/+92
* Revert "Revert "allow keyword params for the `[]` and `{}` operators""Zahary Karadjov2013-08-191-8/+12
* remerge "allow void as field type"Zahary Karadjov2013-08-192-27/+43
* Revert "Revert "bugfix: emulated thread vars used in combination with the mar...Zahary Karadjov2013-08-193-4/+11
* remerge "Fixes #267"Zahary Karadjov2013-08-195-97/+184
* Revert "Revert "test cases for the new features""Zahary Karadjov2013-08-194-4/+78
* fixes base64 moduleAraq2013-08-151-6/+8
* implemented computed goto supportAraq2013-08-137-12/+116
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-112-1/+3
|\
| * fixes a long standing channels bugAraq2013-08-092-1/+3
* | new VM: preparations for evalMacroCallAraq2013-08-114-19/+100
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-084-8/+21
|\
| * Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-074-8/+21
* | new VM: register allocator bugfix; implemented more magicsAraq2013-08-085-64/+195
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-078-32/+67
|\
| * fixes #534Zahary Karadjov2013-08-072-3/+8
| * Updated bootstrap instructions. Removed csources.zip.Dominik Picheta2013-08-042-8/+4
| * Modified the behaviour of the build scripts to accommodate new C sourcesDominik Picheta2013-08-043-19/+41
| * sockets.send now throws an exception when a non-blocking socket isDominik Picheta2013-08-041-2/+14
* | new VM: implemented constructors and jump optimizerAraq2013-08-077-24/+187
* | bugfix createDir for solarisAraq2013-08-071-1/+4
|/
* new VM: next stepsAraq2013-08-037-28/+72
* Improved documentation for macros.newProc.Dominik Picheta2013-07-311-0/+3
* fixes #532Araq2013-08-012-1/+2
* Merge pull request #533 from gradha/pr_helper_procsAraq2013-07-312-4/+87
|\
| * Adds findAll() convenience procs to xmltree.Grzegorz Adam Hankiewicz2013-07-201-0/+37
| * Notes kind() getter is used to read TXmlNode.k field.Grzegorz Adam Hankiewicz2013-07-191-1/+1
| * Adds convenience expandTilde proc around getHomeDir.Grzegorz Adam Hankiewicz2013-07-191-0/+24
| * Adds convenience copyFileWithPermissions to os module.Grzegorz Adam Hankiewicz2013-07-191-3/+25
* | Merge pull request #530 from EXetoC/masterAraq2013-07-311-0/+11
|\ \
| * | dynlibEXetoC2013-07-181-2/+4
| * | Add missing SDL symbols.EXetoC2013-07-181-0/+9
* | | Merge pull request #523 from exhu/x11fixAraq2013-07-3110-1159/+951
|\ \ \
| * | | Moved complex pragmas for xlib and cairo into separate included files. Fixed ...Yury Benesh2013-07-158-322/+263
| * | | Fixed xrender.nim for use_pkg_configYury Benesh2013-07-091-2/+5
| * | | Added use_pkg_config, use_pkg_config_static conditionals to xlib, cairoYury Benesh2013-07-093-7/+13
| * | | Fixed XClientMessageEvent struct, added equals operator fot TAtom from unsign...Yury Benesh2013-07-072-2/+11
| * | | Some fixes to xlib wrapperYury Benesh2013-07-062-1/+3
| * | | Added pkg-config support to xlib, xrender, cairo, cairoxlibYury Benesh2013-07-044-885/+705
| * | | Fixed libX11, libXrender bindings for macos and linux.Yury Benesh2013-07-042-18/+29
* | | | 'nimrod pretty' usableAraq2013-07-315-63/+55
* | | | 'nirmod pretty': almost workingAraq2013-07-313-4/+27
* | | | 'nimrod pretty': next stepsAraq2013-07-302-1/+8
* | | | lfFullExternalName for 'nimrod pretty'Araq2013-07-303-7/+14
* | | | fixes token's column informationAraq2013-07-306-21/+19
* | | | 'nimrod pretty': next steps, doesn't work yetAraq2013-07-292-7/+14
* | | | 'nimrod pretty' command: next stepsAraq2013-07-292-43/+107
* | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-292-2/+6
|\ \ \ \
| * | | | Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-1/+4
| * | | | Fixes #543.Dominik Picheta2013-07-271-1/+2