Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tester compiles under taint mode again | Araq | 2012-07-20 | 1 | -3/+3 |
| | |||||
* | fixed the rodfiles tests | Zahary Karadjov | 2012-07-20 | 5 | -36/+39 |
| | |||||
* | removed nimdat in favor of per-module dat init procs | Zahary Karadjov | 2012-07-19 | 6 | -75/+73 |
| | |||||
* | fixes #168 | Araq | 2012-07-19 | 1 | -1/+2 |
| | |||||
* | bugfix: name mangling of field names | Araq | 2012-07-19 | 1 | -2/+23 |
| | |||||
* | bugfixes for the symbol mangling; implements #129 | Araq | 2012-07-19 | 5 | -21/+58 |
| | |||||
* | implemented #133 | Araq | 2012-07-19 | 3 | -5/+40 |
| | |||||
* | bugfix: constraint matching for tyGenericInst; implements #130 | Araq | 2012-07-19 | 3 | -2/+32 |
| | |||||
* | made ttempl3 green again | Araq | 2012-07-19 | 1 | -2/+3 |
| | |||||
* | don't put DLL loading into nimdat | Araq | 2012-07-19 | 1 | -34/+27 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-07-19 | 1 | -27/+34 |
|\ | |||||
| * | dynamic library symbols are not loaded in nimdat | Zahary Karadjov | 2012-07-18 | 1 | -27/+34 |
| | | |||||
* | | improvements for 'bind', fixes #166 | Araq | 2012-07-18 | 6 | -32/+61 |
|/ | |||||
* | attempt to fix DLL generation | Araq | 2012-07-18 | 6 | -22/+21 |
| | |||||
* | equality and hashing for closures | Araq | 2012-07-17 | 7 | -11/+31 |
| | |||||
* | made some tests green | Araq | 2012-07-17 | 6 | -9/+8 |
| | |||||
* | tutorial improvements | Araq | 2012-07-17 | 1 | -16/+23 |
| | |||||
* | make tests green again | Araq | 2012-07-17 | 19 | -149/+166 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-07-16 | 1 | -0/+1541 |
|\ | |||||
| * | Merge pull request #165 from Schala/master | Araq | 2012-07-15 | 1 | -0/+1541 |
| |\ | | | | | | | PDCurses wrapper is (almost) done, but will compile | ||||
| | * | PDCurses wrapper (incomplete, see desc) | Schala Zeal | 2012-07-15 | 1 | -0/+1541 |
| | | | | | | | | | | | | | | | | | | PDCurses wrapper will compile. However there are a couple dozen consts commented out that were problematic. Also, I got confused about a few procs with function ptrs as arguments. Feel free to fix | ||||
* | | | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 36 | -102/+117 |
| | | | |||||
* | | | closures shouldn't leak anymore | Araq | 2012-07-16 | 3 | -4/+4 |
| | | | |||||
* | | | x11 example compiles again; updated python wrapper; compiler supports ↵ | Araq | 2012-07-16 | 7 | -21/+51 |
|/ / | | | | | | | variables in DLLs | ||||
* | | x11 wrapper uses system's types | Araq | 2012-07-15 | 3 | -7/+4 |
| | | |||||
* | | c2nim and system.nim now agree on a C type mapping | Araq | 2012-07-15 | 4 | -8/+34 |
| | | |||||
* | | made a test green again | Araq | 2012-07-15 | 3 | -6/+4 |
|/ | |||||
* | added system.@ for openarrays | Araq | 2012-07-14 | 3 | -8/+11 |
| | |||||
* | improved unsigned support | Araq | 2012-07-14 | 9 | -98/+121 |
| | |||||
* | proper enum constraints for system.nim | Araq | 2012-07-13 | 2 | -4/+4 |
| | |||||
* | work on closures continues; fixed #116 | Araq | 2012-07-13 | 3 | -4/+23 |
| | |||||
* | fixes cast[int8] bug | Araq | 2012-07-12 | 1 | -6/+0 |
| | |||||
* | ';' as statement separator | Araq | 2012-07-12 | 4 | -11/+15 |
| | |||||
* | fixes #112 | Araq | 2012-07-11 | 1 | -0/+2 |
| | |||||
* | ';' now valid for parameter lists | Araq | 2012-07-11 | 5 | -12/+20 |
| | |||||
* | pcre wrapper compiles again | Araq | 2012-07-11 | 1 | -6/+8 |
| | |||||
* | fixes #164 | Araq | 2012-07-11 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-07-11 | 2 | -43/+114 |
|\ | |||||
| * | Merge pull request #160 from Schala/master | Araq | 2012-07-11 | 2 | -43/+114 |
| |\ | | | | | | | added JIT support for PCRE | ||||
| | * | Oops.. | Schala Zeal | 2012-07-09 | 1 | -1/+1 |
| | | | |||||
| | * | PCRE wrapper update to 8.31 | Schala Zeal | 2012-07-09 | 2 | -44/+115 |
| | | | | | | | | | | | | PCRE wrapper update to 8.31, UTF-16 support omitted, replaced dist DLL | ||||
* | | | typo in todo.txt | Araq | 2012-07-11 | 1 | -1/+1 |
|/ / | |||||
* | | overloading resolution finally takes inheritance depth into account | Araq | 2012-07-11 | 3 | -66/+78 |
| | | |||||
* | | fixes #147 | Araq | 2012-07-10 | 3 | -3/+21 |
| | | |||||
* | | fixes #162 | Araq | 2012-07-10 | 1 | -1/+1 |
|/ | |||||
* | dialogs.nim and osinfo_win.nim compile again | Araq | 2012-07-10 | 2 | -12/+18 |
| | |||||
* | some more bugfixes for the integer promotion rules | Araq | 2012-07-10 | 4 | -8/+9 |
| | |||||
* | sockets compile again with SSL support | Araq | 2012-07-10 | 2 | -6/+5 |
| | |||||
* | improved cross-compilation support | Araq | 2012-07-09 | 3 | -14/+18 |
| | |||||
* | more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵ | Araq | 2012-07-09 | 8 | -20/+27 |
| | | | | #156; fixes #155 |