Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes SSL implementation of sendAsync. | Dominik Picheta | 2012-12-08 | 1 | -2/+2 |
| | |||||
* | Fixes #268 | Dominik Picheta | 2012-12-08 | 3 | -18/+65 |
| | |||||
* | documentation improvements | Araq | 2012-12-07 | 4 | -17/+309 |
| | |||||
* | compiler support for babel | Araq | 2012-12-07 | 5 | -22/+108 |
| | |||||
* | replaced recursivePath with shallowPath for Babel | Araq | 2012-12-06 | 3 | -4/+5 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-06 | 2 | -21/+122 |
|\ | |||||
| * | Updated readme. | Dominik Picheta | 2012-12-06 | 2 | -21/+122 |
| | | |||||
* | | implemented AST based overloading | Araq | 2012-12-06 | 5 | -7/+41 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-06 | 21 | -55/+174 |
|\| | |||||
| * | fixes #269 | Araq | 2012-12-05 | 2 | -0/+5 |
| | | |||||
| * | fixes #266 | Araq | 2012-12-05 | 2 | -5/+1 |
| | | |||||
| * | implemented generic converters | Araq | 2012-12-05 | 7 | -7/+89 |
| | | |||||
| * | constraint now part of the parameter symbol and not of the type | Araq | 2012-12-05 | 7 | -21/+25 |
| | | |||||
| * | disable SSLv2_method for ubuntu | Araq | 2012-12-03 | 3 | -9/+13 |
| | | |||||
| * | bugfix: 'not nil' and 'shared' types | Araq | 2012-12-02 | 5 | -5/+23 |
| | | |||||
| * | Fixes error in httpclient. | Dominik Picheta | 2012-12-02 | 1 | -1/+1 |
| | | |||||
| * | Fixes SSL httpclient and problems with hidden path splitting in OS. | Dominik Picheta | 2012-12-02 | 3 | -13/+23 |
| | | | | | | | | Added babel's libs dir to Nimrod's path. | ||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-02 | 7 | -270/+583 |
|\| | |||||
| * | dont use unsafeNew in ropes.nim for now | Araq | 2012-12-02 | 3 | -247/+513 |
| | | |||||
| * | first version of ropes.nim with unsafeNew (broken) | Araq | 2012-12-02 | 6 | -63/+110 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-02 | 16 | -133/+252 |
|\| | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-01 | 5 | -88/+108 |
| |\ | |||||
| | * | Fixed IRC test. | Dominik Picheta | 2012-12-01 | 1 | -5/+7 |
| | | | |||||
| | * | IRC module is now saner at the expense of a little API breakage. | Dominik Picheta | 2012-12-01 | 5 | -93/+111 |
| | | | | | | | | | | | | Added warnings for unstable APIs to modules that use AsyncIO. | ||||
| * | | implements 'export' feature | Araq | 2012-12-01 | 10 | -40/+137 |
| | | | |||||
| * | | implements 'import dir/module' without quotes | Araq | 2012-11-30 | 3 | -5/+7 |
| |/ | |||||
* | | resolved conflicts | Araq | 2012-11-30 | 15 | -113/+160 |
|\| | |||||
| * | implemented 'import except' | Araq | 2012-11-28 | 14 | -95/+120 |
| | | |||||
| * | bugfix: better implict 'items' support | Araq | 2012-11-28 | 4 | -22/+42 |
| | | |||||
* | | bugfix: implicit items/pairs work better | Araq | 2012-11-28 | 3 | -4/+16 |
|/ | |||||
* | first steps for the 'export' feature | Araq | 2012-11-28 | 5 | -156/+95 |
| | |||||
* | fixed recently introduced parser bugs | Araq | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | 'return' for first class iterators | Araq | 2012-11-26 | 6 | -21/+80 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 7 | -7/+16 |
| | |||||
* | parser support for 'not nil' annotation | Araq | 2012-11-25 | 2 | -52/+63 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-25 | 3 | -13/+21 |
|\ | |||||
| * | Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modules | Araq | 2012-11-24 | 3 | -13/+21 |
| |\ | | | | | | | Documents NULL to "" db_* transformation and return values. | ||||
| | * | Documents NULL to "" db_* transformation and return values. | Grzegorz Adam Hankiewicz | 2012-11-24 | 3 | -13/+21 |
| | | | |||||
* | | | first steps for 'not nil' annotation | Araq | 2012-11-25 | 7 | -69/+127 |
|/ / | |||||
* | | added missing type flags | Araq | 2012-11-23 | 4 | -14/+24 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-22 | 2 | -0/+75 |
|\ \ | |||||
| * | | added 2 GC leak test cases | Zahary Karadjov | 2012-11-22 | 2 | -0/+75 |
| | | | |||||
* | | | 'iterator' as type description | Araq | 2012-11-22 | 2 | -3/+9 |
| | | | |||||
* | | | sockets: proper bugfix for solaris | Araq | 2012-11-22 | 1 | -1/+1 |
| | | | |||||
* | | | made 'shared' a keyword | Araq | 2012-11-22 | 6 | -7/+25 |
|/ / | |||||
* | | bugfixes for thread analysis | Araq | 2012-11-22 | 1 | -5/+9 |
| | | |||||
* | | Merge pull request #260 from exhu/master | Araq | 2012-11-21 | 1 | -0/+7 |
|\ \ | | | | | | | base() proc for typeinfo module | ||||
| * | | Added base() proc to typeinfo. | Yury Benesh | 2012-11-21 | 1 | -0/+7 |
| | | | |||||
* | | | fixes #261 | Araq | 2012-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | fixes 259 | Araq | 2012-11-21 | 1 | -2/+2 |
| | | |